Home
last modified time | relevance | path

Searched refs:BTF_KIND_ARRAY (Results 1 – 15 of 15) sorted by relevance

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dbtf.h58 #define BTF_KIND_ARRAY 3 /* Array */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dbtf.h58 #define BTF_KIND_ARRAY 3 /* Array */ macro
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dbtf.h62 #define BTF_KIND_ARRAY 3 /* Array */ macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dbtf.h62 #define BTF_KIND_ARRAY 3 /* Array */ macro
/OK3568_Linux_fs/kernel/tools/lib/bpf/
H A Dbtf_dump.c294 case BTF_KIND_ARRAY: { in btf_dump_mark_referenced()
464 case BTF_KIND_ARRAY: in btf_dump_order_type()
708 case BTF_KIND_ARRAY: in btf_dump_emit_type()
1127 case BTF_KIND_ARRAY: in btf_dump_emit_type_decl()
1291 case BTF_KIND_ARRAY: { in btf_dump_emit_type_chain()
H A Dbtf.c271 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()
1703 t->info = btf_type_info(BTF_KIND_ARRAY, 0, 0); in btf__add_array()
3572 case BTF_KIND_ARRAY: in btf_dedup_prim_type()
3864 case BTF_KIND_ARRAY: { in btf_dedup_is_equiv()
4153 case BTF_KIND_ARRAY: { in btf_dedup_ref_type()
4341 case BTF_KIND_ARRAY: { in btf_dedup_remap_type()
H A Dbtf.h210 return btf_kind(t) == BTF_KIND_ARRAY; in btf_is_array()
H A Dlibbpf.c1907 case BTF_KIND_ARRAY: return "array"; in btf_kind_str()
3038 case BTF_KIND_ARRAY: in find_kcfg_type()
4794 case BTF_KIND_ARRAY: in bpf_core_fields_are_compat()
4953 case BTF_KIND_ARRAY: in bpf_core_types_are_compat()
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/
H A Dtest_btf.h25 BTF_TYPE_ENC(0, BTF_INFO_ENC(BTF_KIND_ARRAY, 0, 0), 0), \
/OK3568_Linux_fs/kernel/tools/bpf/bpftool/
H A Dbtf.c26 [BTF_KIND_ARRAY] = "ARRAY",
148 case BTF_KIND_ARRAY: { in dump_btf_type()
H A Dbtf_dumper.c531 case BTF_KIND_ARRAY: in btf_dumper_do_type()
613 case BTF_KIND_ARRAY: in __btf_dumper_type_only()
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/
H A Dbtf_write.c85 ASSERT_EQ(btf_kind(t), BTF_KIND_ARRAY, "array_kind"); in test_btf_write()
H A Dbtf.c1864 BTF_TYPE_ENC(0, BTF_INFO_ENC(BTF_KIND_ARRAY, 0, 0), 1),
2115 BTF_INFO_ENC(BTF_KIND_ARRAY, 0, 0), 0), /* [2] */
2885 BTF_TYPE_ENC(0, BTF_INFO_ENC(BTF_KIND_ARRAY, 1, 0), 0), /* [2] */
6617 case BTF_KIND_ARRAY: in btf_type_size()
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dbtf.c262 [BTF_KIND_ARRAY] = "ARRAY",
445 return BTF_INFO_KIND(t->info) == BTF_KIND_ARRAY; in btf_type_is_array()
845 case BTF_KIND_ARRAY: in btf_show_name()
846 kinds |= BTF_KIND_BIT(BTF_KIND_ARRAY); in btf_show_name()
882 if (!(kinds & (BTF_KIND_BIT(BTF_KIND_ARRAY)))) in btf_show_name()
1671 case BTF_KIND_ARRAY: in __btf_resolve_size()
3735 [BTF_KIND_ARRAY] = &array_ops,
/OK3568_Linux_fs/kernel/Documentation/bpf/
H A Dbtf.rst74 #define BTF_KIND_ARRAY 3 /* Array */
185 2.2.3 BTF_KIND_ARRAY
191 * ``info.kind``: BTF_KIND_ARRAY