Home
last modified time | relevance | path

Searched refs:dyphdr (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/uts/common/exec/elf/
H A Delf.c263 Phdr *dyphdr = NULL; in elfexec() local
540 if ((error = mapelfexec(vp, ehdrp, nphdrs, phdrbase, &uphdr, &dyphdr, in elfexec()
545 if (uphdr != NULL && dyphdr == NULL) in elfexec()
553 if (dyphdr != NULL) { in elfexec()
559 dlnsize = dyphdr->p_filesz; in elfexec()
567 if ((error = vn_rdwr(UIO_READ, vp, dlnp, dyphdr->p_filesz, in elfexec()
568 (offset_t)dyphdr->p_offset, UIO_SYSSPACE, 0, (rlim64_t)0, in elfexec()
1204 Phdr **dyphdr, in mapelfexec() argument
1259 if ((*dyphdr != NULL) && (*uphdr == NULL)) in mapelfexec()
1346 *dyphdr = phdr; in mapelfexec()