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