Searched refs:btf_is_func (Results 1 – 9 of 9) sorted by relevance
170 if (!btf_is_func(type)) in BTF_ID()330 if (!ASSERT_TRUE(btf_is_func(fn), name)) in test_resolve_btfids()
532 static inline bool btf_is_func(const struct btf_type *t) in btf_is_func() function
1819 if (!btf_is_var(src_t) && !btf_is_func(src_t)) { in glob_syms_match()1839 || (btf_is_func(t) && btf_func_linkage(t) != BTF_FUNC_STATIC); in btf_is_non_static()1884 if (btf_is_func(t) && btf_func_linkage(t) == BTF_FUNC_STATIC) in find_glob_sym_btf()2573 if (btf_is_func(t)) in linker_append_btf()
3296 } else if (!has_func && btf_is_func(t)) { in bpf_object__sanitize_btf()3299 } else if (!has_func_global && btf_is_func(t)) { in bpf_object__sanitize_btf()3676 if (!btf_is_func(t) || btf_func_linkage(t) != BTF_FUNC_GLOBAL) in bpf_object__sanitize_and_load_btf()4161 if (!btf_is_var(t) && !btf_is_func(t)) in find_extern_btf_id()4172 if (btf_is_func(t) && btf_func_linkage(t) != BTF_FUNC_EXTERN) in find_extern_btf_id()4309 if (btf_is_func(vt)) in add_dummy_ksym_var()4405 if (btf_is_func(t)) { in bpf_object__collect_externs()4487 if (btf_is_func(vt)) { in bpf_object__collect_externs()7098 if (!btf_is_func(t) || btf_func_linkage(t) != BTF_FUNC_GLOBAL) { in bpf_prog_assign_exc_cb()7393 if (!btf_is_func(fn_t) || btf_func_linkage(fn_t) != BTF_FUNC_GLOBAL) in bpf_program_fixup_func_info()[all …]
1224 if (!btf_is_func(t)) in fixup_btf_from_path()1245 if (!btf_is_func(custom_t)) in fixup_btf_from_path()
746 if (btf_is_func(type) && nr_funcs) { in symbols_resolve()1230 if (!t || !btf_is_func(t)) { in process_kfunc_with_implicit_args()
81 if (!func_type || !btf_is_func(func_type)) in dump_prog_id_as_func_ptr()
444 if (!func_type || !btf_is_func(func_type)) in get_prog_full_name()
530 if (!btf_is_func(ft)) in dump_btf_kfuncs()