Searched refs:BTF_KIND_FUNC_PROTO (Results 1 – 18 of 18) sorted by relevance
/linux-6.1.9/tools/testing/selftests/bpf/ |
D | btf_helpers.c | 23 [BTF_KIND_FUNC_PROTO] = "FUNC_PROTO", 175 case BTF_KIND_FUNC_PROTO: { in fprintf_btf_type_raw()
|
D | test_btf.h | 64 BTF_TYPE_ENC(0, BTF_INFO_ENC(BTF_KIND_FUNC_PROTO, 0, nargs), ret_type)
|
/linux-6.1.9/include/uapi/linux/ |
D | btf.h | 73 BTF_KIND_FUNC_PROTO = 13, /* Function Proto */ enumerator
|
/linux-6.1.9/tools/include/uapi/linux/ |
D | btf.h | 73 BTF_KIND_FUNC_PROTO = 13, /* Function Proto */ enumerator
|
/linux-6.1.9/tools/lib/bpf/ |
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()
|
D | btf_dump.c | 355 case BTF_KIND_FUNC_PROTO: { in btf_dump_mark_referenced() 584 case BTF_KIND_FUNC_PROTO: { in btf_dump_order_type() 816 case BTF_KIND_FUNC_PROTO: { in btf_dump_emit_type() 1220 case BTF_KIND_FUNC_PROTO: in btf_dump_emit_type_decl() 1435 case BTF_KIND_FUNC_PROTO: { in btf_dump_emit_type_chain() 2336 case BTF_KIND_FUNC_PROTO: in btf_dump_dump_type_data()
|
D | btf.c | 315 case BTF_KIND_FUNC_PROTO: in btf_type_size() 388 case BTF_KIND_FUNC_PROTO: in btf_bswap_type_rest() 2398 t->info = btf_type_info(BTF_KIND_FUNC_PROTO, 0, 0); in btf__add_func_proto() 3706 case BTF_KIND_FUNC_PROTO: in btf_dedup_prep() 3746 case BTF_KIND_FUNC_PROTO: in btf_dedup_prim_type() 4156 case BTF_KIND_FUNC_PROTO: { in btf_dedup_is_equiv() 4472 case BTF_KIND_FUNC_PROTO: { in btf_dedup_ref_type() 4738 case BTF_KIND_FUNC_PROTO: { in btf_type_visit_type_ids() 4808 case BTF_KIND_FUNC_PROTO: { in btf_type_visit_str_offs()
|
D | relo_core.c | 192 case BTF_KIND_FUNC_PROTO: { in __bpf_core_types_are_compat() 1660 case BTF_KIND_FUNC_PROTO: { in __bpf_core_types_match()
|
D | linker.c | 1442 case BTF_KIND_FUNC_PROTO: { in glob_sym_btf_matches()
|
D | libbpf.c | 2051 case BTF_KIND_FUNC_PROTO: return "func_proto"; in __btf_kind_str() 4519 BTF_TYPE_ENC(0, BTF_INFO_ENC(BTF_KIND_FUNC_PROTO, 0, 1), 0), in probe_kern_btf_func() 4537 BTF_TYPE_ENC(0, BTF_INFO_ENC(BTF_KIND_FUNC_PROTO, 0, 1), 0), in probe_kern_btf_func_global()
|
/linux-6.1.9/Documentation/bpf/ |
D | btf.rst | 84 #define BTF_KIND_FUNC_PROTO 13 /* Function Proto */ 374 * ``type``: a BTF_KIND_FUNC_PROTO type 387 2.2.13 BTF_KIND_FUNC_PROTO 393 * ``info.kind``: BTF_KIND_FUNC_PROTO 404 If a BTF_KIND_FUNC_PROTO type is referred by a BTF_KIND_FUNC type, then 1015 .long 0 # BTF_KIND_FUNC_PROTO(id = 1)
|
/linux-6.1.9/include/linux/ |
D | btf.h | 298 return BTF_INFO_KIND(t->info) == BTF_KIND_FUNC_PROTO; in btf_type_is_func_proto()
|
/linux-6.1.9/tools/bpf/bpftool/ |
D | btf.c | 37 [BTF_KIND_FUNC_PROTO] = "FUNC_PROTO", 308 case BTF_KIND_FUNC_PROTO: { in dump_btf_type()
|
D | gen.c | 1782 case BTF_KIND_FUNC_PROTO: in btfgen_mark_type() 1929 case BTF_KIND_FUNC_PROTO: { in btfgen_mark_type_match()
|
D | btf_dumper.c | 679 case BTF_KIND_FUNC_PROTO: in __btf_dumper_type_only()
|
/linux-6.1.9/tools/testing/selftests/bpf/prog_tests/ |
D | btf_write.c | 237 ASSERT_EQ(btf_kind(t), BTF_KIND_FUNC_PROTO, "func_proto_kind"); in gen_btf()
|
D | btf.c | 2649 BTF_TYPE_ENC(NAME_TBD, BTF_INFO_ENC(BTF_KIND_FUNC_PROTO, 0, 2), 0), /* [3] */ 2997 BTF_TYPE_ENC(0, BTF_INFO_ENC(BTF_KIND_FUNC_PROTO, 0, 0), 0), /* [2] */ 3017 BTF_TYPE_ENC(0, BTF_INFO_ENC(BTF_KIND_FUNC_PROTO, 1, 0), 0), /* [2] */ 7645 case BTF_KIND_FUNC_PROTO: in btf_type_size()
|
/linux-6.1.9/kernel/bpf/ |
D | btf.c | 306 [BTF_KIND_FUNC_PROTO] = "FUNC_PROTO", 4556 [BTF_KIND_FUNC_PROTO] = &func_proto_ops,
|