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