ElfSegmentType
Description
Program-header segment type. Only ELF_PT_LOAD matters to the runtime symbol resolver (it maps file offsets to virtual addresses); the raw p_type is kept in ElfSegment.type for everything else.
Usage example (Cross-references)
Usage examples (Cross-references)
- In
Elf.h:156:
typedef enum ElfSegmentType {
ELF_PT_LOAD = 1,
} ElfSegmentType;
///
Last updated on