|
L4Re - L4 Runtime Environment
|
ELF64 section header. More...
#include <elf.h>
Collaboration diagram for Elf64_Shdr: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 | |