| 
    KallistiOS git master
    
   Independent SDK for the Sega Dreamcast 
   | 
 
ELF Relocation entry (with explicit addend). More...
#include <kos/elf.h>
Data Fields | |
| uint32 | offset | 
| Offset within section.   | |
| uint32 | info | 
| Symbol and type.   | |
| int32 | addend | 
| Constant addend for the symbol.   | |
ELF Relocation entry (with explicit addend).
This structure represents an ELF relocation entry with an explicit addend. This structure is used on some architectures, whereas others use the elf_rel_t structure instead.
| int32 elf_rela_t::addend | 
Constant addend for the symbol.
| uint32 elf_rela_t::info | 
Symbol and type.
| uint32 elf_rela_t::offset | 
Offset within section.