Searched refs:has_decl_tag (Results 1 – 1 of 1) sorted by relevance
2642 bool has_decl_tag = kernel_supports(obj, FEAT_BTF_DECL_TAG); in btf_needs_sanitization() local2647 !has_decl_tag || !has_type_tag || !has_enum64; in btf_needs_sanitization()2656 bool has_decl_tag = kernel_supports(obj, FEAT_BTF_DECL_TAG); in bpf_object__sanitize_btf() local2666 if ((!has_datasec && btf_is_var(t)) || (!has_decl_tag && btf_is_decl_tag(t))) { in bpf_object__sanitize_btf()