Home | History | Annotate | Download | only in gold

Lines Matching refs:pv2

3225 script_string_list_append(String_list_ptr pv1, String_list_ptr pv2)
3228 return pv2;
3229 if (pv2 == NULL)
3231 pv1->insert(pv1->end(), pv2->begin(), pv2->end());