Searched refs:append_elf_note (Results 1 – 4 of 4) sorted by relevance
| /linux/kernel/ |
| H A D | vmcore_info.c | 41 Elf_Word *append_elf_note(Elf_Word *buf, char *name, unsigned int type, in append_elf_note() function 69 buf = append_elf_note(buf, VMCOREINFO_NOTE_NAME, 0, vmcoreinfo_data, in update_vmcoreinfo_note()
|
| H A D | crash_core.c | 460 buf = append_elf_note(buf, NN_PRSTATUS, NT_PRSTATUS, in crash_save_cpu()
|
| /linux/include/linux/ |
| H A D | vmcore_info.h | 78 Elf_Word *append_elf_note(Elf_Word *buf, char *name, unsigned int type,
|
| /linux/arch/powerpc/kernel/ |
| H A D | fadump.c | 753 buf = append_elf_note(buf, NN_PRSTATUS, NT_PRSTATUS, in fadump_regs_to_elf_notes()
|