| /OK3568_Linux_fs/kernel/tools/include/uapi/linux/ |
| H A D | btf.h | 74 #define BTF_KIND_DATASEC 15 /* Section */ macro 75 #define BTF_KIND_MAX BTF_KIND_DATASEC
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | btf.h | 74 #define BTF_KIND_DATASEC 15 /* Section */ macro 75 #define BTF_KIND_MAX BTF_KIND_DATASEC
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/ |
| H A D | btf.c | 297 BTF_TYPE_ENC(NAME_TBD, BTF_INFO_ENC(BTF_KIND_DATASEC, 0, 1), 48), 319 BTF_TYPE_ENC(NAME_TBD, BTF_INFO_ENC(BTF_KIND_DATASEC, 0, 1), 4), 341 BTF_TYPE_ENC(NAME_TBD, BTF_INFO_ENC(BTF_KIND_DATASEC, 0, 1), 4), 363 BTF_TYPE_ENC(NAME_TBD, BTF_INFO_ENC(BTF_KIND_DATASEC, 0, 1), 4), 388 BTF_TYPE_ENC(NAME_TBD, BTF_INFO_ENC(BTF_KIND_DATASEC, 0, 1), 4), 413 BTF_TYPE_ENC(NAME_TBD, BTF_INFO_ENC(BTF_KIND_DATASEC, 0, 1), 4), 450 BTF_TYPE_ENC(NAME_TBD, BTF_INFO_ENC(BTF_KIND_DATASEC, 0, 1), 48), 487 BTF_TYPE_ENC(NAME_TBD, BTF_INFO_ENC(BTF_KIND_DATASEC, 0, 1), 46), 524 BTF_TYPE_ENC(NAME_TBD, BTF_INFO_ENC(BTF_KIND_DATASEC, 0, 1), 46), 563 BTF_TYPE_ENC(NAME_TBD, BTF_INFO_ENC(BTF_KIND_DATASEC, 0, 2), 62), [all …]
|
| H A D | ksyms_btf.c | 95 BTF_KIND_DATASEC); in test_ksyms_btf()
|
| H A D | btf_write.c | 236 ASSERT_EQ(btf_kind(t), BTF_KIND_DATASEC, "datasec_kind"); in test_btf_write()
|
| /OK3568_Linux_fs/kernel/tools/bpf/bpftool/ |
| H A D | btf.c | 38 [BTF_KIND_DATASEC] = "DATASEC", 301 case BTF_KIND_DATASEC: { in dump_btf_type()
|
| H A D | btf_dumper.c | 552 case BTF_KIND_DATASEC: in btf_dumper_do_type() 658 case BTF_KIND_DATASEC: in __btf_dumper_type_only()
|
| /OK3568_Linux_fs/kernel/tools/lib/bpf/ |
| H A D | btf.h | 286 return btf_kind(t) == BTF_KIND_DATASEC; in btf_is_datasec()
|
| H A D | btf.c | 280 case BTF_KIND_DATASEC: in btf_type_size() 346 case BTF_KIND_DATASEC: in btf_bswap_type_rest() 552 case BTF_KIND_DATASEC: in btf__resolve_size() 2264 t->info = btf_type_info(BTF_KIND_DATASEC, 0, 0); in btf__add_datasec() 3578 case BTF_KIND_DATASEC: in btf_dedup_prim_type() 4389 case BTF_KIND_DATASEC: { in btf_dedup_remap_type()
|
| H A D | btf_dump.c | 316 case BTF_KIND_DATASEC: { in btf_dump_mark_referenced() 556 case BTF_KIND_DATASEC: in btf_dump_order_type()
|
| H A D | libbpf.c | 953 BTF_KIND_DATASEC); in bpf_object__init_struct_ops_maps() 1919 case BTF_KIND_DATASEC: return "datasec"; in btf_kind_str() 3896 BTF_TYPE_ENC(3, BTF_INFO_ENC(BTF_KIND_DATASEC, 0, 1), 4), in probe_kern_btf_datasec()
|
| /OK3568_Linux_fs/kernel/Documentation/bpf/ |
| H A D | btf.rst | 86 #define BTF_KIND_DATASEC 15 /* Section */ 430 2.2.15 BTF_KIND_DATASEC 437 * ``info.kind``: BTF_KIND_DATASEC
|
| /OK3568_Linux_fs/kernel/kernel/bpf/ |
| H A D | btf.c | 274 [BTF_KIND_DATASEC] = "DATASEC", 450 return BTF_INFO_KIND(t->info) == BTF_KIND_DATASEC; in btf_type_is_datasec() 555 case BTF_KIND_DATASEC: in btf_type_has_size() 3747 [BTF_KIND_DATASEC] = &datasec_ops,
|
| H A D | arraymap.c | 464 if (BTF_INFO_KIND(value_type->info) != BTF_KIND_DATASEC) in array_map_check_btf()
|
| H A D | verifier.c | 10134 BTF_KIND_DATASEC); in check_pseudo_btf_id()
|