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