RetroLinker
Linker for several 8-bit, 16-bit and 32-bit formats
|
Public Types | |
enum | part_type { Section = 1 , Block = 2 } |
Public Member Functions | |
Part (part_type type, uint16_t index, offset_t offset, offset_t size) | |
offset_t | GetOffset (const ELFFormat &fmt) const |
offset_t | GetActualSize (const ELFFormat &fmt) const |
Public Attributes | |
part_type | type |
uint16_t | index |
offset_t | offset |
offset_t | size |