|
enum | entry_type { Unused
, Fixed
, Movable
} |
|
enum | flag_type { Exported = 1
, SharedData = 2
} |
|
enum | { WordCountShift = 3
, INT_3Fh = 0x3FCD
} |
|
|
| Entry (unsigned type, uint8_t segment, unsigned flags, uint16_t offset) |
|
offset_t | GetEntrySize () const |
|
uint8_t | GetIndicatorByte () const |
|
void | WriteEntry (Linker::Writer &wr) |
|
|
entry_type | type = Unused |
|
uint8_t | segment = 0 |
|
flag_type | flags = flag_type(0) |
|
uint16_t | offset = 0 |
|
The documentation for this class was generated from the following files:
- src/format/neexe.h
- src/format/neexe.cc