|
RetroLinker
Linker for several 8-bit, 16-bit and 32-bit formats
|
A relocation entry in the relocation table. More...
#include <pharlap.h>
Public Member Functions | |
| Relocation (uint16_t selector, uint32_t offset) | |
| bool | operator== (const Relocation &other) const |
| bool | operator< (const Relocation &other) const |
| void | WriteFile (Linker::Writer &wr) const |
Public Attributes | |
| uint16_t | selector |
| uint32_t | offset |
A relocation entry in the relocation table.