Lines Matching refs:lpc
165 caddr_t lpc; in profile_open() local
212 lpc = hpc = (caddr_t)lmp->l_addr; in profile_open()
214 ehdr = (Ehdr *)lpc; in profile_open()
222 phdr = (Phdr *)(ehdr->e_phoff + lpc); in profile_open()
230 (unsigned long)lpc); in profile_open()
241 (unsigned long)lpc); in profile_open()
246 if (lpc == hpc) { in profile_open()
265 (unsigned long)lpc); in profile_open()
275 Lpc = lpc = (caddr_t)PRF_ROUNDWN((long)lpc, sizeof (long)); in profile_open()
279 msize = (size_t)(hpc - lpc); in profile_open()
331 if (Hptr->hd_hpc != (caddr_t)(hpc - lpc)) { in profile_open()
350 Hptr->hd_hpc = (caddr_t)(hpc - lpc); in profile_open()
368 psize, (unsigned long)lpc, (unsigned int) PRF_SCALE); in profile_open()