Handbook
Glossary
sh_offset>> ( object -- value )
Vocabulary
accessors
Inputs
object
an
object
Outputs
value
an
object
Definition
IN:
accessors
GENERIC:
sh_offset>>
( object -- value )
Methods
USING:
accessors
classes.struct
classes.struct.private
elf
math
;
M:
Elf32_Shdr
sh_offset>>
T{
struct-slot-spec
{
name
"sh_offset"
}
{
offset 16
}
{
class
fixnum
}
{
initial 0
}
{
type
Elf32_Off
}
}
read-struct-slot
;
inline
USING:
accessors
classes.struct
classes.struct.private
elf
math
;
M:
Elf64_Shdr
sh_offset>>
T{
struct-slot-spec
{
name
"sh_offset"
}
{
offset 24
}
{
class
integer
}
{
initial 0
}
{
type
Elf64_Off
}
}
read-struct-slot
;
inline