|
LLVM 22.0.0git
|
The .BTF section header definition. More...
#include "llvm/DebugInfo/BTF/BTF.h"
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. | |
| uint32_t llvm::BTF::Header::TypeOff |