Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dbtf.h72 #define BTF_KIND_FUNC_PROTO 13 /* Function Proto */ macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dbtf.h72 #define BTF_KIND_FUNC_PROTO 13 /* Function Proto */ macro
/OK3568_Linux_fs/kernel/tools/lib/bpf/
H A Dbtf_dump.c309 case BTF_KIND_FUNC_PROTO: { in btf_dump_mark_referenced()
535 case BTF_KIND_FUNC_PROTO: { in btf_dump_order_type()
764 case BTF_KIND_FUNC_PROTO: { in btf_dump_emit_type()
1124 case BTF_KIND_FUNC_PROTO: in btf_dump_emit_type_decl()
1329 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()
2110 t->info = btf_type_info(BTF_KIND_FUNC_PROTO, 0, 0); in btf__add_func_proto()
3051 case BTF_KIND_FUNC_PROTO: { in btf_for_each_str_off()
3576 case BTF_KIND_FUNC_PROTO: in btf_dedup_prim_type()
3899 case BTF_KIND_FUNC_PROTO: { in btf_dedup_is_equiv()
4178 case BTF_KIND_FUNC_PROTO: { in btf_dedup_ref_type()
4370 case BTF_KIND_FUNC_PROTO: { in btf_dedup_remap_type()
H A Dbtf.h276 return btf_kind(t) == BTF_KIND_FUNC_PROTO; in btf_is_func_proto()
H A Dlibbpf.c1917 case BTF_KIND_FUNC_PROTO: return "func_proto"; in btf_kind_str()
3857 BTF_TYPE_ENC(0, BTF_INFO_ENC(BTF_KIND_FUNC_PROTO, 0, 1), 0), in probe_kern_btf_func()
3875 BTF_TYPE_ENC(0, BTF_INFO_ENC(BTF_KIND_FUNC_PROTO, 0, 1), 0), in probe_kern_btf_func_global()
4957 case BTF_KIND_FUNC_PROTO: { in bpf_core_types_are_compat()
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/
H A Dtest_btf.h61 BTF_TYPE_ENC(0, BTF_INFO_ENC(BTF_KIND_FUNC_PROTO, 0, nargs), ret_type)
/OK3568_Linux_fs/kernel/include/linux/
H A Dbtf.h150 return BTF_INFO_KIND(t->info) == BTF_KIND_FUNC_PROTO; in btf_type_is_func_proto()
/OK3568_Linux_fs/kernel/Documentation/bpf/
H A Dbtf.rst84 #define BTF_KIND_FUNC_PROTO 13 /* Function Proto */
365 * ``type``: a BTF_KIND_FUNC_PROTO type
375 2.2.13 BTF_KIND_FUNC_PROTO
381 * ``info.kind``: BTF_KIND_FUNC_PROTO
392 If a BTF_KIND_FUNC_PROTO type is referred by a BTF_KIND_FUNC type, then
920 .long 0 # BTF_KIND_FUNC_PROTO(id = 1)
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/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()
H A Dbtf.c2652 BTF_TYPE_ENC(NAME_TBD, BTF_INFO_ENC(BTF_KIND_FUNC_PROTO, 0, 2), 0), /* [3] */
3020 BTF_TYPE_ENC(0, BTF_INFO_ENC(BTF_KIND_FUNC_PROTO, 0, 0), 0), /* [2] */
3040 BTF_TYPE_ENC(0, BTF_INFO_ENC(BTF_KIND_FUNC_PROTO, 1, 0), 0), /* [2] */
6622 case BTF_KIND_FUNC_PROTO: in btf_type_size()
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dbtf.c272 [BTF_KIND_FUNC_PROTO] = "FUNC_PROTO",
3745 [BTF_KIND_FUNC_PROTO] = &func_proto_ops,