Searched refs:append_elf_note (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | crash_core.h | 76 Elf_Word *append_elf_note(Elf_Word *buf, char *name, unsigned int type,
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | crash_core.c | 297 Elf_Word *append_elf_note(Elf_Word *buf, char *name, unsigned int type, in append_elf_note() function 325 buf = append_elf_note(buf, VMCOREINFO_NOTE_NAME, 0, vmcoreinfo_data, in update_vmcoreinfo_note()
|
| H A D | kexec_core.c | 1082 buf = append_elf_note(buf, KEXEC_CORE_NOTE_NAME, NT_PRSTATUS, in crash_save_cpu()
|
| /OK3568_Linux_fs/kernel/arch/ia64/kernel/ |
| H A D | crash.c | 58 buf = append_elf_note(buf, KEXEC_CORE_NOTE_NAME, NT_PRSTATUS, prstatus, in crash_save_this_cpu()
|
| /OK3568_Linux_fs/kernel/drivers/soc/rockchip/minidump/ |
| H A D | minidump_log.c | 581 static Elf_Word *append_elf_note(Elf_Word *buf, char *name, unsigned int type, in append_elf_note() function 615 buf = append_elf_note(buf, "CORE", NT_PRSTATUS, data_len); in register_note_section()
|
| /OK3568_Linux_fs/kernel/arch/powerpc/kernel/ |
| H A D | fadump.c | 750 buf = append_elf_note(buf, CRASH_CORE_NOTE_NAME, NT_PRSTATUS, in fadump_regs_to_elf_notes()
|