Home
last modified time | relevance | path

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

/external/elfutils/libelf/
Delf32_newphdr.c112 || count == PN_XNUM in ElfW2()
123 if (unlikely (count >= PN_XNUM && scn0->shdr.ELFW(e,LIBELFBITS) == NULL)) in ElfW2()
143 if (count >= PN_XNUM) in ElfW2()
153 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.c55 if (*dst == PN_XNUM) in __elf_getphdrnum_rdlock()
DChangeLog395 actually exists before handling PN_XNUM.
640 If COUNT is too large, use store PN_XNUM instead and set sh_info.
Delf.h595 #define PN_XNUM 0xffff macro
/external/kernel-headers/original/uapi/linux/
Delf.h61 #define PN_XNUM 0xffff macro
/external/valgrind/include/vki/
Dvki-solaris.h423 #define VKI_PN_XNUM PN_XNUM
/external/elfutils/src/
Delflint.c473 if (ehdr->e_phnum == PN_XNUM) in check_elf_header()
482 if (shdr->sh_info < PN_XNUM) in check_elf_header()
3689 if (shdr->sh_info != 0 && ehdr->e_phnum != PN_XNUM) in check_sections()
DChangeLog1800 * readelf.c (print_ehdr): Handle PN_XNUM.
1810 (check_elf_header): Set it, handling PN_XNUM.
Dreadelf.c1025 if (ehdr->e_phnum == PN_XNUM) in print_ehdr()
/external/kmod/port-gnu/
Delf.h594 #define PN_XNUM 0xffff macro