Searched refs:elf_prstatus (Results 1 - 17 of 17) sorted by relevance
/linux-4.1.27/include/uapi/linux/ |
H A D | ptrace.h | 36 * 'struct elf_prstatus'. But the user_regset for NT_PRSTATUS contains just the 37 * elf_gregset_t that is the pr_reg field of 'struct elf_prstatus'. For all the
|
H A D | elfcore.h | 36 struct elf_prstatus struct 94 typedef struct elf_prstatus prstatus_t;
|
/linux-4.1.27/arch/s390/include/asm/ |
H A D | kexec.h | 53 ALIGN(sizeof(struct elf_prstatus), 4) + \
|
/linux-4.1.27/arch/ia64/kernel/ |
H A D | crash.c | 54 static DEFINE_PER_CPU(struct elf_prstatus, elf_prstatus); 63 struct elf_prstatus *prstatus = &per_cpu(elf_prstatus, cpu); crash_save_this_cpu()
|
/linux-4.1.27/fs/proc/ |
H A D | kcore.c | 93 roundup(sizeof(struct elf_prstatus), 4) + get_kcore_size() 321 struct elf_prstatus prstatus; /* NT_PRSTATUS */ elf_kcore_store_hdr() 390 notes[0].datasz = sizeof(struct elf_prstatus); elf_kcore_store_hdr() 393 memset(&prstatus, 0, sizeof(struct elf_prstatus)); elf_kcore_store_hdr()
|
/linux-4.1.27/arch/mips/kernel/ |
H A D | binfmt_elfn32.c | 59 #define elf_prstatus elf_prstatus32 macro
|
H A D | binfmt_elfo32.c | 80 #define elf_prstatus elf_prstatus32 macro
|
/linux-4.1.27/arch/parisc/kernel/ |
H A D | binfmt_elf32.c | 43 #define elf_prstatus elf_prstatus32 macro
|
/linux-4.1.27/fs/ |
H A D | compat_binfmt_elf.c | 51 #define elf_prstatus compat_elf_prstatus macro
|
H A D | binfmt_elf_fdpic.c | 1326 static void fill_prstatus(struct elf_prstatus *prstatus, fill_prstatus() 1409 struct elf_prstatus prstatus; /* NT_PRSTATUS */ 1542 struct elf_prstatus *prstatus = NULL; /* NT_PRSTATUS */ elf_fdpic_core_dump()
|
H A D | binfmt_elf.c | 1393 static void fill_prstatus(struct elf_prstatus *prstatus, fill_prstatus() 1582 struct elf_prstatus prstatus; 1845 struct elf_prstatus prstatus; /* NT_PRSTATUS */ 1896 struct elf_prstatus *prstatus; /* NT_PRSTATUS */
|
/linux-4.1.27/arch/x86/include/asm/ |
H A D | compat.h | 262 * The type of struct elf_prstatus.pr_reg in compatible core dumps.
|
/linux-4.1.27/include/linux/ |
H A D | kexec.h | 66 #define KEXEC_CORE_NOTE_DESC_BYTES ALIGN(sizeof(struct elf_prstatus), 4)
|
H A D | regset.h | 148 * offsetof(struct elf_prstatus, pr_reg) into the note data; that is
|
/linux-4.1.27/arch/s390/kernel/ |
H A D | crash_dump.c | 314 struct elf_prstatus nt_prstatus; nt_prstatus()
|
/linux-4.1.27/arch/powerpc/kernel/ |
H A D | fadump.c | 514 struct elf_prstatus prstatus; fadump_regs_to_elf_notes()
|
/linux-4.1.27/kernel/ |
H A D | kexec.c | 1585 struct elf_prstatus prstatus; crash_save_cpu()
|
Completed in 625 milliseconds