Searched refs:btf_is_func (Results 1 – 4 of 4) sorted by relevance
268 static inline bool btf_is_func(const struct btf_type *t) in btf_is_func() function
2423 } 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()
505 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()