LLVM 17.0.0git
|
#include "ObjCopy/ELF/ELFObject.h"
Public Attributes | |
Symbol * | RelocSymbol = nullptr |
uint64_t | Offset |
uint64_t | Addend |
uint32_t | Type |
Definition at line 732 of file ELFObject.h.
uint64_t llvm::objcopy::elf::Relocation::Addend |
Definition at line 735 of file ELFObject.h.
Referenced by initRelocations().
uint64_t llvm::objcopy::elf::Relocation::Offset |
Definition at line 734 of file ELFObject.h.
Referenced by initRelocations().
Symbol* llvm::objcopy::elf::Relocation::RelocSymbol = nullptr |
Definition at line 733 of file ELFObject.h.
Referenced by initRelocations().
uint32_t llvm::objcopy::elf::Relocation::Type |
Definition at line 736 of file ELFObject.h.
Referenced by initRelocations().