Searched refs:append_elf64_note (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/arch/powerpc/platforms/powernv/ |
| D | opal-core.c | 91 static Elf64_Word *append_elf64_note(Elf64_Word *buf, char *name, in append_elf64_note() function 151 buf = append_elf64_note(buf, CRASH_CORE_NOTE_NAME, NT_AUXV, in auxv_to_elf64_notes() 254 buf = append_elf64_note(buf, CRASH_CORE_NOTE_NAME, NT_PRSTATUS, in opalcore_append_cpu_notes() 281 buf = append_elf64_note(buf, CRASH_CORE_NOTE_NAME, in opalcore_append_cpu_notes() 289 append_elf64_note(first_cpu_note, CRASH_CORE_NOTE_NAME, in opalcore_append_cpu_notes()
|