Home
last modified time | relevance | path

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

/freebsd/contrib/elftoolchain/libelf/
H A Dlibelf_extended.c112 if (phnum >= PN_XNUM) { in _libelf_setphnum()
125 phnum = PN_XNUM; in _libelf_setphnum()
H A Dlibelf_ehdr.c82 e->e_u.e_elf.e_nphdr = (phnum != PN_XNUM) ? phnum : in _libelf_load_extended()
191 (shoff == 0LL && (shnum != 0 || phnum == PN_XNUM || in _libelf_ehdr()
201 if ((shnum == 0 && shoff != 0) || phnum == PN_XNUM || strndx == SHN_XINDEX) { in _libelf_ehdr()
/freebsd/usr.bin/gcore/
H A Delfcore.c211 if (seginfo.count + 1 >= PN_XNUM) in elf_coredump()
503 if (numsegs + 1 < PN_XNUM) { in elf_puthdr()
507 ehdr->e_phnum = PN_XNUM; in elf_puthdr()
/freebsd/sys/sys/
H A Delf_common.h587 #define PN_XNUM 0xffff macro
/freebsd/sys/kern/
H A Dimgact_elf.c1615 if (seginfo.count + 1 >= PN_XNUM) in __elfN()
1939 if (numsegs + 1 < PN_XNUM) { in __elfN()
1943 ehdr->e_phnum = PN_XNUM; in __elfN()
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h2310 #define PN_XNUM 0xFFFFU /* Use extended section numbering. */ macro
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c2326 if (re->ehdr.e_phnum == PN_XNUM) { in dump_ehdr()