LLVM
8.0.1
|
The .BTF section header definition. More...
#include "Target/BPF/BTF.h"
Public Attributes | |
uint16_t | Magic |
Magic value. More... | |
uint8_t | Version |
Version number. More... | |
uint8_t | Flags |
Extra flags. More... | |
uint32_t | HdrLen |
Length of this header. More... | |
uint32_t | TypeOff |
All offsets are in bytes relative to the end of this header. More... | |
uint32_t | TypeLen |
Length of type section. More... | |
uint32_t | StrOff |
Offset of string section. More... | |
uint32_t | StrLen |
Length of string section. More... | |
uint32_t llvm::BTF::Header::TypeOff |