Lines Matching refs:vptrbase
174 debug_type vptrbase;
1313 debug_method *methods, debug_type vptrbase,
1333 c->vptrbase = t;
1335 c->vptrbase = vptrbase;
2668 struct debug_type_s *vptrbase;
2673 vptrbase = NULL;
2695 vptrbase = type->u.kclass->vptrbase;
2696 if (vptrbase != NULL && vptrbase != type)
2698 if (! debug_write_type (info, fns, fhandle, vptrbase,
2707 vptrbase != NULL,
2708 vptrbase == type))
3247 || (c1->vptrbase == NULL) != (c2->vptrbase == NULL))
3293 if (c1->vptrbase != NULL)
3295 if (! debug_type_samep (info, c1->vptrbase, c2->vptrbase))