LLVM: llvm::BTF::SecFieldReloc Struct Reference (original) (raw)

Specifying offset relocation's in one section. More...

#include "[llvm/DebugInfo/BTF/BTF.h](BTF%5F8h%5Fsource.html)"

Public Attributes
uint32_t SecNameOff
Section name index in the .BTF string table.
uint32_t NumFieldReloc
Number of offset reloc's in this section.

Specifying offset relocation's in one section.

Definition at line 275 of file BTF.h.

NumFieldReloc

uint32_t llvm::BTF::SecFieldReloc::NumFieldReloc

Number of offset reloc's in this section.

Definition at line 277 of file BTF.h.

SecNameOff

uint32_t llvm::BTF::SecFieldReloc::SecNameOff

Section name index in the .BTF string table.

Definition at line 276 of file BTF.h.


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