RetroLinker
Linker for several 8-bit, 16-bit and 32-bit formats
|
Represents a relocation within the image. More...
#include <bflt.h>
Public Types | |
enum | relocation_type { Text = 0 , Data = 1 , Bss = 2 } |
Public Attributes | |
enum BFLT::BFLTFormat::Relocation::relocation_type | type |
Whether the target references the text, data or bss segment, only relevant up to and including version 2. | |
offset_t | offset |
Represents a relocation within the image.