Home
last modified time | relevance | path

Searched refs:NT_PRSTATUS (Results 1 – 18 of 18) sorted by relevance

/linux-2.6.39/arch/ia64/kernel/
Dcrash.c79 buf = append_elf_note(buf, KEXEC_CORE_NOTE_NAME, NT_PRSTATUS, prstatus, in crash_save_this_cpu()
Dptrace.c2148 .core_note_type = NT_PRSTATUS,
/linux-2.6.39/arch/frv/kernel/
Dptrace.c167 .core_note_type = NT_PRSTATUS,
/linux-2.6.39/arch/blackfin/kernel/
Dptrace.c207 .core_note_type = NT_PRSTATUS,
/linux-2.6.39/include/linux/
Delf.h379 #define NT_PRSTATUS 1 macro
/linux-2.6.39/arch/mn10300/kernel/
Dptrace.c226 .core_note_type = NT_PRSTATUS,
/linux-2.6.39/arch/score/kernel/
Dptrace.c99 .core_note_type = NT_PRSTATUS,
/linux-2.6.39/arch/sparc/kernel/
Dptrace_32.c293 .core_note_type = NT_PRSTATUS,
Dptrace_64.c448 .core_note_type = NT_PRSTATUS,
810 .core_note_type = NT_PRSTATUS,
/linux-2.6.39/arch/sh/kernel/
Dptrace_64.c352 .core_note_type = NT_PRSTATUS,
Dptrace_32.c330 .core_note_type = NT_PRSTATUS,
/linux-2.6.39/fs/
Dbinfmt_elf.c1402 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()
Dbinfmt_elf_fdpic.c1473 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/
Dptrace.c902 .core_note_type = NT_PRSTATUS,
1083 .core_note_type = NT_PRSTATUS,
/linux-2.6.39/arch/x86/kernel/
Dptrace.c1203 .core_note_type = NT_PRSTATUS,
1247 .core_note_type = NT_PRSTATUS,
/linux-2.6.39/fs/proc/
Dkcore.c384 notes[0].type = NT_PRSTATUS; in elf_kcore_store_hdr()
/linux-2.6.39/arch/powerpc/kernel/
Dptrace.c599 .core_note_type = NT_PRSTATUS, .n = ELF_NGREG,
774 .core_note_type = NT_PRSTATUS, .n = ELF_NGREG,
/linux-2.6.39/kernel/
Dkexec.c1200 buf = append_elf_note(buf, KEXEC_CORE_NOTE_NAME, NT_PRSTATUS, in crash_save_cpu()