Lines Matching defs:rpath
2120 char *str, *rpath = NULL;
2139 if ((rpath = str + (size_t)dyn->d_un.d_val) == NULL)
2146 * Now look for any needed dependencies (which may use the rpath)
2187 if (rpath && (sdf->sdf_rpath == NULL))
2188 sdf->sdf_rpath = rpath;
3636 char *rpath, *next;
3638 rpath = libld_malloc(strlen(sdf->sdf_rpath) + 1);
3639 if (rpath == NULL)
3641 (void) strcpy(rpath, sdf->sdf_rpath);
3642 DBG_CALL(Dbg_libs_path(ofl->ofl_lml, rpath,
3644 if ((path = strtok_r(rpath,