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