Home
last modified time | relevance | path

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

/openbsd/src/lib/libelf/
Dlibelf_extended.c112 if (phnum >= PN_XNUM) { in _libelf_setphnum()
125 phnum = PN_XNUM; in _libelf_setphnum()
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()
/openbsd/src/gnu/usr.bin/binutils/bfd/
Delfcore.h179 if (i_ehdrp->e_phnum == PN_XNUM) in elf_core_file_p()
Delfcode.h273 if (tmp >= PN_XNUM) in elf_swap_ehdr_out()
274 tmp = PN_XNUM; in elf_swap_ehdr_out()
637 if (i_ehdrp->e_phnum == PN_XNUM) in elf_object_p()
964 if (i_ehdrp->e_phnum >= PN_XNUM) in elf_write_shdrs_and_ehdr()
/openbsd/src/gnu/usr.bin/binutils-2.17/bfd/
Delfcore.h179 if (i_ehdrp->e_phnum == PN_XNUM) in elf_core_file_p()
Delfcode.h275 if (tmp >= PN_XNUM) in elf_swap_ehdr_out()
276 tmp = PN_XNUM; in elf_swap_ehdr_out()
668 if (i_ehdrp->e_phnum == PN_XNUM) in elf_object_p()
1046 if (i_ehdrp->e_phnum >= PN_XNUM) in elf_write_shdrs_and_ehdr()
/openbsd/src/gnu/usr.bin/binutils/include/elf/
Dcommon.h276 #define PN_XNUM 0xffff macro
/openbsd/src/gnu/usr.bin/binutils-2.17/include/elf/
Dcommon.h291 #define PN_XNUM 0xffff macro
/openbsd/src/sys/sys/
Dexec_elf.h206 #define PN_XNUM 0xffff macro
/openbsd/src/sys/kern/
Dexec_elf.c1306 if (ws->npsections < PN_XNUM) { in coredump_setup_elf()
1316 ehdr.e_phnum = PN_XNUM; in coredump_setup_elf()
/openbsd/src/gnu/usr.bin/binutils-2.17/binutils/
Dreadelf.c3488 if (section_headers != NULL && elf_header.e_phnum == PN_XNUM) in process_file_header()
3507 if (elf_header.e_phnum == PN_XNUM) in process_file_header()
/openbsd/src/gnu/usr.bin/binutils/binutils/
Dreadelf.c2841 if (section_headers != NULL && elf_header.e_phnum == PN_XNUM) in process_file_header()
2860 if (elf_header.e_phnum == PN_XNUM) in process_file_header()