Home
last modified time | relevance | path

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

/tools/lib/bpf/
Dbtf.h311 static inline bool btf_is_func_proto(const struct btf_type *t) in btf_is_func_proto() function
Dlibbpf.c949 if (!btf_is_func_proto(kern_mtype)) { in bpf_map__init_kern_struct_ops()
1967 return btf_is_func_proto(t) ? t : NULL; in resolve_func_ptr()
2539 } else if (!has_func && btf_is_func_proto(t)) { in bpf_object__sanitize_btf()
Dbtf.c2295 if (!btf_is_func_proto(t)) in btf__add_func_param()
/tools/bpf/bpftool/
Dbtf_dumper.c114 if (!ptr_type || !btf_is_func_proto(ptr_type)) in btf_dumper_ptr()
/tools/testing/selftests/bpf/prog_tests/
Dcore_reloc.c405 if (btf_is_func_proto(t) && (t = btf__type_by_id(local_btf, t->type)) && in setup_type_id_case_local()