Searched refs:pv2 (Results 1 – 2 of 2) sorted by relevance
3098 bfd_signed_vma *pv1, *pv2; in debug_type_samep() local3103 pv2 = t2->u.kenum->values; in debug_type_samep()3107 || *pv1 != *pv2 in debug_type_samep()3113 ++pv2; in debug_type_samep()3336 struct debug_method_variant_s **pv1, **pv2; in debug_class_type_samep() local3338 for (pv1 = m1->variants, pv2 = m2->variants; in debug_class_type_samep()3339 *pv1 != NULL && *pv2 != NULL; in debug_class_type_samep()3340 ++pv1, ++pv2) in debug_class_type_samep()3345 v2 = *pv2; in debug_class_type_samep()3362 if (*pv1 != NULL || *pv2 != NULL) in debug_class_type_samep()
3225 script_string_list_append(String_list_ptr pv1, String_list_ptr pv2) in script_string_list_append() argument3228 return pv2; in script_string_list_append()3229 if (pv2 == NULL) in script_string_list_append()3231 pv1->insert(pv1->end(), pv2->begin(), pv2->end()); in script_string_list_append()