Home
last modified time | relevance | path

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

/linux/tools/include/uapi/linux/
H A Dbtf.h31 struct btf_type { struct
32 __u32 name_off;
41 __u32 info;
49 union {
/linux/include/uapi/linux/
H A Dbtf.h31 struct btf_type { struct
32 __u32 name_off;
41 __u32 info;
49 union {
/linux/kernel/bpf/preload/iterators/
H A Diterators.bpf.c26 struct btf_type { struct
36 struct btf_type **types; argument
/linux/tools/bpf/bpftool/
H A Dgen.c1985 const struct btf_type *btf_type = btf__type_by_id(info->src_btf, type_id); in btfgen_mark_type() local
2060 const struct btf_type *btf_type; in btfgen_record_field_relo() local
2121 const struct btf_type *btf_type; in btfgen_mark_type_match() local
2469 struct btf_type *btf_type = (struct btf_type *) btf__type_by_id(btf_new, i); in btfgen_get_btf() local