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