Searched refs:BTF_KIND_ARRAY (Results 1 – 9 of 9) 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), \
|
D | test_btf.c | 1888 BTF_TYPE_ENC(0, BTF_INFO_ENC(BTF_KIND_ARRAY, 0, 0), 1), 2139 BTF_INFO_ENC(BTF_KIND_ARRAY, 0, 0), 0), /* [2] */ 2909 BTF_TYPE_ENC(0, BTF_INFO_ENC(BTF_KIND_ARRAY, 1, 0), 0), /* [2] */ 6719 case BTF_KIND_ARRAY: in btf_type_size()
|
/tools/lib/bpf/ |
D | btf_dump.c | 275 case BTF_KIND_ARRAY: { in btf_dump_mark_referenced() 445 case BTF_KIND_ARRAY: in btf_dump_order_type() 683 case BTF_KIND_ARRAY: in btf_dump_emit_type() 771 case BTF_KIND_ARRAY: in btf_align_of() 1077 case BTF_KIND_ARRAY: in btf_dump_emit_type_decl() 1241 case BTF_KIND_ARRAY: { in btf_dump_emit_type_chain()
|
D | btf.h | 158 return btf_kind(t) == BTF_KIND_ARRAY; in btf_is_array()
|
D | btf.c | 159 case BTF_KIND_ARRAY: in btf_type_size() 254 case BTF_KIND_ARRAY: in btf__resolve_size() 2003 case BTF_KIND_ARRAY: in btf_dedup_prim_type() 2295 case BTF_KIND_ARRAY: { in btf_dedup_is_equiv() 2584 case BTF_KIND_ARRAY: { in btf_dedup_ref_type() 2779 case BTF_KIND_ARRAY: { in btf_dedup_remap_type()
|
D | libbpf.c | 2608 case BTF_KIND_ARRAY: in bpf_core_fields_are_compat()
|
/tools/bpf/bpftool/ |
D | btf_dumper.c | 366 case BTF_KIND_ARRAY: in btf_dumper_do_type() 453 case BTF_KIND_ARRAY: in __btf_dumper_type_only()
|
D | btf.c | 24 [BTF_KIND_ARRAY] = "ARRAY", 132 case BTF_KIND_ARRAY: { in dump_btf_type()
|