Home | History | Annotate | Download | only in src

Lines Matching refs:runpath

151   { "runpath", ARGP_runpath, "PATH", 0, N_("Set runtime DSO search path."),
153 { "runpath-link", ARGP_runpath_link, "PATH", 0,
377 /* Get runpath/rpath information in usable form. */
663 add_rxxpath (&ld_state.runpath, arg);
1343 /* Called after all parameters are parsed to bring the runpath/rpath
1351 At this point we also discard the rpath information if runpath
1367 if (ld_state.runpath != NULL)
1369 struct pathelement *endp = ld_state.runpath;
1370 ld_state.runpath = ld_state.runpath->next;