Handbook
Glossary
d_tag>> ( object -- value )
Vocabulary
accessors
Inputs
object
an
object
Outputs
value
an
object
Definition
IN:
accessors
GENERIC:
d_tag>>
( object -- value )
Methods
USING:
accessors
classes.struct
classes.struct.private
elf
math
;
M:
Elf32_Dyn
d_tag>>
T{
struct-slot-spec
{
name
"d_tag"
}
{
offset 0
}
{
class
fixnum
}
{
initial 0
}
{
type
Elf32_Sword
}
}
read-struct-slot
;
inline
USING:
accessors
classes.struct
classes.struct.private
elf
math
;
M:
Elf64_Dyn
d_tag>>
T{
struct-slot-spec
{
name
"d_tag"
}
{
offset 0
}
{
class
integer
}
{
initial 0
}
{
type
Elf64_Sxword
}
}
read-struct-slot
;
inline