Home
last modified time | relevance | path

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

/third_party/libbpf/src/
H A Dlibbpf.c2237 const struct btf_type *arr_t; local
2245 arr_t = btf__type_by_id(btf, t->type);
2246 if (!arr_t) {
2251 if (!btf_is_array(arr_t)) {
2253 map_name, name, btf_kind_str(arr_t));
2256 arr_info = btf_array(arr_t);

Completed in 16 milliseconds