Home
last modified time | relevance | path

Searched refs:has_func_global (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.10/tools/lib/bpf/
Dlibbpf.c2366 bool has_func_global = kernel_supports(FEAT_BTF_GLOBAL_FUNC); in btf_needs_sanitization() local
2370 return !has_func || !has_datasec || !has_func_global; in btf_needs_sanitization()
2375 bool has_func_global = kernel_supports(FEAT_BTF_GLOBAL_FUNC); in bpf_object__sanitize_btf() local
2426 } else if (!has_func_global && btf_is_func(t)) { in bpf_object__sanitize_btf()