Searched refs:BTF_KIND_FUNC_PROTO (Results 1 – 10 of 10) sorted by relevance
/tools/include/uapi/linux/ |
D | btf.h | 72 #define BTF_KIND_FUNC_PROTO 13 /* Function Proto */ macro
|
/tools/testing/selftests/bpf/ |
D | test_btf.h | 61 BTF_TYPE_ENC(0, BTF_INFO_ENC(BTF_KIND_FUNC_PROTO, 0, nargs), ret_type)
|
/tools/lib/bpf/ |
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()
|
D | btf.h | 276 return btf_kind(t) == BTF_KIND_FUNC_PROTO; in btf_is_func_proto()
|
D | btf.c | 276 case BTF_KIND_FUNC_PROTO: in btf_type_size() 337 case BTF_KIND_FUNC_PROTO: in btf_bswap_type_rest() 2123 t->info = btf_type_info(BTF_KIND_FUNC_PROTO, 0, 0); in btf__add_func_proto() 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()
|
D | libbpf.c | 1917 case BTF_KIND_FUNC_PROTO: return "func_proto"; in btf_kind_str() 3860 BTF_TYPE_ENC(0, BTF_INFO_ENC(BTF_KIND_FUNC_PROTO, 0, 1), 0), in probe_kern_btf_func() 3878 BTF_TYPE_ENC(0, BTF_INFO_ENC(BTF_KIND_FUNC_PROTO, 0, 1), 0), in probe_kern_btf_func_global() 4960 case BTF_KIND_FUNC_PROTO: { in bpf_core_types_are_compat()
|
/tools/testing/selftests/bpf/prog_tests/ |
D | btf_write.c | 208 ASSERT_EQ(btf_kind(t), BTF_KIND_FUNC_PROTO, "func_proto_kind"); in test_btf_write()
|
D | btf.c | 2680 BTF_TYPE_ENC(NAME_TBD, BTF_INFO_ENC(BTF_KIND_FUNC_PROTO, 0, 2), 0), /* [3] */ 3048 BTF_TYPE_ENC(0, BTF_INFO_ENC(BTF_KIND_FUNC_PROTO, 0, 0), 0), /* [2] */ 3068 BTF_TYPE_ENC(0, BTF_INFO_ENC(BTF_KIND_FUNC_PROTO, 1, 0), 0), /* [2] */ 6651 case BTF_KIND_FUNC_PROTO: in btf_type_size()
|
/tools/bpf/bpftool/ |
D | btf.c | 36 [BTF_KIND_FUNC_PROTO] = "FUNC_PROTO", 258 case BTF_KIND_FUNC_PROTO: { in dump_btf_type()
|
D | btf_dumper.c | 639 case BTF_KIND_FUNC_PROTO: in __btf_dumper_type_only()
|