Lines Matching full:pathelement
265 static void add_rxxpath (struct pathelement **pathp, const char *str);
1165 struct pathelement *newpath;
1167 newpath = (struct pathelement *)
1168 obstack_calloc (&ld_state.smem, sizeof (struct pathelement));
1267 add_rxxpath (struct pathelement **pathp, const char *str)
1269 struct pathelement *newp;
1274 newp = (struct pathelement *) obstack_alloc (&ld_state.smem, sizeof (*newp));
1288 normalize_dirlist (struct pathelement **pathp)
1290 struct pathelement *firstp = *pathp;
1299 struct pathelement *lastp = *pathp;
1300 struct pathelement *newp;
1314 newp = (struct pathelement *) obstack_alloc (&ld_state.smem,
1345 struct pathelement *endp = ld_state.rpath;
1351 struct pathelement *endp = ld_state.rpath_link;
1358 struct pathelement *endp = ld_state.runpath;
1366 struct pathelement *old = ld_state.rpath;
1373 struct pathelement *endp = ld_state.runpath_link;
1381 struct pathelement *old = ld_state.rpath_link;