LLVM 20.0.0git
|
Specifying one offset relocation. More...
#include "llvm/DebugInfo/BTF/BTF.h"
Public Attributes | |
uint32_t | InsnOffset |
Byte offset in this section. | |
uint32_t | TypeID |
TypeID for the relocation. | |
uint32_t | OffsetNameOff |
The string to traverse types. | |
uint32_t | RelocKind |
What to patch the instruction. | |
uint32_t llvm::BTF::BPFFieldReloc::InsnOffset |
uint32_t llvm::BTF::BPFFieldReloc::OffsetNameOff |
The string to traverse types.
Definition at line 270 of file BTF.h.
Referenced by llvm::BTFParser::symbolize().
uint32_t llvm::BTF::BPFFieldReloc::RelocKind |
What to patch the instruction.
Definition at line 271 of file BTF.h.
Referenced by relocKindGroup(), and llvm::BTFParser::symbolize().
uint32_t llvm::BTF::BPFFieldReloc::TypeID |
TypeID for the relocation.
Definition at line 269 of file BTF.h.
Referenced by llvm::BTFParser::symbolize().