Handbook
Glossary
p_memsz>> ( object -- value )
Vocabulary
accessors
Inputs
object
an
object
Outputs
value
an
object
Definition
IN:
accessors
GENERIC:
p_memsz>>
( object -- value )
Methods
USING:
accessors
classes.struct
classes.struct.private
elf
math
;
M:
Elf32_Phdr
p_memsz>>
T{
struct-slot-spec
{
name
"p_memsz"
}
{
offset 20
}
{
class
fixnum
}
{
initial 0
}
{
type
Elf32_Word
}
}
read-struct-slot
;
inline
USING:
accessors
classes.struct
classes.struct.private
elf
math
;
M:
Elf64_Phdr
p_memsz>>
T{
struct-slot-spec
{
name
"p_memsz"
}
{
offset 40
}
{
class
integer
}
{
initial 0
}
{
type
Elf64_Xword
}
}
read-struct-slot
;
inline