Searched refs:hmpp (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dobject.c159 mmapobj_result_t *hmpp, mmapobj_result_t *mpp, uint_t mnum)
189 if (ld_process_mem(name, name, hmpp->mr_addr, hmpp->mr_msize,
239 mmapobj_result_t *mpp, *hmpp; local
313 if ((mpp = hmpp = calloc(ehdr->e_phnum,
332 if ((nlmp = elf_new_lmp(lml, CNTL(olmp), &fd, (Addr)hmpp->mr_addr,
336 MMAPS(nlmp) = hmpp;
338 PADSTART(nlmp) = (ulong_t)hmpp->mr_addr;
339 PADIMLEN(nlmp) = mpp->mr_addr + mpp->mr_msize - hmpp->mr_addr;
158 elf_obj_file(Lm_list *lml, Aliste lmco, Rt_map *clmp, const char *name, mmapobj_result_t *hmpp, mmapobj_result_t *mpp, uint_t mnum) argument
H A Dsetup.c594 mmapobj_result_t *mpp, *fmpp, *hmpp = NULL; local
662 if (hmpp == NULL) {
663 hmpp = mpp;
687 &fdm, (Addr)hmpp->mr_addr, msize,
H A Danalyze.c1767 mmapobj_result_t *hmpp, *mpp, *ompp = fdp->fd_mapp; local
1800 hmpp = mpp;
1802 hmpp = mpp;
1814 if ((nlmp = elf_obj_file(lml, lmco, clmp, nname, hmpp, ompp,
1830 addr = (Addr)(hmpp->mr_addr + hmpp->mr_offset);

Completed in 67 milliseconds