LLVM: llvm::objcopy:🧝:Relocation Struct Reference (original) (raw)

#include "[ObjCopy/ELF/ELFObject.h](ELFObject%5F8h%5Fsource.html)"

Public Attributes
Symbol * RelocSymbol = nullptr
uint64_t Offset
uint64_t Addend
uint32_t Type

Detailed Description

Definition at line 861 of file ELFObject.h.

Member Data Documentation

Addend

uint64_t llvm::objcopy:🧝:Relocation::Addend

Definition at line 864 of file ELFObject.h.

Referenced by initRelocations().

Offset

uint64_t llvm::objcopy:🧝:Relocation::Offset

Definition at line 863 of file ELFObject.h.

Referenced by initRelocations().

RelocSymbol

Symbol* llvm::objcopy:🧝:Relocation::RelocSymbol = nullptr

Definition at line 862 of file ELFObject.h.

Referenced by initRelocations().

Type

uint32_t llvm::objcopy:🧝:Relocation::Type

Definition at line 865 of file ELFObject.h.

Referenced by initRelocations().


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