KallistiOS
##version##
|
ELF Section header. More...
#include <kos/elf.h>
Data Fields | |
uint32 | name |
Index into string table. More... | |
uint32 | type |
Section type. More... | |
uint32 | flags |
Section flags. More... | |
uint32 | addr |
In-memory offset. More... | |
uint32 | offset |
On-disk offset. More... | |
uint32 | size |
Size (if SHT_NOBITS, amount of 0s needed) More... | |
uint32 | link |
Section header table index link. More... | |
uint32 | info |
Section header extra info. More... | |
uint32 | addralign |
Alignment constraints. More... | |
uint32 | entsize |
Fixed-size table entry sizes. More... | |
ELF Section header.
This structure represents the header on each ELF section.
uint32 elf_shdr_t::addr |
In-memory offset.
uint32 elf_shdr_t::addralign |
Alignment constraints.
uint32 elf_shdr_t::entsize |
Fixed-size table entry sizes.
uint32 elf_shdr_t::flags |
Section flags.
uint32 elf_shdr_t::info |
Section header extra info.
uint32 elf_shdr_t::link |
Section header table index link.
uint32 elf_shdr_t::name |
Index into string table.
uint32 elf_shdr_t::offset |
On-disk offset.
uint32 elf_shdr_t::size |
Size (if SHT_NOBITS, amount of 0s needed)
uint32 elf_shdr_t::type |
Section type.