|
std::string | name |
|
int32_t | value |
|
uint8_t | sclass |
|
uint8_t | numaux |
|
uint16_t | type |
|
|
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:
- src/format/minix.h
- src/format/minix.cc