KallistiOS git master
Independent SDK for the Sega Dreamcast
Loading...
Searching...
No Matches
elf_rel_t Struct Reference

ELF Relocation entry (without explicit addend). More...

#include <kos/elf.h>

Data Fields

uint32 offset
 Offset within section.
 
uint32 info
 Symbol and type.
 

Detailed Description

ELF Relocation entry (without explicit addend).

This structure represents an ELF relocation entry without an explicit addend. This structure is used on some architectures, whereas others use the elf_rela_t structure instead.

Field Documentation

◆ info

uint32 elf_rel_t::info

Symbol and type.

◆ offset

uint32 elf_rel_t::offset

Offset within section.


The documentation for this struct was generated from the following file: