|
enum | {
NoRelocations = 0
, Relocations = 3
, Preload = 0
, Iterated
,
Invalid
, ZeroFilled
, Range
} |
|
|
static Page | LEPage (uint16_t fixup_table_index, uint8_t type) |
|
static Page | LXPage (uint32_t offset, uint16_t size, uint8_t flags) |
|
|
union { | |
|
struct { | |
|
uint32_t fixup_table_index | |
|
uint8_t type | |
|
} le | |
|
struct { | |
|
uint32_t offset | |
|
uint16_t size | |
|
uint16_t flags | |
|
} lx | |
|
}; | | |
|
uint32_t | fixup_offset = 0 |
|
std::map< uint16_t, Relocation > | relocations |
|
|
| Page (uint16_t fixup_table_index, uint8_t type) |
|
| Page (uint32_t offset, uint16_t size, uint8_t flags) |
|
The documentation for this class was generated from the following files:
- src/format/leexe.h
- src/format/leexe.cc