Home
last modified time | relevance | path

Searched refs:BTF_KIND_UNKN (Results 1 – 8 of 8) sorted by relevance

/third_party/libbpf/include/uapi/linux/
Dbtf.h60 BTF_KIND_UNKN = 0, /* Unknown */ enumerator
/third_party/libbpf/src/
Dbtf.h337 return btf_kind(t) == BTF_KIND_UNKN; in btf_is_void()
Drelo_core.c172 case BTF_KIND_UNKN: in __bpf_core_types_are_compat()
1578 case BTF_KIND_UNKN: in __bpf_core_types_match()
Dbtf_dump.c2433 case BTF_KIND_UNKN: in btf_dump_dump_type_data()
Dlinker.c1355 case BTF_KIND_UNKN: /* void */ in glob_sym_btf_matches()
Dbtf.c772 if (kind == BTF_KIND_UNKN || !strcmp(type_name, "void")) in btf_find_by_name_kind()
Dlibbpf.c2182 case BTF_KIND_UNKN: return "void";
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h35424 BTF_KIND_UNKN = 0, enumerator