PatchworkOS  966e257
A non-POSIX operating system.
Loading...
Searching...
No Matches
Elf64_Rela Struct Reference

ELF64 Rela Entry with addend. More...

#include <elf.h>

Collaboration diagram for Elf64_Rela:

Data Fields

Elf64_Addr r_offset
 
Elf64_Xword r_info
 
Elf64_Sxword r_addend
 

Detailed Description

ELF64 Rela Entry with addend.

See also
https://gabi.xinuos.com/elf/06-reloc.html

Definition at line 625 of file elf.h.

Field Documentation

◆ r_offset

Elf64_Addr Elf64_Rela::r_offset

Definition at line 627 of file elf.h.

◆ r_info

Elf64_Xword Elf64_Rela::r_info

Definition at line 628 of file elf.h.

◆ r_addend

Elf64_Sxword Elf64_Rela::r_addend

Definition at line 629 of file elf.h.


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