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

/linux-master/arch/x86/kernel/
H A Dcrash.c374 if (pnum < (unsigned long)PN_XNUM) {
/linux-master/include/uapi/linux/
H A Delf.h51 * or equal to PN_XNUM(0xffff), it is set to sh_info field of the
52 * section header at index 0, and PN_XNUM is set to e_phnum
67 #define PN_XNUM 0xffff macro
/linux-master/fs/
H A Dbinfmt_elf.c1982 /* If segs > PN_XNUM(0xffff), then e_phnum overflows. To avoid
1985 e_phnum = segs > PN_XNUM ? PN_XNUM : segs;
2020 if (e_phnum == PN_XNUM) {
2084 if (e_phnum == PN_XNUM) {
H A Dbinfmt_elf_fdpic.c1516 /* If segs > PN_XNUM(0xffff), then e_phnum overflows. To avoid
1519 e_phnum = segs > PN_XNUM ? PN_XNUM : segs;
1560 if (e_phnum == PN_XNUM) {
1632 if (e_phnum == PN_XNUM) {

Completed in 183 milliseconds