Home
last modified time | relevance | path

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

/titanic_51/usr/src/cmd/sgs/libelf/common/
H A Dgetphnum.c56 if (ehdr.e_phnum != PN_XNUM) { in elf_getphdrnum()
/titanic_51/usr/src/cmd/file/
H A Delf_read.c212 if (((EI_Ehdr_shnum == 0) || (EI_Ehdr_phnum == PN_XNUM)) && in elf_read()
218 if ((EI_Ehdr_phnum == PN_XNUM) && (EI_Shdr.sh_info != 0)) in elf_read()
/titanic_51/usr/src/cmd/sgs/liblddbg/common/
H A Delf.c95 if (ehdr->e_phnum == PN_XNUM) { in Elf_ehdr()
H A Dliblddbg.msg1695 e_phnum: PN_XNUM (see shdr[0].sh_info)"
/titanic_51/usr/src/lib/libproc/common/
H A DPgcore.c1094 if (nshdrs == 0 && nphdrs >= PN_XNUM) in Pfgcore()
1125 if (nphdrs >= PN_XNUM) in Pfgcore()
1126 ehdr.e_phnum = PN_XNUM; in Pfgcore()
1183 if (nphdrs >= PN_XNUM) in Pfgcore()
1184 ehdr.e_phnum = PN_XNUM; in Pfgcore()
1224 nphdrs >= PN_XNUM ? nphdrs : 0, 0, 0) != 0) in Pfgcore()
H A DPcore.c1642 efp->e_hdr.e_phnum == PN_XNUM) { in core_elf_fdopen()
1684 if (efp->e_hdr.e_phnum == PN_XNUM && shdr.sh_info != 0) { in core_elf_fdopen()
H A DPsymtab.c1036 if ((*phnum = ehdr->e_phnum) == PN_XNUM) { in read_ehdr32()
1090 if ((*phnum = ehdr->e_phnum) == PN_XNUM) { in read_ehdr64()
/titanic_51/usr/src/uts/common/exec/elf/
H A Delf.c1042 *shstrndx == SHN_XINDEX || *nphdrs == PN_XNUM) { in getelfhead()
1057 if (*nphdrs == PN_XNUM && shdr.sh_info != 0) in getelfhead()
1807 if (nshdrs == 0 && nphdrs >= PN_XNUM) in elfcore()
1862 if (nphdrs >= PN_XNUM) in elfcore()
1863 ehdr->e_phnum = PN_XNUM; in elfcore()
2159 if (nphdrs >= PN_XNUM) in elfcore()
/titanic_51/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\
/titanic_51/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()
/titanic_51/usr/src/uts/common/sys/
H A Delf.h525 #define PN_XNUM 0xffff /* extended program header index */ macro
/titanic_51/usr/src/boot/sys/sys/
H A Delf_common.h521 #define PN_XNUM 0xffff macro
/titanic_51/usr/src/cmd/sgs/librtld_db/common/
H A Drd_elf.c387 if (ehdr->e_phnum != PN_XNUM) { in _rd_get_ehdr32()
/titanic_51/usr/src/uts/common/os/
H A Dmmapobj.c1998 if (nphdrs == PN_XNUM) { in doelfwork()