|
|
uint32_t | name |
| | Section name.
|
| |
|
uint32_t | type |
| | Section type.
|
| |
|
ElfN_Size | flags |
| | Section attributes.
|
| |
|
ElfN_Addr | virtual_address |
| | Virtual address in memory.
|
| |
|
ElfN_Off | offset |
| | Offset in file.
|
| |
|
ElfN_Size | size |
| | Size of section.
|
| |
|
uint32_t | link |
| | Link to other section.
|
| |
|
uint32_t | info |
| | Miscellaneous information.
|
| |
|
ElfN_Size | addralign |
| | Address alignment boundary.
|
| |
|
ElfN_Size | entsize |
| | Size of entries, if section has table.
|
| |
The documentation for this struct was generated from the following file:
- include/kernel/core/elf.h