Home
last modified time | relevance | path

Searched refs:ELF_CORE_EFLAGS (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/arch/hexagon/include/asm/
H A Delf.h164 #define ELF_CORE_EFLAGS 0x1 macro
168 #define ELF_CORE_EFLAGS 0x2 macro
172 #define ELF_CORE_EFLAGS 0x3 macro
/openbmc/linux/fs/proc/
H A Dkcore.c39 #ifndef ELF_CORE_EFLAGS
40 #define ELF_CORE_EFLAGS 0 macro
354 .e_flags = ELF_CORE_EFLAGS, in read_kcore_iter()
/openbmc/linux/arch/powerpc/include/asm/
H A Delf.h30 #define ELF_CORE_EFLAGS (is_elf2_task() ? 2 : 0) macro
/openbmc/linux/arch/hexagon/kernel/
H A Dptrace.c151 .e_flags = ELF_CORE_EFLAGS,
/openbmc/linux/fs/
H A Dbinfmt_elf.c93 #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()