Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/exec/elf/
H A Delf.c196 Phdr *uphdr = NULL; in mapexec_brand() local
231 if (uphdr != NULL && uphdr->p_flags == 0) in mapexec_brand()
250 if (uphdr != NULL) { in mapexec_brand()
281 Phdr *uphdr = NULL; in elfexec() local
629 dynuphdr = (uphdr != NULL && uphdr->p_flags == 0); in elfexec()
747 if (uphdr) { in elfexec()
1015 if (!uphdr) { in elfexec()
1324 Phdr **uphdr, in mapelfexec() argument
1421 *uphdr = cons; in mapelfexec()
1537 if (uphdr != NULL) in mapelfexec()
[all …]
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Delfdump.c593 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()
1810 if ((uphdr != NULL) && (cshdr == NULL)) in cap()
[all …]
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Delf.c1629 Phdr *phdr, *tphdr = NULL, *dphdr = NULL, *uphdr = NULL; local
1670 uphdr = phdr;
1716 PTUNWIND(lmp) = uphdr;