|
RetroLinker
Linker for several 8-bit, 16-bit and 32-bit formats
|
Represents an LE/LX object (a relocatable section of memory) as stored in the object table, alongside associated information. More...
#include <leexe.h>
Public Member Functions | |
| Object (std::shared_ptr< Linker::Segment > segment, unsigned flags) | |
Public Attributes | |
| std::shared_ptr< Linker::Contents > | image |
| uint32_t | size = 0 |
| uint32_t | address = 0 |
| flag_type | flags = flag_type(0) |
| uint32_t | page_table_index = 0 |
| uint32_t | page_entry_count = 0 |
| uint32_t | data_pages_offset = 0 |
Represents an LE/LX object (a relocatable section of memory) as stored in the object table, alongside associated information.