/Linux-v4.19/arch/c6x/kernel/ |
D | ptrace.c | 79 .core_note_type = NT_PRSTATUS,
|
/Linux-v4.19/arch/riscv/kernel/ |
D | ptrace.c | 60 .core_note_type = NT_PRSTATUS,
|
/Linux-v4.19/arch/nds32/kernel/ |
D | ptrace.c | 40 .core_note_type = NT_PRSTATUS,
|
/Linux-v4.19/arch/openrisc/kernel/ |
D | ptrace.c | 119 .core_note_type = NT_PRSTATUS,
|
/Linux-v4.19/arch/ia64/kernel/ |
D | crash.c | 58 buf = append_elf_note(buf, KEXEC_CORE_NOTE_NAME, NT_PRSTATUS, prstatus, in crash_save_this_cpu()
|
/Linux-v4.19/arch/s390/kernel/ |
D | crash_dump.c | 300 if (type == NT_PRPSINFO || type == NT_PRSTATUS || type == NT_PRFPREG) in nt_name() 372 ptr = nt_init(ptr, NT_PRSTATUS, &nt_prstatus, sizeof(nt_prstatus)); in fill_cpu_elf_notes() 396 size = nt_size(NT_PRSTATUS, sizeof(struct elf_prstatus)); in get_cpu_elf_notes_size()
|
D | ptrace.c | 1338 .core_note_type = NT_PRSTATUS, 1582 .core_note_type = NT_PRSTATUS,
|
/Linux-v4.19/arch/h8300/kernel/ |
D | ptrace.c | 138 .core_note_type = NT_PRSTATUS,
|
/Linux-v4.19/arch/hexagon/kernel/ |
D | ptrace.c | 171 .core_note_type = NT_PRSTATUS,
|
/Linux-v4.19/arch/nios2/kernel/ |
D | ptrace.c | 120 .core_note_type = NT_PRSTATUS,
|
/Linux-v4.19/include/uapi/linux/ |
D | elf.h | 371 #define NT_PRSTATUS 1 macro
|
/Linux-v4.19/arch/parisc/kernel/ |
D | ptrace.c | 568 .core_note_type = NT_PRSTATUS, .n = ELF_NGREG, 652 .core_note_type = NT_PRSTATUS, .n = ELF_NGREG,
|
/Linux-v4.19/arch/sparc/kernel/ |
D | ptrace_32.c | 296 .core_note_type = NT_PRSTATUS,
|
D | ptrace_64.c | 490 .core_note_type = NT_PRSTATUS, 858 .core_note_type = NT_PRSTATUS,
|
/Linux-v4.19/arch/arm64/kernel/ |
D | ptrace.c | 977 .core_note_type = NT_PRSTATUS, 1257 .core_note_type = NT_PRSTATUS, 1281 .core_note_type = NT_PRSTATUS,
|
/Linux-v4.19/arch/sh/kernel/ |
D | ptrace_64.c | 353 .core_note_type = NT_PRSTATUS,
|
D | ptrace_32.c | 327 .core_note_type = NT_PRSTATUS,
|
/Linux-v4.19/arch/arc/kernel/ |
D | ptrace.c | 239 .core_note_type = NT_PRSTATUS,
|
/Linux-v4.19/fs/ |
D | binfmt_elf.c | 1739 fill_note(&t->notes[0], "CORE", NT_PRSTATUS, in fill_thread_core_info() 1818 unlikely(view->regsets[0].core_note_type != NT_PRSTATUS)) { in fill_note_info() 1967 fill_note(&t->notes[0], "CORE", NT_PRSTATUS, sizeof(t->prstatus), in elf_dump_thread_status() 2073 fill_note(info->notes + 0, "CORE", NT_PRSTATUS, in fill_note_info()
|
D | binfmt_elf_fdpic.c | 1454 fill_note(&t->notes[0], "CORE", NT_PRSTATUS, sizeof(t->prstatus), in elf_dump_thread_status() 1659 fill_note(notes + 0, "CORE", NT_PRSTATUS, sizeof(*prstatus), prstatus); in elf_fdpic_core_dump()
|
/Linux-v4.19/arch/mips/kernel/ |
D | ptrace.c | 903 .core_note_type = NT_PRSTATUS, 951 .core_note_type = NT_PRSTATUS,
|
/Linux-v4.19/arch/x86/kernel/ |
D | ptrace.c | 1256 .core_note_type = NT_PRSTATUS, 1297 .core_note_type = NT_PRSTATUS,
|
/Linux-v4.19/fs/proc/ |
D | kcore.c | 410 append_kcore_note(notes, &i, CORE_STR, NT_PRSTATUS, &prstatus, in read_kcore()
|
/Linux-v4.19/arch/arm/kernel/ |
D | ptrace.c | 749 .core_note_type = NT_PRSTATUS,
|
/Linux-v4.19/kernel/ |
D | kexec_core.c | 1069 buf = append_elf_note(buf, KEXEC_CORE_NOTE_NAME, NT_PRSTATUS, in crash_save_cpu()
|