Searched refs:BTF_KIND_FUNC_PROTO (Results 1 – 12 of 12) 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 | btf_helpers.c | 23 [BTF_KIND_FUNC_PROTO] = "FUNC_PROTO", 153 case BTF_KIND_FUNC_PROTO: { in fprintf_btf_type_raw()
|
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 | 348 case BTF_KIND_FUNC_PROTO: { in btf_dump_mark_referenced() 575 case BTF_KIND_FUNC_PROTO: { in btf_dump_order_type() 804 case BTF_KIND_FUNC_PROTO: { in btf_dump_emit_type() 1228 case BTF_KIND_FUNC_PROTO: in btf_dump_emit_type_decl() 1435 case BTF_KIND_FUNC_PROTO: { in btf_dump_emit_type_chain() 2326 case BTF_KIND_FUNC_PROTO: in btf_dump_dump_type_data()
|
D | btf.c | 307 case BTF_KIND_FUNC_PROTO: in btf_type_size() 369 case BTF_KIND_FUNC_PROTO: in btf_bswap_type_rest() 2268 t->info = btf_type_info(BTF_KIND_FUNC_PROTO, 0, 0); in btf__add_func_proto() 3571 case BTF_KIND_FUNC_PROTO: in btf_dedup_prep() 3611 case BTF_KIND_FUNC_PROTO: in btf_dedup_prim_type() 4000 case BTF_KIND_FUNC_PROTO: { in btf_dedup_is_equiv() 4298 case BTF_KIND_FUNC_PROTO: { in btf_dedup_ref_type() 4567 case BTF_KIND_FUNC_PROTO: { in btf_type_visit_type_ids() 4627 case BTF_KIND_FUNC_PROTO: { in btf_type_visit_str_offs()
|
D | btf.h | 313 return btf_kind(t) == BTF_KIND_FUNC_PROTO; in btf_is_func_proto()
|
D | libbpf.c | 1986 case BTF_KIND_FUNC_PROTO: return "func_proto"; in __btf_kind_str() 4167 BTF_TYPE_ENC(0, BTF_INFO_ENC(BTF_KIND_FUNC_PROTO, 0, 1), 0), in probe_kern_btf_func() 4185 BTF_TYPE_ENC(0, BTF_INFO_ENC(BTF_KIND_FUNC_PROTO, 0, 1), 0), in probe_kern_btf_func_global() 5083 case BTF_KIND_FUNC_PROTO: { in bpf_core_types_are_compat()
|
D | linker.c | 1446 case BTF_KIND_FUNC_PROTO: { in glob_sym_btf_matches()
|
/tools/bpf/bpftool/ |
D | btf.c | 36 [BTF_KIND_FUNC_PROTO] = "FUNC_PROTO", 263 case BTF_KIND_FUNC_PROTO: { in dump_btf_type()
|
D | btf_dumper.c | 642 case BTF_KIND_FUNC_PROTO: in __btf_dumper_type_only()
|
/tools/testing/selftests/bpf/prog_tests/ |
D | btf_write.c | 240 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] */ 6827 case BTF_KIND_FUNC_PROTO: in btf_type_size()
|