LLVM: llvm::BTF::ExtHeader Struct Reference (original) (raw)
The .BTF.ext section header definition. More...
#include "[llvm/DebugInfo/BTF/BTF.h](BTF%5F8h%5Fsource.html)"
| 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. |
The .BTF.ext section header definition.
Definition at line 223 of file BTF.h.
◆ 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
◆ 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
◆ 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
◆ 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:
- include/llvm/DebugInfo/BTF/BTF.h