Handbook
Glossary
p_type<< ( value object -- )
Vocabulary
accessors
Inputs
value
an
object
object
an
object
Outputs
None
Definition
IN:
accessors
GENERIC:
p_type<<
( value object -- )
Methods
USING:
accessors
classes.struct
classes.struct.private
elf
math
;
M:
Elf32_Phdr
p_type<<
T{
struct-slot-spec
{
name
"p_type"
}
{
offset 0
}
{
class
fixnum
}
{
initial 0
}
{
type
Elf32_Word
}
}
write-struct-slot
;
inline
USING:
accessors
classes.struct
classes.struct.private
elf
math
;
M:
Elf64_Phdr
p_type<<
T{
struct-slot-spec
{
name
"p_type"
}
{
offset 0
}
{
class
fixnum
}
{
initial 0
}
{
type
Elf64_Word
}
}
write-struct-slot
;
inline