Searched refs:execmap (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/uts/common/exec/aout/ |
H A D | aout.c | 208 if (error = execmap(edp.vp, edp.ux_txtorg, edp.ux_tsize, in aoutexec() 211 if (error = execmap(edp.vp, edp.ux_datorg, edp.ux_dsize, in aoutexec()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | exec.h | 224 extern int execmap(vnode_t *vp, caddr_t addr, size_t len, size_t zfodlen,
|
/titanic_50/usr/src/uts/common/exec/elf/ |
H A D | elf.c | 1320 if (error = execmap(vp, addr, phdr->p_filesz, in mapelfexec() 1327 if (error = execmap(vp, addr, phdr->p_filesz, in mapelfexec()
|
/titanic_50/usr/src/uts/common/os/ |
H A D | exec.c | 1149 execmap(struct vnode *vp, caddr_t addr, size_t len, size_t zfodlen, in execmap() function
|