KallistiOS git master
Independent SDK for the Sega Dreamcast
Loading...
Searching...
No Matches
Relocation Types

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
 

Detailed Description

ELF relocation type values.

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

Macro Definition Documentation

◆ R_386_32

#define R_386_32   1

x86: Rel = Symbol + Addend

◆ R_386_PC32

#define R_386_PC32   2

x86: Rel = Symbol + Addend - Value

◆ R_SH_DIR32

#define R_SH_DIR32   1

SuperH: Rel = Symbol + Addend.