Home
last modified time | relevance | path

Searched refs:BTF_KIND_FUNC_PROTO (Results 1 - 25 of 32) sorted by relevance

12

/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A Dbtf_helpers.c23 [BTF_KIND_FUNC_PROTO] = "FUNC_PROTO",
175 case BTF_KIND_FUNC_PROTO: { in fprintf_btf_type_raw()
H A Dtest_btf.h64 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 Dbtf.h72 #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 Dbtf.h72 #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 Dbtf.h73 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 Dbtf.h61 #define BTF_KIND_FUNC_PROTO 13 macro
/kernel/linux/linux-6.6/tools/include/uapi/linux/
H A Dbtf.h73 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 Dbtf.h61 #define BTF_KIND_FUNC_PROTO 13 macro
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
H A Dtest_btf.h61 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 Dbtf_dump.c320 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 Dbtf.c276 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 Dbtf.h276 return btf_kind(t) == BTF_KIND_FUNC_PROTO; in btf_is_func_proto()
/kernel/linux/linux-5.10/include/linux/
H A Dbtf.h150 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 Dbtf.h306 #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 Dbtf_dump.c356 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 Dbtf.c315 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 Drelo_core.c192 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 Dbtf.c36 [BTF_KIND_FUNC_PROTO] = "FUNC_PROTO",
258 case BTF_KIND_FUNC_PROTO: { in dump_btf_type()
H A Dbtf_dumper.c639 case BTF_KIND_FUNC_PROTO: in __btf_dumper_type_only()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
H A Dbtf_write.c208 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 Dbtf.c37 [BTF_KIND_FUNC_PROTO] = "FUNC_PROTO",
308 case BTF_KIND_FUNC_PROTO: { in dump_btf_type()
H A Dgen.c1778 case BTF_KIND_FUNC_PROTO: in btfgen_mark_type()
1925 case BTF_KIND_FUNC_PROTO: { in btfgen_mark_type_match()
H A Dbtf_dumper.c679 case BTF_KIND_FUNC_PROTO: in __btf_dumper_type_only()
/kernel/linux/linux-6.6/include/linux/
H A Dbtf.h351 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 Dbtf_write.c237 ASSERT_EQ(btf_kind(t), BTF_KIND_FUNC_PROTO, "func_proto_kind"); in gen_btf() local

Completed in 39 milliseconds

12