Home | History | Annotate | Download | only in src

Lines Matching refs:curp

1690       struct usedfiles *curp;
1693 curp = runp->real = ld_new_inputfile (runp->name, relocatable_file_type);
1696 curp->group_start = runp->group_start;
1697 curp->group_end = runp->group_end;
1700 curp->as_needed = runp->as_needed;
1705 res |= FILE_PROCESS (-1, curp, &ld_state, &curp);
1706 while (curp != NULL);