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

/external/elfutils/0.153/libelf/
H A Dgelf_getphdr.c105 && (elf->state.elf32.ehdr->e_phnum != PN_XNUM
147 && (elf->state.elf64.ehdr->e_phnum != PN_XNUM
H A Dgelf_update_phdr.c106 && (elf->state.elf32.ehdr->e_phnum != PN_XNUM
143 && (elf->state.elf64.ehdr->e_phnum != PN_XNUM
H A Delf_getphdrnum.c77 if (*dst == PN_XNUM)
84 written without PN_XNUM support. Either that or it's bad data. */
H A Delf32_newphdr.c119 /* Also clear any old PN_XNUM extended value. */
135 || count == PN_XNUM
149 if (count >= PN_XNUM)
160 elf->state.ELFW(elf,LIBELFBITS).ehdr->e_phnum = PN_XNUM;
H A Delf.h570 #define PN_XNUM 0xffff macro
/external/chromium_org/third_party/libvpx/include/
H A Delf.h73 #define PN_XNUM 0xffff macro
/external/kernel-headers/original/uapi/linux/
H A Delf.h45 * or equal to PN_XNUM(0xffff), it is set to sh_info field of the
46 * section header at index 0, and PN_XNUM is set to e_phnum
61 #define PN_XNUM 0xffff macro
/external/qemu/include/
H A Delf.h1247 #define PN_XNUM 0xffff macro
/external/elfutils/0.153/src/
H A Delflint.c470 if (ehdr->e_phnum == PN_XNUM)
479 if (shdr->sh_info < PN_XNUM)
3436 if (shdr->sh_info != 0 && ehdr->e_phnum != PN_XNUM)
H A Dreadelf.c811 if (ehdr->e_phnum == PN_XNUM)

Completed in 168 milliseconds