Searched refs:append_elf_note (Results 1 – 2 of 2) sorted by relevance
/kernel/ |
D | crash_core.c | 309 Elf_Word *append_elf_note(Elf_Word *buf, char *name, unsigned int type, in append_elf_note() function 337 buf = append_elf_note(buf, VMCOREINFO_NOTE_NAME, 0, vmcoreinfo_data, in update_vmcoreinfo_note()
|
D | kexec_core.c | 1085 buf = append_elf_note(buf, KEXEC_CORE_NOTE_NAME, NT_PRSTATUS, in crash_save_cpu()
|