Lines Matching defs:fn_t
6921 struct btf_type *fn_t, *fn_proto_t, *t;
6925 fn_t = btf_type_by_id(btf, orig_fn_id);
6926 fn_proto_t = btf_type_by_id(btf, fn_t->type);
6937 fn_name_off = fn_t->name_off; /* we are about to invalidate fn_t */
6938 linkage = btf_func_linkage(fn_t);
6939 orig_proto_id = fn_t->type; /* original FUNC_PROTO ID */
6973 fn_t = btf_type_by_id(btf, fn_id);
6974 fn_t->name_off = fn_name_off; /* reuse original string */
6990 struct btf_type *fn_t, *fn_proto_t;
7041 fn_t = btf_type_by_id(btf, orig_fn_id);
7042 if (!btf_is_func(fn_t) || btf_func_linkage(fn_t) != BTF_FUNC_GLOBAL)
7046 fn_proto_t = btf_type_by_id(btf, fn_t->type);
7070 fn_name = btf__str_by_offset(btf, fn_t->name_off) ?: "<anon>";
7110 fn_t = btf_type_by_id(btf, func_rec->type_id);
7111 fn_proto_t = btf_type_by_id(btf, fn_t->type);