Searched refs:append_elf_note (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | crash_core.h | 78 Elf_Word *append_elf_note(Elf_Word *buf, char *name, unsigned int type,
|
/openbmc/linux/arch/ia64/kernel/ |
H A D | crash.c | 59 buf = append_elf_note(buf, KEXEC_CORE_NOTE_NAME, NT_PRSTATUS, prstatus, in crash_save_this_cpu()
|
/openbmc/linux/kernel/ |
H A D | crash_core.c | 505 Elf_Word *append_elf_note(Elf_Word *buf, char *name, unsigned int type, in append_elf_note() function 533 buf = append_elf_note(buf, VMCOREINFO_NOTE_NAME, 0, vmcoreinfo_data, in update_vmcoreinfo_note()
|
H A D | kexec_core.c | 1219 buf = append_elf_note(buf, KEXEC_CORE_NOTE_NAME, NT_PRSTATUS, in crash_save_cpu()
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | fadump.c | 763 buf = append_elf_note(buf, CRASH_CORE_NOTE_NAME, NT_PRSTATUS, in fadump_regs_to_elf_notes()
|