Searched refs:BTF_KIND_FUNC_PROTO (Results 1 - 8 of 8) sorted by relevance
/third_party/libbpf/include/uapi/linux/ |
H A D | btf.h | 73 BTF_KIND_FUNC_PROTO = 13, /* Function Proto */ enumerator 141 /* BTF_KIND_FUNC_PROTO is followed by multiple "struct btf_param".
|
/third_party/libbpf/src/ |
H A 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()
|
H A D | btf_dump.c | 356 case BTF_KIND_FUNC_PROTO: { in btf_dump_mark_referenced() 585 case BTF_KIND_FUNC_PROTO: { in btf_dump_order_type() 817 case BTF_KIND_FUNC_PROTO: { in btf_dump_emit_type() 1321 case BTF_KIND_FUNC_PROTO: in btf_dump_emit_type_decl() 1536 case BTF_KIND_FUNC_PROTO: { in btf_dump_emit_type_chain() 2452 case BTF_KIND_FUNC_PROTO: in btf_dump_dump_type_data()
|
H A D | btf.c | 319 case BTF_KIND_FUNC_PROTO: in btf_type_size() 392 case BTF_KIND_FUNC_PROTO: in btf_bswap_type_rest() 559 if (btf_kind(ft) != BTF_KIND_FUNC_PROTO) { in btf_validate_type() 565 case BTF_KIND_FUNC_PROTO: { in btf_validate_type() 2642 * Append new BTF_KIND_FUNC_PROTO with: 2673 t->info = btf_type_info(BTF_KIND_FUNC_PROTO, 0, 0); 2696 /* last type should be BTF_KIND_FUNC_PROTO */ 3984 case BTF_KIND_FUNC_PROTO: 4024 case BTF_KIND_FUNC_PROTO: 4412 case BTF_KIND_FUNC_PROTO [all...] |
H A D | relo_core.c | 192 case BTF_KIND_FUNC_PROTO: { in __bpf_core_types_are_compat() 1657 case BTF_KIND_FUNC_PROTO: { in __bpf_core_types_match()
|
H A D | linker.c | 1454 case BTF_KIND_FUNC_PROTO: { in glob_sym_btf_matches()
|
H A D | libbpf.c | 2208 case BTF_KIND_FUNC_PROTO: return "func_proto"; 5020 BTF_TYPE_ENC(0, BTF_INFO_ENC(BTF_KIND_FUNC_PROTO, 0, 1), 0), 5038 BTF_TYPE_ENC(0, BTF_INFO_ENC(BTF_KIND_FUNC_PROTO, 0, 1), 0),
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ |
H A D | BTFDebug.cpp | 273 Kind = BTF::BTF_KIND_FUNC_PROTO; in BTFTypeFuncProto()
|
Completed in 36 milliseconds