Home
last modified time | relevance | path

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

/third_party/elfutils/libelf/
Delf32_newphdr.c115 || 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()
Dgelf_update_phdr.c85 && (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()
Delf_getphdrnum.c56 if (*dst == PN_XNUM) in __elf_getphdrnum_rdlock()
Delf.h713 #define PN_XNUM 0xffff macro
DChangeLog1049 actually exists before handling PN_XNUM.
1294 If COUNT is too large, use store PN_XNUM instead and set sh_info.
/third_party/rust/crates/rustix/src/backend/linux_raw/
Delf.rs33 pub(super) const PN_XNUM: u16 = 0xffff; constant
/third_party/rust/crates/rustix/src/backend/linux_raw/param/
Dauxv.rs339 if hdr.e_phnum == PN_XNUM { in check_elf_base()
/third_party/libunwind/include/mingw/
Dfreebsd-elf_common.h279 #define PN_XNUM 0xffff macro
/third_party/libunwind/include/win/
Dfreebsd-elf_common.h279 #define PN_XNUM 0xffff macro
/third_party/elfutils/src/
Delflint.c476 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()
DChangeLog3551 * readelf.c (print_ehdr): Handle PN_XNUM.
3561 (check_elf_header): Set it, handling PN_XNUM.
Dreadelf.c1160 if (ehdr->e_phnum == PN_XNUM) in print_ehdr()
/third_party/musl/ndk_musl_include/
Delf.h615 #define PN_XNUM 0xffff macro
/third_party/musl/porting/liteos_m/kernel/include/
Delf.h615 #define PN_XNUM 0xffff macro
/third_party/musl/include/
Delf.h616 #define PN_XNUM 0xffff macro
/third_party/musl/porting/uniproton/kernel/include/
Delf.h615 #define PN_XNUM 0xffff macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Delf.h615 #define PN_XNUM 0xffff macro
/third_party/musl/porting/linux/user/include/
Delf.h618 #define PN_XNUM 0xffff macro
/third_party/elfutils/
DNEWS173 libelf: Handle PN_XNUM in elf_getphdrnum before shdr 0 is cached
/third_party/elfutils/config/
Delfutils.spec.in472 - libelf: Handle PN_XNUM in elf_getphdrnum before shdr 0 is cached.