Home
last modified time | relevance | path

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

/linux/tools/lib/bpf/
A Dbtf.h423 static inline bool btf_is_typedef(const struct btf_type *t) in btf_is_typedef() function
A Dbtf.c884 (btf_is_mod(t) || btf_is_typedef(t) || btf_is_var(t))) { in btf__resolve_type()
A Dlibbpf.c2344 while (btf_is_mod(t) || btf_is_typedef(t)) { in skip_mods_and_typedefs()
6742 if (btf_is_typedef(t) && in need_func_arg_type_fixup()
/linux/tools/bpf/resolve_btfids/
A Dmain.c589 } else if (btf_is_typedef(type) && nr_typedefs) { in symbols_resolve()
/linux/tools/bpf/bpftool/
A Dgen.c2123 while (btf_is_mod(btf_type) || btf_is_typedef(btf_type)) { in btfgen_record_field_relo()

Completed in 47 milliseconds