/linux-4.4.14/arch/c6x/kernel/ |
D | ptrace.c | 118 .core_note_type = NT_PRSTATUS,
|
/linux-4.4.14/arch/openrisc/kernel/ |
D | ptrace.c | 119 .core_note_type = NT_PRSTATUS,
|
/linux-4.4.14/arch/ia64/kernel/ |
D | crash.c | 79 buf = append_elf_note(buf, KEXEC_CORE_NOTE_NAME, NT_PRSTATUS, prstatus, in crash_save_this_cpu()
|
D | ptrace.c | 2106 .core_note_type = NT_PRSTATUS,
|
/linux-4.4.14/arch/h8300/kernel/ |
D | ptrace.c | 136 .core_note_type = NT_PRSTATUS,
|
/linux-4.4.14/arch/nios2/kernel/ |
D | ptrace.c | 119 .core_note_type = NT_PRSTATUS,
|
/linux-4.4.14/arch/hexagon/kernel/ |
D | ptrace.c | 172 .core_note_type = NT_PRSTATUS,
|
/linux-4.4.14/arch/tile/kernel/ |
D | ptrace.c | 128 .core_note_type = NT_PRSTATUS,
|
/linux-4.4.14/arch/frv/kernel/ |
D | ptrace.c | 166 .core_note_type = NT_PRSTATUS,
|
/linux-4.4.14/include/uapi/linux/ |
D | elf.h | 367 #define NT_PRSTATUS 1 macro
|
/linux-4.4.14/arch/mn10300/kernel/ |
D | ptrace.c | 225 .core_note_type = NT_PRSTATUS,
|
/linux-4.4.14/arch/arm64/kernel/ |
D | ptrace.c | 600 .core_note_type = NT_PRSTATUS, 861 .core_note_type = NT_PRSTATUS, 885 .core_note_type = NT_PRSTATUS,
|
/linux-4.4.14/arch/blackfin/kernel/ |
D | ptrace.c | 210 .core_note_type = NT_PRSTATUS,
|
/linux-4.4.14/arch/score/kernel/ |
D | ptrace.c | 99 .core_note_type = NT_PRSTATUS,
|
/linux-4.4.14/arch/mips/kernel/ |
D | ptrace.c | 596 .core_note_type = NT_PRSTATUS, 627 .core_note_type = NT_PRSTATUS,
|
/linux-4.4.14/arch/arc/kernel/ |
D | ptrace.c | 192 .core_note_type = NT_PRSTATUS,
|
/linux-4.4.14/arch/sparc/kernel/ |
D | ptrace_32.c | 295 .core_note_type = NT_PRSTATUS,
|
D | ptrace_64.c | 450 .core_note_type = NT_PRSTATUS, 812 .core_note_type = NT_PRSTATUS,
|
/linux-4.4.14/arch/sh/kernel/ |
D | ptrace_64.c | 352 .core_note_type = NT_PRSTATUS,
|
D | ptrace_32.c | 326 .core_note_type = NT_PRSTATUS,
|
/linux-4.4.14/arch/metag/kernel/ |
D | ptrace.c | 325 .core_note_type = NT_PRSTATUS,
|
/linux-4.4.14/fs/ |
D | binfmt_elf.c | 1652 fill_note(&t->notes[0], "CORE", NT_PRSTATUS, in fill_thread_core_info() 1730 unlikely(view->regsets[0].core_note_type != NT_PRSTATUS)) { in fill_note_info() 1879 fill_note(&t->notes[0], "CORE", NT_PRSTATUS, sizeof(t->prstatus), in elf_dump_thread_status() 1985 fill_note(info->notes + 0, "CORE", NT_PRSTATUS, in fill_note_info()
|
D | binfmt_elf_fdpic.c | 1474 fill_note(&t->notes[0], "CORE", NT_PRSTATUS, sizeof(t->prstatus), in elf_dump_thread_status() 1676 fill_note(notes + 0, "CORE", NT_PRSTATUS, sizeof(*prstatus), prstatus); in elf_fdpic_core_dump()
|
/linux-4.4.14/fs/proc/ |
D | kcore.c | 389 notes[0].type = NT_PRSTATUS; in elf_kcore_store_hdr()
|
/linux-4.4.14/arch/x86/kernel/ |
D | ptrace.c | 1299 .core_note_type = NT_PRSTATUS, 1340 .core_note_type = NT_PRSTATUS,
|
/linux-4.4.14/arch/s390/kernel/ |
D | crash_dump.c | 290 return nt_init(ptr, NT_PRSTATUS, &nt_prstatus, sizeof(nt_prstatus), in nt_prstatus()
|
D | ptrace.c | 1133 .core_note_type = NT_PRSTATUS, 1353 .core_note_type = NT_PRSTATUS,
|
/linux-4.4.14/tools/testing/selftests/seccomp/ |
D | seccomp_bpf.c | 1257 EXPECT_EQ(0, ptrace(PTRACE_GETREGSET, tracee, NT_PRSTATUS, &iov)) { in get_syscall() 1275 ret = ptrace(PTRACE_GETREGSET, tracee, NT_PRSTATUS, &iov); in change_syscall() 1317 ret = ptrace(PTRACE_SETREGSET, tracee, NT_PRSTATUS, &iov); in change_syscall()
|
/linux-4.4.14/arch/arm/kernel/ |
D | ptrace.c | 753 .core_note_type = NT_PRSTATUS,
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | ptrace.c | 636 .core_note_type = NT_PRSTATUS, .n = ELF_NGREG, 811 .core_note_type = NT_PRSTATUS, .n = ELF_NGREG,
|
D | fadump.c | 522 buf = fadump_append_elf_note(buf, KEXEC_CORE_NOTE_NAME, NT_PRSTATUS, in fadump_regs_to_elf_notes()
|
/linux-4.4.14/kernel/ |
D | kexec_core.c | 999 buf = append_elf_note(buf, KEXEC_CORE_NOTE_NAME, NT_PRSTATUS, in crash_save_cpu()
|