Elf32_Sym - Factor Documentation

Elf32_Sym


Vocabulary
elf

Definition
USING: alien.c-types classes.struct ;

IN: elf

STRUCT: Elf32_Sym
{ st_name Elf32_Word initial: 0 }
{ st_value Elf32_Addr initial: 0 }
{ st_size Elf32_Word initial: 0 }
{ st_info uchar initial: 0 } { st_other uchar initial: 0 }
{ st_shndx Elf32_Half initial: 0 } ;


Methods
USING: classes.struct classes.struct.private elf kernel ;

M: Elf32_Sym clone
clone-underlying \ Elf32_Sym memory>struct ; inline


USING: accessors classes.struct combinators.smart elf ;

M: Elf32_Sym struct-slot-values
{
[ st_name>> ]
[ st_value>> ]
[ st_size>> ]
[ st_info>> ]
[ st_other>> ]
[ st_shndx>> ]
} cleave>array ; inline

AltStyle によって変換されたページ (->オリジナル) /