|
KallistiOS git master
Independent SDK for the Sega Dreamcast
|
ELF relocation type values More...
Macros | |
| #define | R_SH_DIR32 1 |
| SuperH: Rel = Symbol + Addend. | |
| #define | R_386_32 1 |
| x86: Rel = Symbol + Addend | |
| #define | R_386_PC32 2 |
| x86: Rel = Symbol + Addend - Value | |
ELF relocation type values
These define the types of operations that can be done to calculate relocations within ELF files.
| #define R_386_32 1 |
x86: Rel = Symbol + Addend
| #define R_386_PC32 2 |
x86: Rel = Symbol + Addend - Value
| #define R_SH_DIR32 1 |
SuperH: Rel = Symbol + Addend.