Searched refs:uphdr (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/uts/common/exec/elf/ |
H A D | elf.c | 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() [all …]
|
/titanic_41/usr/src/cmd/sgs/elfdump/common/ |
H A D | elfdump.c | 536 unwind_eh_frame(Cache *cache, Word shndx, Word shnum, Phdr *uphdr, Ehdr *ehdr, in unwind_eh_frame() argument 575 if ((uphdr && (shdr->sh_addr == uphdr->p_vaddr)) || in unwind_eh_frame() 861 Phdr *uphdr = NULL; in unwind() local 888 uphdr = getphdr(phnum, phdr_types, in unwind() 947 unwind_eh_frame(cache, cnt, shnum, uphdr, ehdr, in unwind()
|
/titanic_41/usr/src/cmd/sgs/rtld/common/ |
H A D | elf.c | 1655 Phdr *phdr, *tphdr = NULL, *dphdr = NULL, *uphdr = NULL; local 1696 uphdr = phdr; 1742 PTUNWIND(lmp) = uphdr;
|