Voxia OS v0.0.1
Hobby Project Operating System Targeting x86-64
Loading...
Searching...
No Matches
Elf64_Rela Struct Reference

#include <elf.h>

Data Fields

uint64_t r_offset
 
uint64_t r_info
 
int64_t r_addend
 

Detailed Description

Definition at line 77 of file elf.h.

Field Documentation

◆ r_addend

int64_t Elf64_Rela::r_addend

Definition at line 80 of file elf.h.

Referenced by elf_relocate_rel().

◆ r_info

uint64_t Elf64_Rela::r_info

Definition at line 79 of file elf.h.

◆ r_offset

uint64_t Elf64_Rela::r_offset

Definition at line 78 of file elf.h.

Referenced by elf_relocate_rel().


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