Handbook
Glossary
e_flags>> ( object -- value )
Vocabulary
accessors
Inputs
object
an
object
Outputs
value
an
object
Definition
IN:
accessors
GENERIC:
e_flags>>
( object -- value )
Methods
USING:
accessors
classes.struct
classes.struct.private
elf
math
;
M:
Elf32_Ehdr
e_flags>>
T{
struct-slot-spec
{
name
"e_flags"
}
{
offset 36
}
{
class
fixnum
}
{
initial 0
}
{
type
Elf32_Word
}
}
read-struct-slot
;
inline
USING:
accessors
classes.struct
classes.struct.private
elf
math
;
M:
Elf64_Ehdr
e_flags>>
T{
struct-slot-spec
{
name
"e_flags"
}
{
offset 48
}
{
class
fixnum
}
{
initial 0
}
{
type
Elf64_Word
}
}
read-struct-slot
;
inline