Searched refs:PN_XNUM (Results 1 – 20 of 20) sorted by relevance
115 || count == PN_XNUM in ElfW2()126 if (unlikely (count >= PN_XNUM && scn0->shdr.ELFW(e,LIBELFBITS) == NULL)) in ElfW2()146 if (count >= PN_XNUM) in ElfW2()156 elf->state.ELFW(elf,LIBELFBITS).ehdr->e_phnum = PN_XNUM; in ElfW2()
85 && (elf->state.elf32.ehdr->e_phnum != PN_XNUM in gelf_update_phdr()122 && (elf->state.elf64.ehdr->e_phnum != PN_XNUM in gelf_update_phdr()
56 if (*dst == PN_XNUM) in __elf_getphdrnum_rdlock()
713 #define PN_XNUM 0xffff macro
1049 actually exists before handling PN_XNUM.1294 If COUNT is too large, use store PN_XNUM instead and set sh_info.
33 pub(super) const PN_XNUM: u16 = 0xffff; constant
339 if hdr.e_phnum == PN_XNUM { in check_elf_base()
279 #define PN_XNUM 0xffff macro
476 if (ehdr->e_phnum == PN_XNUM) in check_elf_header()485 if (shdr->sh_info < PN_XNUM) in check_elf_header()3741 if (shdr->sh_info != 0 && ehdr->e_phnum != PN_XNUM) in check_sections()
3551 * readelf.c (print_ehdr): Handle PN_XNUM.3561 (check_elf_header): Set it, handling PN_XNUM.
1160 if (ehdr->e_phnum == PN_XNUM) in print_ehdr()
615 #define PN_XNUM 0xffff macro
616 #define PN_XNUM 0xffff macro
618 #define PN_XNUM 0xffff macro
173 libelf: Handle PN_XNUM in elf_getphdrnum before shdr 0 is cached
472 - libelf: Handle PN_XNUM in elf_getphdrnum before shdr 0 is cached.