Home
last modified time | relevance | path

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

/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dbtf.h11 struct btf_header { struct
12 __u16 magic;
13 __u8 version;
14 __u8 flags;
15 __u32 hdr_len;
17 __u32 type_off;
18 __u32 type_len;
19 __u32 str_off;
20 __u32 str_len;
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dbtf.h24 struct btf_header { struct
25 __u16 magic;
26 __u8 version;
27 __u8 flags;
28 __u32 hdr_len;
29 __u32 type_off;
30 __u32 type_len;
31 __u32 str_off;
32 __u32 str_len;
/kernel/linux/linux-5.10/tools/include/uapi/linux/
Dbtf.h11 struct btf_header { struct
12 __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 */
/kernel/linux/linux-5.10/include/uapi/linux/
Dbtf.h11 struct btf_header { struct
12 __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 */
/kernel/linux/linux-5.10/kernel/bpf/preload/iterators/
Diterators.bpf.c31 struct btf_header { struct
38 struct btf_header hdr; argument