Lines Matching refs:t
908 const struct btf_type *t; in fixup_obj() local
916 t = btf__type_by_id(btf, id); in fixup_obj()
917 t = btf__type_by_id(btf, t->type); in fixup_obj()
918 if (!btf_is_func_proto(t) || btf_vlen(t) != 1) in fixup_obj()
922 t = btf__type_by_id(btf, btf_params(t)[0].type); in fixup_obj()
923 while (t && btf_is_mod(t)) in fixup_obj()
924 t = btf__type_by_id(btf, t->type); in fixup_obj()
925 if (!t || !btf_is_ptr(t)) in fixup_obj()
927 t = btf__type_by_id(btf, t->type); in fixup_obj()
928 while (t && btf_is_mod(t)) in fixup_obj()
929 t = btf__type_by_id(btf, t->type); in fixup_obj()
930 if (!t) in fixup_obj()
933 ctx_name = btf__name_by_offset(btf, t->name_off); in fixup_obj()