Lines Matching refs:uphdr
184 Phdr *uphdr = NULL; in mapexec_brand() local
216 if (error = mapelfexec(vp, ehdr, nphdrs, phdrbase, &uphdr, &dynphdr, in mapexec_brand()
237 if (uphdr != NULL) { in mapexec_brand()
238 *uphdr_vaddr = uphdr->p_vaddr; in mapexec_brand()
265 Phdr *uphdr = NULL; in elfexec() local
540 if ((error = mapelfexec(vp, ehdrp, nphdrs, phdrbase, &uphdr, &dyphdr, in elfexec()
545 if (uphdr != NULL && dyphdr == NULL) in elfexec()
643 if (uphdr) { in elfexec()
657 ADDAUX(aux, AT_PHDR, uphdr->p_vaddr + voffset) in elfexec()
895 if (!uphdr) { in elfexec()
1203 Phdr **uphdr, in mapelfexec() argument
1259 if ((*dyphdr != NULL) && (*uphdr == NULL)) in mapelfexec()
1356 *uphdr = phdr; in mapelfexec()