Searched refs:NT_AUXV (Results 1 – 4 of 4) sorted by relevance
/linux/include/uapi/linux/ |
A D | elf.h | 377 #define NT_AUXV 6 macro
|
/linux/arch/powerpc/platforms/powernv/ |
A D | opal-core.c | 152 buf = append_elf64_note(buf, CRASH_CORE_NOTE_NAME, NT_AUXV, in auxv_to_elf64_notes()
|
/linux/fs/ |
A D | binfmt_elf_fdpic.c | 1544 fill_note(&auxv_note, "CORE", NT_AUXV, i * sizeof(elf_addr_t), auxv); in elf_fdpic_core_dump()
|
A D | binfmt_elf.c | 1600 fill_note(note, "CORE", NT_AUXV, i * sizeof(elf_addr_t), auxv); in fill_auxv_note()
|
Completed in 26 milliseconds