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

The .BTF section header definition. More...

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

Public Attributes
uint16_t Magic
Magic value.
uint8_t Version
Version number.
uint8_t Flags
Extra flags.
uint32_t HdrLen
Length of this header.
uint32_t TypeOff
All offsets are in bytes relative to the end of this header.
uint32_t TypeLen
Length of type section.
uint32_t StrOff
Offset of string section.
uint32_t StrLen
Length of string section.

The .BTF section header definition.

Definition at line 79 of file BTF.h.

Flags

Extra flags.

Definition at line 82 of file BTF.h.

HdrLen

Length of this header.

Definition at line 83 of file BTF.h.

Magic

Magic value.

Definition at line 80 of file BTF.h.

StrLen

Length of string section.

Definition at line 89 of file BTF.h.

StrOff

Offset of string section.

Definition at line 88 of file BTF.h.

TypeLen

Length of type section.

Definition at line 87 of file BTF.h.

TypeOff

All offsets are in bytes relative to the end of this header.

Offset of type section

Definition at line 86 of file BTF.h.

Version

Version number.

Definition at line 81 of file BTF.h.


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