Handbook
Glossary
elf-section-headers ( elf: Elf32/64_Ehdr -- headers: Elf32/64_Shdr-array )
Vocabulary
elf
Inputs
elf
a
Elf32/64_Ehdr
Outputs
headers
a
Elf32/64_Shdr-array
Definition
USING:
accessors
alien
alien.data
kernel
typed
;
IN:
elf
TYPED::
elf-section-headers
( elf: Elf32/64_Ehdr -- headers: Elf32/64_Shdr-array )
elf
[
e_shoff>>
]
[
e_shnum>>
]
bi
:>
( off num ) off elf
>c-ptr
<displaced-alien>
num elf
64-bit?
Elf64_Shdr
Elf32_Shdr
?
<c-direct-array>
;