Searched refs:ELF_CORE_EFLAGS (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/arch/h8300/include/asm/ |
H A D | elf.h | 30 #define ELF_CORE_EFLAGS 0x810000 macro 33 #define ELF_CORE_EFLAGS 0x820000 macro
|
/kernel/linux/linux-5.10/arch/hexagon/include/asm/ |
H A D | elf.h | 164 #define ELF_CORE_EFLAGS 0x1 macro 168 #define ELF_CORE_EFLAGS 0x2 macro 172 #define ELF_CORE_EFLAGS 0x3 macro
|
/kernel/linux/linux-6.6/arch/hexagon/include/asm/ |
H A D | elf.h | 164 #define ELF_CORE_EFLAGS 0x1 macro 168 #define ELF_CORE_EFLAGS 0x2 macro 172 #define ELF_CORE_EFLAGS 0x3 macro
|
/kernel/linux/linux-5.10/arch/mips/kernel/ |
H A D | binfmt_elfn32.c | 98 #define ELF_CORE_EFLAGS EF_MIPS_ABI2 macro
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | elf.h | 30 #define ELF_CORE_EFLAGS (is_elf2_task() ? 2 : 0) macro
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | elf.h | 30 #define ELF_CORE_EFLAGS (is_elf2_task() ? 2 : 0) macro
|
/kernel/linux/linux-5.10/fs/proc/ |
H A D | kcore.c | 40 #ifndef ELF_CORE_EFLAGS 41 #define ELF_CORE_EFLAGS 0 macro 347 .e_flags = ELF_CORE_EFLAGS, in read_kcore()
|
/kernel/linux/linux-6.6/fs/proc/ |
H A D | kcore.c | 39 #ifndef ELF_CORE_EFLAGS 40 #define ELF_CORE_EFLAGS 0 macro 354 .e_flags = ELF_CORE_EFLAGS, in read_kcore_iter()
|
/kernel/linux/linux-5.10/arch/hexagon/kernel/ |
H A D | ptrace.c | 152 .e_flags = ELF_CORE_EFLAGS,
|
/kernel/linux/linux-6.6/arch/hexagon/kernel/ |
H A D | ptrace.c | 151 .e_flags = ELF_CORE_EFLAGS,
|
/kernel/linux/linux-5.10/fs/ |
H A D | binfmt_elf.c | 92 #ifndef ELF_CORE_EFLAGS 93 #define ELF_CORE_EFLAGS 0 macro 2084 fill_elf_header(elf, phdrs, ELF_ARCH, ELF_CORE_EFLAGS); in fill_note_info()
|
/kernel/linux/linux-6.6/fs/ |
H A D | binfmt_elf.c | 93 #ifndef ELF_CORE_EFLAGS 94 #define ELF_CORE_EFLAGS 0 macro 1899 fill_elf_header(elf, phdrs, ELF_ARCH, ELF_CORE_EFLAGS); in fill_note_info()
|
Completed in 11 milliseconds