Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/uapi/linux/
H A Delf.h50 * or equal to PN_XNUM(0xffff), it is set to sh_info field of the
51 * section header at index 0, and PN_XNUM is set to e_phnum
66 #define PN_XNUM 0xffff macro
/kernel/linux/linux-6.6/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
/kernel/linux/linux-6.6/arch/x86/kernel/
H A Dcrash.c370 if (pnum < (unsigned long)PN_XNUM) { in crash_load_segments()
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Delf.h51 #define PN_XNUM 0xffff macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Delf.h51 #define PN_XNUM 0xffff macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Delf.h37 #define PN_XNUM 0xffff macro
/kernel/linux/linux-5.10/fs/
H A Dbinfmt_elf.c2212 /* If segs > PN_XNUM(0xffff), then e_phnum overflows. To avoid in elf_core_dump()
2215 e_phnum = segs > PN_XNUM ? PN_XNUM : segs; in elf_core_dump()
2249 if (e_phnum == PN_XNUM) { in elf_core_dump()
2314 if (e_phnum == PN_XNUM) { in elf_core_dump()
H A Dbinfmt_elf_fdpic.c1530 /* If segs > PN_XNUM(0xffff), then e_phnum overflows. To avoid in elf_fdpic_core_dump()
1533 e_phnum = segs > PN_XNUM ? PN_XNUM : segs; in elf_fdpic_core_dump()
1574 if (e_phnum == PN_XNUM) { in elf_fdpic_core_dump()
1647 if (e_phnum == PN_XNUM) { in elf_fdpic_core_dump()
/kernel/linux/linux-6.6/fs/
H A Dbinfmt_elf_fdpic.c1512 /* If segs > PN_XNUM(0xffff), then e_phnum overflows. To avoid in elf_fdpic_core_dump()
1515 e_phnum = segs > PN_XNUM ? PN_XNUM : segs; in elf_fdpic_core_dump()
1556 if (e_phnum == PN_XNUM) { in elf_fdpic_core_dump()
1628 if (e_phnum == PN_XNUM) { in elf_fdpic_core_dump()
H A Dbinfmt_elf.c2047 /* If segs > PN_XNUM(0xffff), then e_phnum overflows. To avoid in elf_core_dump()
2050 e_phnum = segs > PN_XNUM ? PN_XNUM : segs; in elf_core_dump()
2085 if (e_phnum == PN_XNUM) { in elf_core_dump()
2149 if (e_phnum == PN_XNUM) { in elf_core_dump()

Completed in 17 milliseconds