PatchworkOS
Loading...
Searching...
No Matches
elf_rela_t Struct Reference

ELF relocation entry with addend. More...

#include <elf.h>

Data Fields

uint64_t offset
 
uint64_t info
 
int64_t addend
 

Detailed Description

ELF relocation entry with addend.

The elf_rela_t structure used for relocation entries that include an addend.

Definition at line 349 of file elf.h.

Field Documentation

◆ addend

int64_t elf_rela_t::addend

Definition at line 353 of file elf.h.

◆ info

uint64_t elf_rela_t::info

Definition at line 352 of file elf.h.

◆ offset

uint64_t elf_rela_t::offset

Definition at line 351 of file elf.h.


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