|
RetroLinker
Linker for several 8-bit, 16-bit and 32-bit formats
|
Represents a reference to some data, stored as an offset into a section pair. More...
#include <pefexe.h>
Public Member Functions | |
| void | SetPosition (PEFFormat &pef_format, const Linker::Position &position) |
| bool | IsPresent () const |
| void | StoreSectionIndex () |
Public Attributes | |
| std::weak_ptr< Section > | section_pointer |
| uint32_t | section = NoSection |
| uint32_t | offset = 0 |
Represents a reference to some data, stored as an offset into a section pair.