Lines Matching refs:uphdr
196 Phdr *uphdr = NULL; in mapexec_brand() local
227 if (error = mapelfexec(vp, ehdr, nphdrs, phdrbase, &uphdr, &dynphdr, in mapexec_brand()
231 if (uphdr != NULL && uphdr->p_flags == 0) in mapexec_brand()
232 kmem_free(uphdr, sizeof (Phdr)); in mapexec_brand()
250 if (uphdr != NULL) { in mapexec_brand()
251 *uphdr_vaddr = uphdr->p_vaddr; in mapexec_brand()
253 if (uphdr->p_flags == 0) in mapexec_brand()
254 kmem_free(uphdr, sizeof (Phdr)); in mapexec_brand()
281 Phdr *uphdr = NULL; in elfexec() local
620 error = mapelfexec(vp, ehdrp, nphdrs, phdrbase, &uphdr, &intphdr, in elfexec()
629 dynuphdr = (uphdr != NULL && uphdr->p_flags == 0); in elfexec()
634 if (uphdr != NULL && intphdr == NULL) in elfexec()
747 if (uphdr) { in elfexec()
761 ADDAUX(aux, AT_PHDR, uphdr->p_vaddr + voffset) in elfexec()
1015 if (!uphdr) { in elfexec()
1052 kmem_free(uphdr, sizeof (Phdr)); in elfexec()
1324 Phdr **uphdr, in mapelfexec() argument
1396 if (*intphdr != NULL && uphdr != NULL && in mapelfexec()
1397 *uphdr == NULL) { in mapelfexec()
1421 *uphdr = cons; in mapelfexec()
1537 if (uphdr != NULL) in mapelfexec()
1538 *uphdr = phdr; in mapelfexec()