Home
last modified time | relevance | path

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

/tools/lib/bpf/
A 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()
714 while (btf_is_array(t)) in bpf_core_calc_field_relo()
781 while (btf_is_array(t)) in bpf_core_calc_field_relo()
A Dbtf.h393 static inline bool btf_is_array(const struct btf_type *t) in btf_is_array() function
A Dbtf_dump.c1531 multidim = btf_is_array(next_t); in btf_dump_emit_type_chain()
A Dlibbpf.c2458 if (!btf_is_array(arr_t)) { in get_map_field_int()
2692 if (!btf_is_array(t) || btf_array(t)->nelems) { in parse_btf_map_def()
10361 if (!btf_is_array(array_type)) { in map_btf_datasec_resize()
/tools/testing/selftests/bpf/prog_tests/
A Dcore_reloc.c476 } else if (btf_is_array(t) && (t = btf__type_by_id(local_btf, btf_array(t)->type)) && in setup_type_id_case_local()
/tools/bpf/bpftool/
A Dgen.c387 needs_typeof = btf_is_array(var) || btf_is_ptr_to_func_proto(btf, var); in codegen_subskel_datasecs()
/tools/testing/selftests/bpf/
A Dveristat.c1875 if (!btf_is_array(t)) { in adjust_var_secinfo_array()

Completed in 57 milliseconds