Searched refs:BTF_KIND_FUNC (Results 1 - 7 of 7) sorted by relevance
/third_party/libbpf/src/ |
H A D | btf.h | 304 #ifndef BTF_KIND_FUNC 305 #define BTF_KIND_FUNC 12 /* Function */ macro 419 return btf_kind(t) == BTF_KIND_FUNC; in btf_is_func()
|
H A D | btf.c | 304 case BTF_KIND_FUNC: in btf_type_size() 358 case BTF_KIND_FUNC: in btf_bswap_type_rest() 552 case BTF_KIND_FUNC: { in btf_validate_type() 2614 * Append new BTF_KIND_FUNC type with: 2632 id = btf_add_ref_kind(btf, BTF_KIND_FUNC, name, proto_type_id); 2636 t->info = btf_type_info(BTF_KIND_FUNC, linkage, 0); 3964 case BTF_KIND_FUNC: 4023 case BTF_KIND_FUNC: 4372 case BTF_KIND_FUNC: 4668 case BTF_KIND_FUNC [all...] |
H A D | btf_dump.c | 334 case BTF_KIND_FUNC: in btf_dump_mark_referenced() 604 case BTF_KIND_FUNC: in btf_dump_order_type() 2451 case BTF_KIND_FUNC: in btf_dump_dump_type_data()
|
H A D | linker.c | 1352 case BTF_KIND_FUNC: in glob_sym_btf_matches() 1395 case BTF_KIND_FUNC: in glob_sym_btf_matches() 1759 dst_t->info = btf_type_info(BTF_KIND_FUNC, BTF_FUNC_GLOBAL, 0); in complete_extern_btf_info()
|
H A D | libbpf.c | 2207 case BTF_KIND_FUNC: return "func"; 2878 t->info = BTF_INFO_ENC(BTF_KIND_FUNC, 0, 0); 3263 t->info = btf_type_info(BTF_KIND_FUNC, BTF_FUNC_STATIC, 0); 5023 BTF_TYPE_ENC(5, BTF_INFO_ENC(BTF_KIND_FUNC, 0, 0), 2), 5041 BTF_TYPE_ENC(5, BTF_INFO_ENC(BTF_KIND_FUNC, 0, BTF_FUNC_GLOBAL), 2), 7717 BTF_KIND_VAR : BTF_KIND_FUNC; 7724 ext->is_weak, false, false, BTF_KIND_FUNC, 8134 kfunc_id = find_ksym_btf_id(obj, ext->essent_name ?: ext->name, BTF_KIND_FUNC, &kern_btf, 9715 *kind = BTF_KIND_FUNC; 9719 *kind = BTF_KIND_FUNC; [all...] |
/third_party/libbpf/include/uapi/linux/ |
H A D | btf.h | 72 BTF_KIND_FUNC = 12, /* Function */ enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ |
H A D | BTFDebug.cpp | 314 Kind = BTF::BTF_KIND_FUNC; in BTFTypeFunc()
|
Completed in 29 milliseconds