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

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

#include "llvm/DebugInfo/BTF/BTF.h"

Public Attributes

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

Detailed Description

Specifying offset relocation's in one section.

Definition at line 275 of file BTF.h.

Member Data Documentation

◆ 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: