Home | History | Annotate | Download | only in src

Lines Matching refs:rpath

92   { "rpath-link", ARGP_rpath_link, "PATH", OPTION_HIDDEN, NULL, 0 },
141 { "rpath", 'R', "PATH", OPTION_HIDDEN, NULL, 0 },
363 /* Get runpath/rpath information in usable form. */
641 add_rxxpath (&ld_state.rpath, arg);
1332 /* Called after all parameters are parsed to bring the runpath/rpath
1340 At this point we also discard the rpath information if runpath
1341 information is provided. rpath is deprecated and should not be
1343 if (ld_state.rpath != NULL)
1345 struct pathelement *endp = ld_state.rpath;
1346 ld_state.rpath = ld_state.rpath->next;
1362 /* If rpath information is also available discard it.
1364 while (ld_state.rpath != NULL)
1366 struct pathelement *old = ld_state.rpath;
1367 ld_state.rpath = ld_state.rpath->next;
1377 /* If rpath information is also available discard it.