Home
last modified time | relevance | path

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

/linux-6.12.1/tools/lib/bpf/
Dlibbpf.c3076 bool has_enum64 = kernel_supports(obj, FEAT_BTF_ENUM64); in btf_needs_sanitization() local
3080 !has_decl_tag || !has_type_tag || !has_enum64 || !has_qmark_datasec; in btf_needs_sanitization()
3091 bool has_enum64 = kernel_supports(obj, FEAT_BTF_ENUM64); in bpf_object__sanitize_btf() local
3164 } else if (!has_enum64 && btf_is_enum(t)) { in bpf_object__sanitize_btf()
3167 } else if (!has_enum64 && btf_is_enum64(t)) { in bpf_object__sanitize_btf()