Home
last modified time | relevance | path

Searched refs:uphdr (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/uts/common/exec/elf/
H A Delf.c184 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_50/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c540 unwind_eh_frame(Cache *cache, Word shndx, Word shnum, Phdr *uphdr, Ehdr *ehdr, in unwind_eh_frame() argument
579 if ((uphdr && (shdr->sh_addr == uphdr->p_vaddr)) || in unwind_eh_frame()
865 Phdr *uphdr = NULL; in unwind() local
892 uphdr = getphdr(phnum, phdr_types, in unwind()
951 unwind_eh_frame(cache, cnt, shnum, uphdr, ehdr, in unwind()
/titanic_50/usr/src/cmd/sgs/rtld/common/
H A Delf.c1655 Phdr *phdr, *tphdr = NULL, *dphdr = NULL, *uphdr = NULL; local
1696 uphdr = phdr;
1742 PTUNWIND(lmp) = uphdr;