Module elf_utilities::section [−][src]
ELF section and section header utilities.
Structs
| Section32 | |
| Section64 | |
| Shdr32 | |
| Shdr64 | |
| ShdrPreparation32 | A |
| ShdrPreparation64 | A |
| StrTabEntry |
Enums
| Contents32 | section’s contents |
| Contents64 | |
| Flag | Section flags |
| Type |
Constants
| SHN_ABS | Associated symbol is absolute |
| SHN_COMMON | Associated symbol is common |
| SHN_HIOS | End of OS-specific |
| SHN_HIPROC | End of processor-specific |
| SHN_LOOS | Start of OS-specific |
| SHN_LOPROC | Start of processor-specific |
| SHN_UNDEF | Undefined section |
| SHN_XINDEX | Index is in extra table |