Searched refs:has_decl_tag (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/lib/bpf/
H A Dlibbpf.c3003 bool has_decl_tag = kernel_supports(obj, FEAT_BTF_DECL_TAG); local
3009 !has_decl_tag || !has_type_tag || !has_enum64 || !has_qmark_datasec;
3018 bool has_decl_tag = kernel_supports(obj, FEAT_BTF_DECL_TAG); local
3029 if ((!has_datasec && btf_is_var(t)) || (!has_decl_tag && btf_is_decl_tag(t))) {

Completed in 268 milliseconds