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