Home
last modified time | relevance | path

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

/aosp_15_r20/out/soong/.intermediates/external/libbpf/libbpf_headers/gen/bpf/
Dbtf.h350 static inline bool btf_is_array(const struct btf_type *t) in btf_is_array() function
/aosp_15_r20/external/libbpf/src/
H A Dbtf.h350 static inline bool btf_is_array(const struct btf_type *t) in btf_is_array() function
H 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()
H A Dbtf.c4067 if (!btf_is_array(t1) || !btf_is_array(t2)) in btf_dedup_identical_arrays()
H A Dbtf_dump.c1523 multidim = btf_is_array(next_t); in btf_dump_emit_type_chain()
H A Dlibbpf.c2386 if (!btf_is_array(arr_t)) { in get_map_field_int()
2620 if (!btf_is_array(t) || btf_array(t)->nelems) { in parse_btf_map_def()
10113 if (!btf_is_array(array_type)) { in map_btf_datasec_resize()
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/
H A Dcore_reloc.c474 } else if (btf_is_array(t) && (t = btf__type_by_id(local_btf, btf_array(t)->type)) && in setup_type_id_case_local()
/aosp_15_r20/external/bpftool/src/
H A Dgen.c387 needs_typeof = btf_is_array(var) || btf_is_ptr_to_func_proto(btf, var); in codegen_subskel_datasecs()