|
RetroLinker
Linker for several 8-bit, 16-bit and 32-bit formats
|
Public Types | |
| enum | segment_type { Undefined = 0 , Absolute = 1 , Text = 2 , Data = 3 , Bss = 4 , Common = 9 , Register = 20 , FileName = 31 } |
Public Member Functions | |
| uint16_t | GetTypeByte (const AOutFormat &aout) const |
| segment_type | GetType (const AOutFormat &aout) const |
| bool | IsExternal (const AOutFormat &aout) const |
Public Attributes | |
| std::string | name |
| offset_t | name_offset = 0 |
| uint32_t | type_etc = 0 |
| offset_t | value = 0 |