Searched refs:btf_is_func (Results 1 – 7 of 7) sorted by relevance
453 static inline bool btf_is_func(const struct btf_type *t) in btf_is_func() function
1668 if (!btf_is_var(src_t) && !btf_is_func(src_t)) { in glob_syms_match()1688 || (btf_is_func(t) && btf_func_linkage(t) != BTF_FUNC_STATIC); in btf_is_non_static()1733 if (btf_is_func(t) && btf_func_linkage(t) == BTF_FUNC_STATIC) in find_glob_sym_btf()
3147 } else if (!has_func && btf_is_func(t)) { in bpf_object__sanitize_btf()3150 } else if (!has_func_global && btf_is_func(t)) { in bpf_object__sanitize_btf()3526 if (!btf_is_func(t) || btf_func_linkage(t) != BTF_FUNC_GLOBAL) in bpf_object__sanitize_and_load_btf()4004 if (!btf_is_var(t) && !btf_is_func(t)) in find_extern_btf_id()4015 if (btf_is_func(t) && btf_func_linkage(t) != BTF_FUNC_EXTERN) in find_extern_btf_id()4152 if (btf_is_func(vt)) in add_dummy_ksym_var()4246 if (btf_is_func(t)) { in bpf_object__collect_externs()4328 if (btf_is_func(vt)) { in bpf_object__collect_externs()6625 if (!btf_is_func(t) || btf_func_linkage(t) != BTF_FUNC_GLOBAL) { in bpf_prog_assign_exc_cb()6920 if (!btf_is_func(fn_t) || btf_func_linkage(fn_t) != BTF_FUNC_GLOBAL) in bpf_program_fixup_func_info()
580 if (btf_is_func(type) && nr_funcs) { in symbols_resolve()
81 if (!func_type || !btf_is_func(func_type)) in dump_prog_id_as_func_ptr()
439 if (!func_type || !btf_is_func(func_type)) in get_prog_full_name()
492 if (!btf_is_func(t)) in dump_btf_kfuncs()
Completed in 47 milliseconds