Searched refs:dlnp (Results 1 – 1 of 1) sorted by relevance
311 char *dlnp; in elfexec() local320 dlnp = bigwad->dl_name; in elfexec()662 if ((error = vn_rdwr(UIO_READ, vp, dlnp, in elfexec()670 if (resid != 0 || dlnp[dlnsize - 1] != '\0') in elfexec()677 for (p = dlnp; p = strchr(p, '$'); ) { in elfexec()694 len = p - dlnp - 1; in elfexec()696 bcopy(dlnp, pathbufp, len); in elfexec()723 bcopy(pathbufp, dlnp, curlen); in elfexec()731 if (strcmp(dlnp, USR_LIB_RTLD) == 0) in elfexec()732 dlnp += 4; in elfexec()[all …]