/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | btf_helpers.c | 23 [BTF_KIND_FUNC_PROTO] = "FUNC_PROTO", 175 case BTF_KIND_FUNC_PROTO: { in fprintf_btf_type_raw()
|
H A D | test_btf.h | 64 BTF_TYPE_ENC(0, BTF_INFO_ENC(BTF_KIND_FUNC_PROTO, 0, nargs), ret_type)
|
/kernel/linux/linux-5.10/tools/include/uapi/linux/ |
H A D | btf.h | 72 #define BTF_KIND_FUNC_PROTO 13 /* Function Proto */ macro 134 /* BTF_KIND_FUNC_PROTO is followed by multiple "struct btf_param".
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | btf.h | 72 #define BTF_KIND_FUNC_PROTO 13 /* Function Proto */ macro 134 /* BTF_KIND_FUNC_PROTO is followed by multiple "struct btf_param".
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | btf.h | 73 BTF_KIND_FUNC_PROTO = 13, /* Function Proto */ enumerator 141 /* BTF_KIND_FUNC_PROTO is followed by multiple "struct btf_param".
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | btf.h | 61 #define BTF_KIND_FUNC_PROTO 13 macro
|
/kernel/linux/linux-6.6/tools/include/uapi/linux/ |
H A D | btf.h | 73 BTF_KIND_FUNC_PROTO = 13, /* Function Proto */ enumerator 141 /* BTF_KIND_FUNC_PROTO is followed by multiple "struct btf_param".
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | btf.h | 61 #define BTF_KIND_FUNC_PROTO 13 macro
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
H A D | test_btf.h | 61 BTF_TYPE_ENC(0, BTF_INFO_ENC(BTF_KIND_FUNC_PROTO, 0, nargs), ret_type)
|
/kernel/linux/linux-5.10/tools/lib/bpf/ |
H A D | btf_dump.c | 320 case BTF_KIND_FUNC_PROTO: { in btf_dump_mark_referenced() 546 case BTF_KIND_FUNC_PROTO: { in btf_dump_order_type() 775 case BTF_KIND_FUNC_PROTO: { in btf_dump_emit_type() 1198 case BTF_KIND_FUNC_PROTO: in btf_dump_emit_type_decl() 1403 case BTF_KIND_FUNC_PROTO: { in btf_dump_emit_type_chain()
|
H A D | btf.c | 276 case BTF_KIND_FUNC_PROTO: in btf_type_size() 337 case BTF_KIND_FUNC_PROTO: in btf_bswap_type_rest() 2092 * Append new BTF_KIND_FUNC_PROTO with: 2123 t->info = btf_type_info(BTF_KIND_FUNC_PROTO, 0, 0); in btf__add_func_proto() 2153 /* last type should be BTF_KIND_FUNC_PROTO */ in btf__add_func_param() 3064 case BTF_KIND_FUNC_PROTO: { in btf_for_each_str_off() 3589 case BTF_KIND_FUNC_PROTO: in btf_dedup_prim_type() 3912 case BTF_KIND_FUNC_PROTO: { in btf_dedup_is_equiv() 4191 case BTF_KIND_FUNC_PROTO: { in btf_dedup_ref_type() 4383 case BTF_KIND_FUNC_PROTO in btf_dedup_remap_type() [all...] |
H A D | btf.h | 276 return btf_kind(t) == BTF_KIND_FUNC_PROTO; in btf_is_func_proto()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | btf.h | 150 return BTF_INFO_KIND(t->info) == BTF_KIND_FUNC_PROTO; in btf_type_is_func_proto()
|
/kernel/linux/linux-6.6/tools/lib/bpf/ |
H A D | btf.h | 306 #define BTF_KIND_FUNC_PROTO 13 /* Function Proto */ macro 424 return btf_kind(t) == BTF_KIND_FUNC_PROTO; in btf_is_func_proto()
|
H A D | btf_dump.c | 356 case BTF_KIND_FUNC_PROTO: { in btf_dump_mark_referenced() 585 case BTF_KIND_FUNC_PROTO: { in btf_dump_order_type() 817 case BTF_KIND_FUNC_PROTO: { in btf_dump_emit_type() 1321 case BTF_KIND_FUNC_PROTO: in btf_dump_emit_type_decl() 1536 case BTF_KIND_FUNC_PROTO: { in btf_dump_emit_type_chain() 2452 case BTF_KIND_FUNC_PROTO: in btf_dump_dump_type_data()
|
H A D | btf.c | 315 case BTF_KIND_FUNC_PROTO: in btf_type_size() 388 case BTF_KIND_FUNC_PROTO: in btf_bswap_type_rest() 2380 * Append new BTF_KIND_FUNC_PROTO with: 2411 t->info = btf_type_info(BTF_KIND_FUNC_PROTO, 0, 0); in btf__add_func_proto() 2434 /* last type should be BTF_KIND_FUNC_PROTO */ in btf__add_func_param() 3722 case BTF_KIND_FUNC_PROTO: in btf_dedup_prep() 3762 case BTF_KIND_FUNC_PROTO: in btf_dedup_prim_type() 4150 case BTF_KIND_FUNC_PROTO: { in btf_dedup_is_equiv() 4466 case BTF_KIND_FUNC_PROTO: { in btf_dedup_ref_type() 4860 case BTF_KIND_FUNC_PROTO in btf_type_visit_type_ids() [all...] |
H A D | relo_core.c | 192 case BTF_KIND_FUNC_PROTO: { in __bpf_core_types_are_compat() 1657 case BTF_KIND_FUNC_PROTO: { in __bpf_core_types_match()
|
/kernel/linux/linux-5.10/tools/bpf/bpftool/ |
H A D | btf.c | 36 [BTF_KIND_FUNC_PROTO] = "FUNC_PROTO", 258 case BTF_KIND_FUNC_PROTO: { in dump_btf_type()
|
H A D | btf_dumper.c | 639 case BTF_KIND_FUNC_PROTO: in __btf_dumper_type_only()
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/ |
H A D | btf_write.c | 208 ASSERT_EQ(btf_kind(t), BTF_KIND_FUNC_PROTO, "func_proto_kind"); in test_btf_write() local
|
/kernel/linux/linux-6.6/tools/bpf/bpftool/ |
H A D | btf.c | 37 [BTF_KIND_FUNC_PROTO] = "FUNC_PROTO", 308 case BTF_KIND_FUNC_PROTO: { in dump_btf_type()
|
H A D | gen.c | 1778 case BTF_KIND_FUNC_PROTO: in btfgen_mark_type() 1925 case BTF_KIND_FUNC_PROTO: { in btfgen_mark_type_match()
|
H A D | btf_dumper.c | 679 case BTF_KIND_FUNC_PROTO: in __btf_dumper_type_only()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | btf.h | 351 return BTF_INFO_KIND(t->info) == BTF_KIND_FUNC_PROTO; in btf_type_is_func_proto()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | btf_write.c | 237 ASSERT_EQ(btf_kind(t), BTF_KIND_FUNC_PROTO, "func_proto_kind"); in gen_btf() local
|