Searched refs:has_type_tag (Results 1 - 1 of 1) sorted by last modified time

/linux-master/tools/lib/bpf/
H A Dlibbpf.c3004 bool has_type_tag = kernel_supports(obj, FEAT_BTF_TYPE_TAG); local
3009 !has_decl_tag || !has_type_tag || !has_enum64 || !has_qmark_datasec;
3019 bool has_type_tag = kernel_supports(obj, FEAT_BTF_TYPE_TAG); local
3089 } else if (!has_type_tag && btf_is_type_tag(t)) {

Completed in 215 milliseconds