Modules§
Structs§
- Program
Header - A 64-bit ProgramHeader typically specifies how to map executable and data segments into memory
Constants§
- PF_
MASKOS - Bits reserved for OS-specific usage
- PF_
MASKPROC - Bits reserved for processor-specific usage
- PF_R
- Segment is readable
- PF_W
- Segment is writable
- PF_X
- Segment is executable
- PT_
ARM_ EXIDX - ARM unwind segment
- PT_
DYNAMIC - Dynamic linking information
- PT_
GNU_ EH_ FRAME - GCC .eh_frame_hdr segment
- PT_
GNU_ PROPERTY - GNU property notes for linker and run-time loaders
- PT_
GNU_ RELRO - Read-only after relocation
- PT_
GNU_ STACK - Indicates stack executability
- PT_HIOS
- End of OS-specific
- PT_
HIPROC - End of processor-specific
- PT_
HISUNW - End of OS-specific
- PT_
INTERP - Program interpreter
- PT_LOAD
- Loadable program segment
- PT_LOOS
- Start of OS-specific
- PT_
LOPROC - Start of processor-specific
- PT_
LOSUNW - Sun Specific segment
- PT_NOTE
- Auxiliary information
- PT_NULL
- Programg header table entry unused
- PT_NUM
- Number of defined types
- PT_PHDR
- Entry for header table itself
- PT_
SHLIB - Reserved
- PT_
SUNWBSS - Sun Specific segment
- PT_
SUNWSTACK - Stack segment
- PT_TLS
- Thread-local storage segment
- SIZEOF_
PHDR