Handbook
Glossary
sectname>> ( object -- value )
Vocabulary
accessors
Inputs
object
an
object
Outputs
value
an
object
Definition
IN:
accessors
GENERIC:
sectname>>
( object -- value )
Methods
USING:
accessors
alien.c-types
classes.struct
classes.struct.private
kernel
macho
;
M:
section
sectname>>
T{
struct-slot-spec
{
name
"sectname"
}
{
offset 0
}
{
class
object
}
{
type
{
char
16
}
}
}
read-struct-slot
;
inline
USING:
accessors
alien.c-types
classes.struct
classes.struct.private
kernel
macho
;
M:
section_64
sectname>>
T{
struct-slot-spec
{
name
"sectname"
}
{
offset 0
}
{
class
object
}
{
type
{
char
16
}
}
}
read-struct-slot
;
inline