Lines Matching refs:btf_is_func
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()
12632 if (!btf_is_func(t)) in btf_type_is_traceable_func()