Home
last modified time | relevance | path

Searched refs:btf_is_array (Results 1 – 5 of 5) sorted by relevance

/third_party/libbpf/src/
Dbtf.h350 static inline bool btf_is_array(const struct btf_type *t) in btf_is_array() function
Drelo_core.c365 } else if (btf_is_array(t)) { in bpf_core_parse_spec()
645 if (!btf_is_array(targ_type)) in bpf_core_spec_match()
Dbtf.c4005 if (!btf_is_array(t1) || !btf_is_array(t2))
Dbtf_dump.c1523 multidim = btf_is_array(next_t); in btf_dump_emit_type_chain()
Dlibbpf.c2238 if (!btf_is_array(arr_t)) {
2432 if (!btf_is_array(t) || btf_array(t)->nelems) {