| /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 | 62 #define BTF_KIND_FWD 7 /* Forward */ 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 | 62 #define BTF_KIND_FWD 7 /* Forward */ macro
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/ |
| H A D | btf_write.c | 165 ASSERT_EQ(btf_kind(t), BTF_KIND_FWD, "fwd_kind"); in test_btf_write() 172 ASSERT_EQ(btf_kind(t), BTF_KIND_FWD, "fwd_kind"); in test_btf_write()
|
| H A D | btf.c | 384 BTF_INFO_ENC(BTF_KIND_FWD, 1, 0), 0), /* [1] */ 409 BTF_INFO_ENC(BTF_KIND_FWD, 1, 0), 0), /* [1] */ 1928 BTF_TYPE_ENC(0, BTF_INFO_ENC(BTF_KIND_FWD, 0, 0), 1), 2073 BTF_TYPE_ENC(0, BTF_INFO_ENC(BTF_KIND_FWD, 0, 0), 0), /* [2] */ 2094 BTF_INFO_ENC(BTF_KIND_FWD, 0, 0), 0), /* [2] */ 2926 BTF_INFO_ENC(BTF_KIND_FWD, 1, 0), 0), /* [2] */ 6605 case BTF_KIND_FWD: in btf_type_size()
|
| /OK3568_Linux_fs/kernel/tools/include/uapi/linux/ |
| H A D | btf.h | 66 #define BTF_KIND_FWD 7 /* Forward */ macro
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | btf.h | 66 #define BTF_KIND_FWD 7 /* Forward */ macro
|
| /OK3568_Linux_fs/kernel/tools/lib/bpf/ |
| H A D | btf.c | 259 case BTF_KIND_FWD: in btf_type_size() 306 case BTF_KIND_FWD: in btf_bswap_type_rest() 1981 id = btf_add_ref_kind(btf, BTF_KIND_FWD, name, 0); in btf__add_fwd() 1985 t->info = btf_type_info(BTF_KIND_FWD, 0, fwd_kind == BTF_FWD_UNION); in btf__add_fwd() 3616 case BTF_KIND_FWD: in btf_dedup_prim_type() 3823 && (cand_kind == BTF_KIND_FWD || canon_kind == BTF_KIND_FWD) in btf_dedup_is_equiv() 3828 if (cand_kind == BTF_KIND_FWD) { in btf_dedup_is_equiv() 3851 case BTF_KIND_FWD: in btf_dedup_is_equiv() 3979 if (t_kind != BTF_KIND_FWD && c_kind == BTF_KIND_FWD) in btf_dedup_merge_hypot_map() 3981 else if (t_kind == BTF_KIND_FWD && c_kind != BTF_KIND_FWD) in btf_dedup_merge_hypot_map() [all …]
|
| H A D | btf_dump.c | 281 case BTF_KIND_FWD: in btf_dump_mark_referenced() 497 case BTF_KIND_FWD: in btf_dump_order_type() 711 case BTF_KIND_FWD: in btf_dump_emit_type() 1132 case BTF_KIND_FWD: in btf_dump_emit_type_decl() 1271 case BTF_KIND_FWD: in btf_dump_emit_type_chain()
|
| H A D | btf.h | 237 return btf_kind(t) == BTF_KIND_FWD; in btf_is_fwd()
|
| H A D | libbpf.c | 1911 case BTF_KIND_FWD: return "fwd"; in btf_kind_str() 4773 case BTF_KIND_FWD: in bpf_core_fields_are_compat() 4942 case BTF_KIND_FWD: in bpf_core_types_are_compat()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/ |
| H A D | test_btf.h | 20 BTF_TYPE_ENC(name, BTF_INFO_ENC(BTF_KIND_FWD, kind_flag, 0), 0)
|
| /OK3568_Linux_fs/kernel/tools/bpf/bpftool/ |
| H A D | btf.c | 30 [BTF_KIND_FWD] = "FWD", 237 case BTF_KIND_FWD: { in dump_btf_type()
|
| H A D | btf_dumper.c | 541 case BTF_KIND_FWD: in btf_dumper_do_type() 622 case BTF_KIND_FWD: in __btf_dumper_type_only()
|
| /OK3568_Linux_fs/kernel/Documentation/bpf/ |
| H A D | btf.rst | 78 #define BTF_KIND_FWD 7 /* Forward */ 297 2.2.7 BTF_KIND_FWD 303 * ``info.kind``: BTF_KIND_FWD
|
| /OK3568_Linux_fs/kernel/kernel/bpf/ |
| H A D | btf.c | 266 [BTF_KIND_FWD] = "FWD", 424 return BTF_INFO_KIND(t->info) == BTF_KIND_FWD; in btf_type_is_fwd() 3739 [BTF_KIND_FWD] = &fwd_ops,
|