LLVM 19.0.0git
Public Attributes | List of all members
llvm::BTF::BPFFieldReloc Struct Reference

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.
 

Detailed Description

Specifying one offset relocation.

Definition at line 267 of file BTF.h.

Member Data Documentation

◆ InsnOffset

uint32_t llvm::BTF::BPFFieldReloc::InsnOffset

Byte offset in this section.

Definition at line 268 of file BTF.h.

◆ OffsetNameOff

uint32_t llvm::BTF::BPFFieldReloc::OffsetNameOff

The string to traverse types.

Definition at line 270 of file BTF.h.

Referenced by llvm::BTFParser::symbolize().

◆ RelocKind

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().

◆ TypeID

uint32_t llvm::BTF::BPFFieldReloc::TypeID

TypeID for the relocation.

Definition at line 269 of file BTF.h.

Referenced by llvm::BTFParser::symbolize().


The documentation for this struct was generated from the following file: