IDA SDK
|
used by relobj_t::ri
Macros | |
#define | RELOBJ_MASK 0xF |
the first byte describes the relocation entry types | |
#define | RELSIZE_1 0 |
8-bit relocations | |
#define | RELSIZE_2 1 |
16-bit relocations | |
#define | RELSIZE_4 2 |
32-bit relocations | |
#define | RELSIZE_8 3 |
64-bit relocations | |
#define | RELSIZE_CUST 15 |
custom relocations, should be handled internally | |
#define | RELOBJ_CNT 0x80 |
counter present (not used yet) | |