Home
last modified time | relevance | path

Searched refs:btf_is_typedef (Results 1 – 6 of 6) sorted by relevance

/linux/tools/testing/selftests/bpf/prog_tests/ !
H A Dbtf_dedup_split.c528 if (!btf_is_mod(t) && !btf_is_ptr(t) && !btf_is_typedef(t)) in test_split_module()
/linux/tools/lib/bpf/ !
H A Dbtf.h430 static inline bool btf_is_typedef(const struct btf_type *t) in btf_is_typedef() function
H A Dbtf.c889 (btf_is_mod(t) || btf_is_typedef(t) || btf_is_var(t))) { in btf__resolve_type()
H A Dlibbpf.c2376 while (btf_is_mod(t) || btf_is_typedef(t)) { in skip_mods_and_typedefs()
6811 if (btf_is_typedef(t) && in need_func_arg_type_fixup()
/linux/tools/bpf/resolve_btfids/ !
H A Dmain.c590 } else if (btf_is_typedef(type) && nr_typedefs) { in symbols_resolve()
/linux/tools/bpf/bpftool/ !
H A Dgen.c2123 while (btf_is_mod(btf_type) || btf_is_typedef(btf_type)) { in btfgen_record_field_relo()