|
static constexpr uint16_t | R_ABS = 0 |
| No relocation.
|
|
static constexpr uint16_t | R_DIR16 = 1 |
| 16-bit virtual address of symbol
|
|
static constexpr uint16_t | R_REL16 = 2 |
| 16-bit relative address of symbol
|
|
static constexpr uint16_t | R_DIR32 = 6 |
| 32-bit virtual address of symbol
|
|
static constexpr uint16_t | R_DIR32NB = 7 |
| (Microsoft COFF) 32-bit relative virtual address of symbol
|
|
static constexpr uint16_t | R_SEG12 = 9 |
| (Intel x86) 16-bit segment selector of symbol
|
|
static constexpr uint16_t | R_SECTION = 10 |
| (Microsoft, debugging) 16-bit section index
|
|
static constexpr uint16_t | R_SECREL = 11 |
| (Microsoft, debugging) 32-bit offset from section start
|
|
static constexpr uint16_t | R_TOKEN = 12 |
| (Microsoft) CLR token
|
|
static constexpr uint16_t | R_SECREL7 = 13 |
| (Microsoft) 7-bit offset from section base
|
|
static constexpr uint16_t | R_REL32 = 20 |
| 32-bit relative address of symbol
|
|
The standard UNIX COFF relocation format.