Searched refs:btf_is_func (Results 1 – 5 of 5) sorted by relevance
70 if (!btf_is_func(t))89 if (!btf_is_func(t))108 if (!btf_is_func(t))
269 static inline bool btf_is_func(const struct btf_type *t) in btf_is_func() function
2424 } else if (!has_func && btf_is_func(t)) { in bpf_object__sanitize_btf()2427 } else if (!has_func_global && btf_is_func(t)) { in bpf_object__sanitize_btf()
510 if (btf_is_func(type) && nr_funcs) { in symbols_resolve()
72 if (!func_type || !btf_is_func(func_type)) in dump_prog_id_as_func_ptr()