Home
last modified time | relevance | path

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

/external/elfutils/src/libelf/
Delf32_newphdr.c114 || count == PN_XNUM
134 if (count >= PN_XNUM)
145 elf->state.ELFW(elf,LIBELFBITS).ehdr->e_phnum = PN_XNUM;
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()
Dgelf_getphdr.c84 && (elf->state.elf32.ehdr->e_phnum != PN_XNUM
126 && (elf->state.elf64.ehdr->e_phnum != PN_XNUM
Delf_getphdrnum.c56 if (*dst == PN_XNUM)
DChangeLog71 actually exists before handling PN_XNUM.
316 If COUNT is too large, use store PN_XNUM instead and set sh_info.
Delf.h569 #define PN_XNUM 0xffff macro
/external/kernel-headers/original/uapi/linux/
Delf.h61 #define PN_XNUM 0xffff macro
/external/elfutils/src/src/
Delflint.c471 if (ehdr->e_phnum == PN_XNUM) in check_elf_header()
480 if (shdr->sh_info < PN_XNUM) in check_elf_header()
3492 if (shdr->sh_info != 0 && ehdr->e_phnum != PN_XNUM) in check_sections()
DChangeLog1315 * readelf.c (print_ehdr): Handle PN_XNUM.
1325 (check_elf_header): Set it, handling PN_XNUM.
Dreadelf.c998 if (ehdr->e_phnum == PN_XNUM) in print_ehdr()