Searched defs:btf_header (Results 1 – 5 of 5) sorted by relevance
11 struct btf_header { struct12 __u16 magic;13 __u8 version;14 __u8 flags;15 __u32 hdr_len;18 __u32 type_off; /* offset of type section */19 __u32 type_len; /* length of type section */20 __u32 str_off; /* offset of string section */21 __u32 str_len; /* length of string section */
30 struct btf_header { struct37 struct btf_header hdr; argument
5646 const struct btf_header *btf_header(const struct btf *btf) in btf_header() function
1769 const struct btf_header *btf_header(const struct btf *btf) in btf_header() function