Home
last modified time | relevance | path

Searched refs:PN_XNUM (Results 1 – 15 of 15) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libelf/common/
H A Dgetphnum.c56 if (ehdr.e_phnum != PN_XNUM) { in elf_getphdrnum()
/illumos-gate/usr/src/cmd/file/
H A Delf_read.c213 if (((EI_Ehdr_shnum == 0) || (EI_Ehdr_phnum == PN_XNUM)) && in elf_read()
219 if ((EI_Ehdr_phnum == PN_XNUM) && (EI_Shdr.sh_info != 0)) in elf_read()
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Delf.c95 if (ehdr->e_phnum == PN_XNUM) { in Elf_ehdr()
H A Dliblddbg.msg1699 e_phnum: PN_XNUM (see shdr[0].sh_info)"
/illumos-gate/usr/src/lib/libproc/common/
H A DPgcore.c1150 if (nshdrs == 0 && nphdrs >= PN_XNUM) in Pfgcore()
1181 if (nphdrs >= PN_XNUM) in Pfgcore()
1182 ehdr.e_phnum = PN_XNUM; in Pfgcore()
1239 if (nphdrs >= PN_XNUM) in Pfgcore()
1240 ehdr.e_phnum = PN_XNUM; in Pfgcore()
1280 nphdrs >= PN_XNUM ? nphdrs : 0, 0, 0) != 0) in Pfgcore()
H A DPcore.c1795 efp->e_hdr.e_phnum == PN_XNUM) { in core_elf_fdopen()
1837 if (efp->e_hdr.e_phnum == PN_XNUM && shdr.sh_info != 0) { in core_elf_fdopen()
H A DPsymtab.c1070 if ((*phnum = ehdr->e_phnum) == PN_XNUM) { in read_ehdr32()
1124 if ((*phnum = ehdr->e_phnum) == PN_XNUM) { in read_ehdr64()
/illumos-gate/usr/src/uts/common/exec/elf/
H A Delf.c1157 *shstrndx == SHN_XINDEX || *nphdrs == PN_XNUM) { in getelfhead()
1173 if (*nphdrs == PN_XNUM && shdr.sh_info != 0) in getelfhead()
2130 if (nshdrs == 0 && nphdrs >= PN_XNUM) in elfcore()
2193 if (nphdrs >= PN_XNUM) { in elfcore()
2194 ehdr->e_phnum = PN_XNUM; in elfcore()
/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Dehdr.c512 if (num == PN_XNUM) in print_ehdr()
1001 if (phnum >= PN_XNUM) { in cmd_body()
1002 e_phnum = PN_XNUM; in cmd_body()
H A Dehdr.msg370 to PN_XNUM (0xffff), e_phnum has the value PN_XNUM, and the\n\
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_gelf.c608 gf->gf_shstrndx == SHN_XINDEX || gf->gf_phnum == PN_XNUM) { in gelf32_init()
631 if (gf->gf_phnum == PN_XNUM) in gelf32_init()
667 gf->gf_shstrndx == SHN_XINDEX || gf->gf_phnum == PN_XNUM) { in gelf64_init()
690 if (gf->gf_phnum == PN_XNUM) in gelf64_init()
/illumos-gate/usr/src/uts/common/sys/
H A Delf.h526 #define PN_XNUM 0xffff /* extended program header index */ macro
/illumos-gate/usr/src/boot/sys/sys/
H A Delf_common.h521 #define PN_XNUM 0xffff macro
/illumos-gate/usr/src/cmd/sgs/librtld_db/common/
H A Drd_elf.c387 if (ehdr->e_phnum != PN_XNUM) { in _rd_get_ehdr32()
/illumos-gate/usr/src/uts/common/os/
H A Dmmapobj.c2008 if (nphdrs == PN_XNUM) { in doelfwork()