Home
last modified time | relevance | path

Searched defs:btf_ext_header (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/config/bpf/
H A Dcoreout.h84 struct btf_ext_header struct
86 uint16_t magic; /* Magic number (BTF_MAGIC). */
87 uint8_t version; /* Data format version (BTF_VERSION). */
88 uint8_t flags; /* Flags. Currently unused. */
89 uint32_t hdr_len; /* Length of this header in bytes. */
93 uint32_t func_info_off; /* Offset of funcinfo section. */
94 uint32_t func_info_len; /* Length of funcinfo section. */
95 uint32_t line_info_off; /* Offset of lineinfo section. */
96 uint32_t line_info_len; /* Length of lineinfo section. */
98 uint32_t core_relo_off; /* Offset of CO-RE relocation section. */
[all …]