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 738 of file ELFObject.h.
uint64_t llvm::objcopy::elf::Relocation::Addend |
Definition at line 741 of file ELFObject.h.
Referenced by initRelocations().
uint64_t llvm::objcopy::elf::Relocation::Offset |
Definition at line 740 of file ELFObject.h.
Referenced by initRelocations().
Symbol* llvm::objcopy::elf::Relocation::RelocSymbol = nullptr |
Definition at line 739 of file ELFObject.h.
Referenced by initRelocations().
uint32_t llvm::objcopy::elf::Relocation::Type |
Definition at line 742 of file ELFObject.h.
Referenced by initRelocations().