Home | History | Annotate | Download | only in src

Lines Matching full:check_for_duplicate2

254 check_for_duplicate2 (struct usedfiles *newp, struct usedfiles *list)
306 return (check_for_duplicate2 (newp, ld_state.relfiles)
307 || check_for_duplicate2 (newp, ld_state.dsofiles)
308 || check_for_duplicate2 (newp, ld_state.needed));