Handbook
Glossary
e_phentsize<< ( value object -- )
Vocabulary
accessors
Inputs
value
an
object
object
an
object
Outputs
None
Definition
IN:
accessors
GENERIC:
e_phentsize<<
( value object -- )
Methods
USING:
accessors
classes.struct
classes.struct.private
elf
math
;
M:
Elf32_Ehdr
e_phentsize<<
T{
struct-slot-spec
{
name
"e_phentsize"
}
{
offset 42
}
{
class
fixnum
}
{
initial 0
}
{
type
Elf32_Half
}
}
write-struct-slot
;
inline
USING:
accessors
classes.struct
classes.struct.private
elf
math
;
M:
Elf64_Ehdr
e_phentsize<<
T{
struct-slot-spec
{
name
"e_phentsize"
}
{
offset 54
}
{
class
fixnum
}
{
initial 0
}
{
type
Elf64_Half
}
}
write-struct-slot
;
inline