Home | History | Annotate | Download | only in src

Lines Matching refs:pathelement

274 static void add_rxxpath (struct pathelement **pathp, const char *str);
1177 struct pathelement *newpath;
1179 newpath = (struct pathelement *)
1180 obstack_calloc (&ld_state.smem, sizeof (struct pathelement));
1278 add_rxxpath (struct pathelement **pathp, const char *str)
1280 struct pathelement *newp;
1285 newp = (struct pathelement *) obstack_alloc (&ld_state.smem, sizeof (*newp));
1299 normalize_dirlist (struct pathelement **pathp)
1301 struct pathelement *firstp = *pathp;
1310 struct pathelement *lastp = *pathp;
1311 struct pathelement *newp;
1325 newp = (struct pathelement *) obstack_alloc (&ld_state.smem,
1356 struct pathelement *endp = ld_state.rpath;
1362 struct pathelement *endp = ld_state.rpath_link;
1369 struct pathelement *endp = ld_state.runpath;
1377 struct pathelement *old = ld_state.rpath;
1384 struct pathelement *endp = ld_state.runpath_link;
1392 struct pathelement *old = ld_state.rpath_link;