RetroLinker
Linker for several 8-bit, 16-bit and 32-bit formats
|
An entry in the Global Offset Table. More...
#include <table_section.h>
Public Member Functions | |
GOTEntry (Target target) | |
bool | operator== (const GOTEntry &other) const |
Public Attributes | |
std::optional< Target > | target |
![]() | |
uint32_t | value |
The value to be stored. | |
Additional Inherited Members | |
![]() | |
static void | ReadFile (std::istream &in, Word &word, ::EndianType endian_type) |
static void | ReadFile (Reader &rd, Word &word, ::EndianType endian_type=::UndefinedEndian) |
static void | WriteFile (std::ostream &out, const Word &word, ::EndianType endian_type, offset_t bytes=EntrySize, offset_t offset=0) |
static void | WriteFile (Writer &wr, const Word &word, ::EndianType endian_type=::UndefinedEndian, offset_t bytes=EntrySize, offset_t offset=0) |
![]() | |
static constexpr offset_t | EntrySize |
An entry in the Global Offset Table.