Home
last modified time | relevance | path

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

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