RetroLinker
Linker for several 8-bit, 16-bit and 32-bit formats
Loading...
Searching...
No Matches
MINIX::MINIXFormat::Symbol Struct Reference

Public Member Functions

void Write (Linker::Writer &wr) const
void Dump (Dumper::Dumper &dump, unsigned index, offset_t relocations_offset) const

Static Public Member Functions

static Symbol Read (Linker::Reader &rd)

Public Attributes

std::string name
int32_t value
uint8_t sclass
uint8_t numaux
uint16_t type

Static Public Attributes

static constexpr uint8_t N_SECT = 0x07
static constexpr uint8_t N_UNDF = 0x00
static constexpr uint8_t N_ABS = 0x01
static constexpr uint8_t N_TEXT = 0x02
static constexpr uint8_t N_DATA = 0x03
static constexpr uint8_t N_BSS = 0x04
static constexpr uint8_t N_COMM = 0x05
static constexpr uint8_t N_CLASS = 0xF8
static constexpr uint8_t S_NULL = 0x00
static constexpr uint8_t S_EXT = 0x10
static constexpr uint8_t S_STAT = 0x18

The documentation for this struct was generated from the following files: