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