| /OK3568_Linux_fs/kernel/tools/lib/bpf/ |
| H A D | btf_dump.c | 287 case BTF_KIND_PTR: in btf_dump_mark_referenced() 459 case BTF_KIND_PTR: in btf_dump_order_type() 702 case BTF_KIND_PTR: in btf_dump_emit_type() 1120 case BTF_KIND_PTR: in btf_dump_emit_type_decl() 1279 case BTF_KIND_PTR: in btf_dump_emit_type_chain() 1385 last_was_ptr = kind == BTF_KIND_PTR; in btf_dump_emit_type_chain()
|
| H A D | btf.c | 263 case BTF_KIND_PTR: in btf_type_size() 310 case BTF_KIND_PTR: in btf_bswap_type_rest() 555 case BTF_KIND_PTR: in btf__resolve_size() 597 case BTF_KIND_PTR: in btf__align_of() 1673 return btf_add_ref_kind(btf, BTF_KIND_PTR, NULL, ref_type_id); in btf__add_ptr() 3570 case BTF_KIND_PTR: in btf_dedup_prim_type() 3857 case BTF_KIND_PTR: in btf_dedup_is_equiv() 4134 case BTF_KIND_PTR: in btf_dedup_ref_type() 4331 case BTF_KIND_PTR: in btf_dedup_remap_type()
|
| H A D | btf.h | 205 return btf_kind(t) == BTF_KIND_PTR; in btf_is_ptr()
|
| H A D | libbpf.c | 1906 case BTF_KIND_PTR: return "ptr"; in btf_kind_str() 4771 case BTF_KIND_PTR: in bpf_core_fields_are_compat() 4949 case BTF_KIND_PTR: in bpf_core_types_are_compat()
|
| /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 D | btf.h | 57 #define BTF_KIND_PTR 2 /* Pointer */ 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 D | btf.h | 57 #define BTF_KIND_PTR 2 /* Pointer */ macro
|
| /OK3568_Linux_fs/kernel/tools/include/uapi/linux/ |
| H A D | btf.h | 61 #define BTF_KIND_PTR 2 /* Pointer */ macro
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | btf.h | 61 #define BTF_KIND_PTR 2 /* Pointer */ macro
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/ |
| H A D | test_btf.h | 49 BTF_TYPE_ENC(0, BTF_INFO_ENC(BTF_KIND_PTR, 0, 0), type)
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | btf.h | 120 return BTF_INFO_KIND(t->info) == BTF_KIND_PTR; in btf_type_is_ptr()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/ |
| H A D | btf.c | 823 BTF_TYPE_ENC(0, BTF_INFO_ENC(BTF_KIND_PTR, 0, 0), 3), 964 BTF_TYPE_ENC(0, BTF_INFO_ENC(BTF_KIND_PTR, 0, 0), 0), 1082 BTF_TYPE_ENC(0, BTF_INFO_ENC(BTF_KIND_PTR, 0, 0), 2), 1145 BTF_TYPE_ENC(0, BTF_INFO_ENC(BTF_KIND_PTR, 0, 0), 2), 1408 BTF_TYPE_ENC(0, BTF_INFO_ENC(BTF_KIND_PTR, 0, 0), 3), 1440 BTF_TYPE_ENC(0, BTF_INFO_ENC(BTF_KIND_PTR, 0, 0), 6), 1444 BTF_TYPE_ENC(0, BTF_INFO_ENC(BTF_KIND_PTR, 0, 0), 4), 1818 BTF_TYPE_ENC(0, BTF_INFO_ENC(BTF_KIND_PTR, 0, 0), 0), 1842 BTF_TYPE_ENC(0, BTF_INFO_ENC(BTF_KIND_PTR, 0, 0), 0), 1989 BTF_INFO_ENC(BTF_KIND_PTR, 0, 0), 1), /* [2] */ [all …]
|
| H A D | btf_write.c | 60 ASSERT_EQ(btf_kind(t), BTF_KIND_PTR, "ptr_kind"); in test_btf_write()
|
| /OK3568_Linux_fs/kernel/tools/bpf/bpftool/ |
| H A D | btf.c | 25 [BTF_KIND_PTR] = "PTR", 138 case BTF_KIND_PTR: in dump_btf_type()
|
| H A D | btf_dumper.c | 535 case BTF_KIND_PTR: in btf_dumper_do_type() 618 case BTF_KIND_PTR: in __btf_dumper_type_only()
|
| /OK3568_Linux_fs/kernel/Documentation/bpf/ |
| H A D | btf.rst | 73 #define BTF_KIND_PTR 2 /* Pointer */ 173 2.2.2 BTF_KIND_PTR 179 * ``info.kind``: BTF_KIND_PTR
|
| /OK3568_Linux_fs/kernel/kernel/bpf/ |
| H A D | btf.c | 261 [BTF_KIND_PTR] = "PTR", 855 case BTF_KIND_PTR: in btf_show_name() 856 kinds |= BTF_KIND_BIT(BTF_KIND_PTR); in btf_show_name() 893 if (kinds & BTF_KIND_BIT(BTF_KIND_PTR)) in btf_show_name() 1658 case BTF_KIND_PTR: in __btf_resolve_size() 3734 [BTF_KIND_PTR] = &ptr_ops,
|