LLVM 20.0.0git
|
#include "ObjCopy/ELF/ELFObject.h"
Public Attributes | |
Symbol * | RelocSymbol = nullptr |
uint64_t | Offset |
uint64_t | Addend |
uint32_t | Type |
Definition at line 857 of file ELFObject.h.
uint64_t llvm::objcopy::elf::Relocation::Addend |
Definition at line 860 of file ELFObject.h.
Referenced by initRelocations().
uint64_t llvm::objcopy::elf::Relocation::Offset |
Definition at line 859 of file ELFObject.h.
Referenced by initRelocations().
Symbol* llvm::objcopy::elf::Relocation::RelocSymbol = nullptr |
Definition at line 858 of file ELFObject.h.
Referenced by initRelocations().
uint32_t llvm::objcopy::elf::Relocation::Type |
Definition at line 861 of file ELFObject.h.
Referenced by initRelocations().