Searched refs:append_elf64_note (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/arch/powerpc/platforms/powernv/ |
D | opal-core.c | 92 static Elf64_Word *__init append_elf64_note(Elf64_Word *buf, char *name, in append_elf64_note() function 152 buf = append_elf64_note(buf, CRASH_CORE_NOTE_NAME, NT_AUXV, in auxv_to_elf64_notes() 255 buf = append_elf64_note(buf, CRASH_CORE_NOTE_NAME, NT_PRSTATUS, in opalcore_append_cpu_notes() 282 buf = append_elf64_note(buf, CRASH_CORE_NOTE_NAME, in opalcore_append_cpu_notes() 290 append_elf64_note(first_cpu_note, CRASH_CORE_NOTE_NAME, in opalcore_append_cpu_notes()
|