Home
last modified time | relevance | path

Searched refs:append_elf_note (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/kernel/
Dvmcore_info.c34 Elf_Word *append_elf_note(Elf_Word *buf, char *name, unsigned int type, in append_elf_note() function
62 buf = append_elf_note(buf, VMCOREINFO_NOTE_NAME, 0, vmcoreinfo_data, in update_vmcoreinfo_note()
Dcrash_core.c439 buf = append_elf_note(buf, KEXEC_CORE_NOTE_NAME, NT_PRSTATUS, in crash_save_cpu()
/linux-6.12.1/include/linux/
Dvmcore_info.h78 Elf_Word *append_elf_note(Elf_Word *buf, char *name, unsigned int type,
/linux-6.12.1/arch/powerpc/kernel/
Dfadump.c753 buf = append_elf_note(buf, CRASH_CORE_NOTE_NAME, NT_PRSTATUS, in fadump_regs_to_elf_notes()