Searched refs:NT_PRSTATUS (Results 1 – 18 of 18) sorted by relevance
/linux-2.6.39/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 | 2148 .core_note_type = NT_PRSTATUS,
|
/linux-2.6.39/arch/frv/kernel/ |
D | ptrace.c | 167 .core_note_type = NT_PRSTATUS,
|
/linux-2.6.39/arch/blackfin/kernel/ |
D | ptrace.c | 207 .core_note_type = NT_PRSTATUS,
|
/linux-2.6.39/include/linux/ |
D | elf.h | 379 #define NT_PRSTATUS 1 macro
|
/linux-2.6.39/arch/mn10300/kernel/ |
D | ptrace.c | 226 .core_note_type = NT_PRSTATUS,
|
/linux-2.6.39/arch/score/kernel/ |
D | ptrace.c | 99 .core_note_type = NT_PRSTATUS,
|
/linux-2.6.39/arch/sparc/kernel/ |
D | ptrace_32.c | 293 .core_note_type = NT_PRSTATUS,
|
D | ptrace_64.c | 448 .core_note_type = NT_PRSTATUS, 810 .core_note_type = NT_PRSTATUS,
|
/linux-2.6.39/arch/sh/kernel/ |
D | ptrace_64.c | 352 .core_note_type = NT_PRSTATUS,
|
D | ptrace_32.c | 330 .core_note_type = NT_PRSTATUS,
|
/linux-2.6.39/fs/ |
D | binfmt_elf.c | 1402 fill_note(&t->notes[0], "CORE", NT_PRSTATUS, in fill_thread_core_info() 1478 unlikely(view->regsets[0].core_note_type != NT_PRSTATUS)) { in fill_note_info() 1615 fill_note(&t->notes[0], "CORE", NT_PRSTATUS, sizeof(t->prstatus), in elf_dump_thread_status() 1733 fill_note(info->notes + 0, "CORE", NT_PRSTATUS, in fill_note_info()
|
D | binfmt_elf_fdpic.c | 1473 fill_note(&t->notes[0], "CORE", NT_PRSTATUS, sizeof(t->prstatus), in elf_dump_thread_status() 1707 fill_note(notes + 0, "CORE", NT_PRSTATUS, sizeof(*prstatus), prstatus); in elf_fdpic_core_dump()
|
/linux-2.6.39/arch/s390/kernel/ |
D | ptrace.c | 902 .core_note_type = NT_PRSTATUS, 1083 .core_note_type = NT_PRSTATUS,
|
/linux-2.6.39/arch/x86/kernel/ |
D | ptrace.c | 1203 .core_note_type = NT_PRSTATUS, 1247 .core_note_type = NT_PRSTATUS,
|
/linux-2.6.39/fs/proc/ |
D | kcore.c | 384 notes[0].type = NT_PRSTATUS; in elf_kcore_store_hdr()
|
/linux-2.6.39/arch/powerpc/kernel/ |
D | ptrace.c | 599 .core_note_type = NT_PRSTATUS, .n = ELF_NGREG, 774 .core_note_type = NT_PRSTATUS, .n = ELF_NGREG,
|
/linux-2.6.39/kernel/ |
D | kexec.c | 1200 buf = append_elf_note(buf, KEXEC_CORE_NOTE_NAME, NT_PRSTATUS, in crash_save_cpu()
|