Searched refs:dlnp (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/uts/common/exec/elf/ |
H A D | elf.c | 294 char *dlnp; in elfexec() local 303 dlnp = bigwad->dl_name; in elfexec() 567 if ((error = vn_rdwr(UIO_READ, vp, dlnp, dyphdr->p_filesz, in elfexec() 575 if (resid != 0 || dlnp[dlnsize - 1] != '\0') in elfexec() 582 for (p = dlnp; p = strchr(p, '$'); ) { in elfexec() 590 len = p - dlnp - 1; in elfexec() 592 bcopy(dlnp, pathbufp, len); in elfexec() 619 bcopy(pathbufp, dlnp, curlen); in elfexec() 627 if (strcmp(dlnp, USR_LIB_RTLD) == 0) in elfexec() 628 dlnp += 4; in elfexec() [all …]
|