Home
last modified time | relevance | path

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

/third_party/libbpf/src/
H A Dlibbpf.c2812 bool has_enum64 = kernel_supports(obj, FEAT_BTF_ENUM64); local
2815 !has_decl_tag || !has_type_tag || !has_enum64;
2826 bool has_enum64 = kernel_supports(obj, FEAT_BTF_ENUM64); local
2890 } else if (!has_enum64 && btf_is_enum(t)) {
2893 } else if (!has_enum64 && btf_is_enum64(t)) {

Completed in 17 milliseconds