Searched refs:BTF_KIND_ARRAY (Results 1 – 10 of 10) sorted by relevance
/tools/include/uapi/linux/ |
D | btf.h | 62 #define BTF_KIND_ARRAY 3 /* Array */ macro
|
/tools/testing/selftests/bpf/ |
D | test_btf.h | 25 BTF_TYPE_ENC(0, BTF_INFO_ENC(BTF_KIND_ARRAY, 0, 0), 0), \
|
/tools/lib/bpf/ |
D | btf_dump.c | 305 case BTF_KIND_ARRAY: { in btf_dump_mark_referenced() 475 case BTF_KIND_ARRAY: in btf_dump_order_type() 719 case BTF_KIND_ARRAY: in btf_dump_emit_type() 1201 case BTF_KIND_ARRAY: in btf_dump_emit_type_decl() 1365 case BTF_KIND_ARRAY: { in btf_dump_emit_type_chain()
|
D | btf.c | 271 case BTF_KIND_ARRAY: in btf_type_size() 323 case BTF_KIND_ARRAY: in btf_bswap_type_rest() 565 case BTF_KIND_ARRAY: in btf__resolve_size() 604 case BTF_KIND_ARRAY: in btf__align_of() 1716 t->info = btf_type_info(BTF_KIND_ARRAY, 0, 0); in btf__add_array() 3585 case BTF_KIND_ARRAY: in btf_dedup_prim_type() 3877 case BTF_KIND_ARRAY: { in btf_dedup_is_equiv() 4166 case BTF_KIND_ARRAY: { in btf_dedup_ref_type() 4354 case BTF_KIND_ARRAY: { in btf_dedup_remap_type()
|
D | btf.h | 210 return btf_kind(t) == BTF_KIND_ARRAY; in btf_is_array()
|
D | libbpf.c | 1907 case BTF_KIND_ARRAY: return "array"; in btf_kind_str() 3038 case BTF_KIND_ARRAY: in find_kcfg_type() 4797 case BTF_KIND_ARRAY: in bpf_core_fields_are_compat() 4956 case BTF_KIND_ARRAY: in bpf_core_types_are_compat()
|
/tools/testing/selftests/bpf/prog_tests/ |
D | btf_write.c | 85 ASSERT_EQ(btf_kind(t), BTF_KIND_ARRAY, "array_kind"); in test_btf_write()
|
D | btf.c | 1892 BTF_TYPE_ENC(0, BTF_INFO_ENC(BTF_KIND_ARRAY, 0, 0), 1), 2143 BTF_INFO_ENC(BTF_KIND_ARRAY, 0, 0), 0), /* [2] */ 2913 BTF_TYPE_ENC(0, BTF_INFO_ENC(BTF_KIND_ARRAY, 1, 0), 0), /* [2] */ 6646 case BTF_KIND_ARRAY: in btf_type_size()
|
/tools/bpf/bpftool/ |
D | btf.c | 26 [BTF_KIND_ARRAY] = "ARRAY", 148 case BTF_KIND_ARRAY: { in dump_btf_type()
|
D | btf_dumper.c | 531 case BTF_KIND_ARRAY: in btf_dumper_do_type() 613 case BTF_KIND_ARRAY: in __btf_dumper_type_only()
|