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

The .BTF.ext section header definition. More...

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

Public Attributes

uint16_t Magic
 
uint8_t Version
 
uint8_t Flags
 
uint32_t HdrLen
 
uint32_t FuncInfoOff
 Offset of func info section.
 
uint32_t FuncInfoLen
 Length of func info section.
 
uint32_t LineInfoOff
 Offset of line info section.
 
uint32_t LineInfoLen
 Length of line info section.
 
uint32_t FieldRelocOff
 Offset of offset reloc section.
 
uint32_t FieldRelocLen
 Length of offset reloc section.
 

Detailed Description

The .BTF.ext section header definition.

Definition at line 223 of file BTF.h.

Member Data Documentation

◆ FieldRelocLen

uint32_t llvm::BTF::ExtHeader::FieldRelocLen

Length of offset reloc section.

Definition at line 234 of file BTF.h.

◆ FieldRelocOff

uint32_t llvm::BTF::ExtHeader::FieldRelocOff

Offset of offset reloc section.

Definition at line 233 of file BTF.h.

◆ Flags

uint8_t llvm::BTF::ExtHeader::Flags

Definition at line 226 of file BTF.h.

◆ FuncInfoLen

uint32_t llvm::BTF::ExtHeader::FuncInfoLen

Length of func info section.

Definition at line 230 of file BTF.h.

◆ FuncInfoOff

uint32_t llvm::BTF::ExtHeader::FuncInfoOff

Offset of func info section.

Definition at line 229 of file BTF.h.

◆ HdrLen

uint32_t llvm::BTF::ExtHeader::HdrLen

Definition at line 227 of file BTF.h.

◆ LineInfoLen

uint32_t llvm::BTF::ExtHeader::LineInfoLen

Length of line info section.

Definition at line 232 of file BTF.h.

◆ LineInfoOff

uint32_t llvm::BTF::ExtHeader::LineInfoOff

Offset of line info section.

Definition at line 231 of file BTF.h.

◆ Magic

uint16_t llvm::BTF::ExtHeader::Magic

Definition at line 224 of file BTF.h.

◆ Version

uint8_t llvm::BTF::ExtHeader::Version

Definition at line 225 of file BTF.h.


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