L4Re Operating System Framework
Interface and Usage Documentation
|
ELF32 section header. More...
#include <elf.h>
Data Fields | |
Elf32_Word | sh_name |
name of sect (idx into strtab) | |
Elf32_Word | sh_type |
section's type | |
Elf32_Word | sh_flags |
section's flags | |
Elf32_Addr | sh_addr |
memory address of section | |
Elf32_Off | sh_offset |
file offset of section | |
Elf32_Word | sh_size |
file size of section | |
Elf32_Word | sh_link |
idx to associated header section | |
Elf32_Word | sh_info |
extra info of header section | |
Elf32_Word | sh_addralign |
address alignment constraints | |
Elf32_Word | sh_entsize |
size of entry if sect is table | |
Elf32_Word Elf32_Shdr::sh_flags |
Elf32_Word Elf32_Shdr::sh_type |