Module: ELFTools::Constants::SHT
- Included in:
- ELFTools::Constants
- Defined in:
- lib/elftools/constants.rb
Overview
Section header types, records in sh_type.
Constant Summary collapse
- SHT_NULL =
null section
0- SHT_PROGBITS =
information defined by program itself
1- SHT_SYMTAB =
symbol table section
2- SHT_STRTAB =
string table section
3- SHT_RELA =
relocation with addends
4- SHT_HASH =
symbol hash table
5- SHT_DYNAMIC =
information of dynamic linking
6- SHT_NOTE =
note section
7- SHT_NOBITS =
section occupies no space
8- SHT_REL =
relocation
9- SHT_SHLIB =
reserved
10- SHT_DYNSYM =
symbols for dynamic
11- SHT_LOPROC =
Values between SHT_LOPROC and SHT_HIPROC are reserved for processor-specific semantics.
0x70000000- SHT_HIPROC =
see SHT_LOPROC
0x7fffffff- SHT_LOUSER =
Values between SHT_LOUSER and SHT_HIUSER are reserved for application programs.
0x80000000- SHT_HIUSER =
see SHT_LOUSER
0xffffffff