Searched refs:uphdr (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/common/exec/elf/ |
H A D | elf.c | 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() [all …]
|
/illumos-gate/usr/src/cmd/sgs/elfdump/common/ |
H A D | elfdump.c | 554 unwind_eh_frame(Cache *cache, Word shndx, Word shnum, Phdr *uphdr, Ehdr *ehdr, in unwind_eh_frame() argument 593 if ((uphdr && (shdr->sh_addr == uphdr->p_vaddr)) || in unwind_eh_frame() 916 Phdr *uphdr = NULL; in unwind() local 944 uphdr = getphdr(phnum, phdr_types, in unwind() 1005 if ((uphdr != NULL) && (strcmp(_cache->c_name, in unwind() 1007 check_phdr_v_shdr(uphdr, phndx, osabi, in unwind() 1011 unwind_eh_frame(cache, cnt, shnum, uphdr, ehdr, in unwind() 1759 Phdr *uphdr = NULL; in cap() local 1775 uphdr = phdr; in cap() 1807 if ((cshdr == NULL) && (uphdr == NULL)) in cap() [all …]
|
/illumos-gate/usr/src/cmd/sgs/rtld/common/ |
H A D | elf.c | 1629 Phdr *phdr, *tphdr = NULL, *dphdr = NULL, *uphdr = NULL; local 1670 uphdr = phdr; 1716 PTUNWIND(lmp) = uphdr;
|