Lines Matching refs:fn_t
7223 struct btf_type *fn_t, *fn_proto_t, *t;
7227 fn_t = btf_type_by_id(btf, orig_fn_id);
7228 fn_proto_t = btf_type_by_id(btf, fn_t->type);
7239 fn_name_off = fn_t->name_off; /* we are about to invalidate fn_t */
7240 linkage = btf_func_linkage(fn_t);
7241 orig_proto_id = fn_t->type; /* original FUNC_PROTO ID */
7275 fn_t = btf_type_by_id(btf, fn_id);
7276 fn_t->name_off = fn_name_off; /* reuse original string */
7292 struct btf_type *fn_t, *fn_proto_t;
7343 fn_t = btf_type_by_id(btf, orig_fn_id);
7344 if (!btf_is_func(fn_t) || btf_func_linkage(fn_t) != BTF_FUNC_GLOBAL)
7348 fn_proto_t = btf_type_by_id(btf, fn_t->type);
7372 fn_name = btf__str_by_offset(btf, fn_t->name_off) ?: "<anon>";
7412 fn_t = btf_type_by_id(btf, func_rec->type_id);
7413 fn_proto_t = btf_type_by_id(btf, fn_t->type);