Home
last modified time | relevance | path

Searched refs:btf_is_func (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/tools/lib/bpf/
Dbtf.h268 static inline bool btf_is_func(const struct btf_type *t) in btf_is_func() function
Dlibbpf.c2423 } else if (!has_func && btf_is_func(t)) { in bpf_object__sanitize_btf()
2426 } else if (!has_func_global && btf_is_func(t)) { in bpf_object__sanitize_btf()
/Linux-v5.10/tools/bpf/resolve_btfids/
Dmain.c505 if (btf_is_func(type) && nr_funcs) { in symbols_resolve()
/Linux-v5.10/tools/bpf/bpftool/
Dbtf_dumper.c72 if (!func_type || !btf_is_func(func_type)) in dump_prog_id_as_func_ptr()