|
enum | flag_type {
Data = 1
, Code = 0
, Allocated = 2
, Loaded = 4
,
Iterated = 8
, Movable = 0x10
, Fixed = 0
, Shareable = 0x20
,
Preload = 0x40
, LoadOnCall = 0
, ExecuteOnly = 0x80
, ReadOnly = 0x80|Data
,
Relocations = 0x0100
, DebugInfo = 0x0200
, Discardable = 0x1000
} |
|
enum | { PrivilegeLevelShift = 10
} |
|
|
std::shared_ptr< Linker::Segment > | image |
|
offset_t | data_offset = 0 |
|
flag_type | flags |
|
uint16_t | movable_entry_index = 0 |
|
std::map< uint16_t, Relocation > | relocations |
|
The documentation for this class was generated from the following files:
- src/format/neexe.h
- src/format/neexe.cc