RetroLinker
Linker for several 8-bit, 16-bit and 32-bit formats
|
Public Member Functions | |
Relocation (uint32_t offset, unsigned rel32) | |
bool | operator== (const Relocation &other) const |
bool | operator< (const Relocation &other) const |
Public Attributes | ||
struct { | ||
uint32_t offset: 31 | ||
uint32_t rel32: 1 | ||
}; | ||
uint32_t | value | |