Searched refs:has_decl_tag (Results 1 – 1 of 1) sorted by relevance
3074 bool has_decl_tag = kernel_supports(obj, FEAT_BTF_DECL_TAG); in btf_needs_sanitization() local3080 !has_decl_tag || !has_type_tag || !has_enum64 || !has_qmark_datasec; in btf_needs_sanitization()3089 bool has_decl_tag = kernel_supports(obj, FEAT_BTF_DECL_TAG); in bpf_object__sanitize_btf() local3100 if ((!has_datasec && btf_is_var(t)) || (!has_decl_tag && btf_is_decl_tag(t))) { in bpf_object__sanitize_btf()