KallistiOS  2.0.0
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
Macros
ELF relocation types

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

Detailed Description

These define the types of operations that can be done to calculate relocations within ELF files.


Macro Definition Documentation

#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.