Home
last modified time | relevance | path

Searched refs:BTF_KIND_FUNC_PROTO (Results 1 – 12 of 12) sorted by relevance

/tools/include/uapi/linux/
Dbtf.h72 #define BTF_KIND_FUNC_PROTO 13 /* Function Proto */ macro
/tools/testing/selftests/bpf/
Dbtf_helpers.c23 [BTF_KIND_FUNC_PROTO] = "FUNC_PROTO",
153 case BTF_KIND_FUNC_PROTO: { in fprintf_btf_type_raw()
Dtest_btf.h61 BTF_TYPE_ENC(0, BTF_INFO_ENC(BTF_KIND_FUNC_PROTO, 0, nargs), ret_type)
/tools/lib/bpf/
Dbtf_dump.c348 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()
Dbtf.c307 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()
Dbtf.h313 return btf_kind(t) == BTF_KIND_FUNC_PROTO; in btf_is_func_proto()
Dlibbpf.c1986 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()
Dlinker.c1446 case BTF_KIND_FUNC_PROTO: { in glob_sym_btf_matches()
/tools/bpf/bpftool/
Dbtf.c36 [BTF_KIND_FUNC_PROTO] = "FUNC_PROTO",
263 case BTF_KIND_FUNC_PROTO: { in dump_btf_type()
Dbtf_dumper.c642 case BTF_KIND_FUNC_PROTO: in __btf_dumper_type_only()
/tools/testing/selftests/bpf/prog_tests/
Dbtf_write.c240 ASSERT_EQ(btf_kind(t), BTF_KIND_FUNC_PROTO, "func_proto_kind"); in test_btf_write()
Dbtf.c2680 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()