Searched refs:auxv_note (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/ |
H A D | binfmt_elf_fdpic.c | 1486 struct memelfnote psinfo_note, auxv_note; in elf_fdpic_core_dump() local 1553 fill_note(&auxv_note, "CORE", NT_AUXV, i * sizeof(elf_addr_t), auxv); in elf_fdpic_core_dump() 1554 thread_status_size += notesize(&auxv_note); in elf_fdpic_core_dump() 1625 if (!writenote(&auxv_note, cprm)) in elf_fdpic_core_dump()
|
/kernel/linux/linux-6.6/fs/ |
H A D | binfmt_elf_fdpic.c | 1468 struct memelfnote psinfo_note, auxv_note; in elf_fdpic_core_dump() local 1535 fill_note(&auxv_note, "CORE", NT_AUXV, i * sizeof(elf_addr_t), auxv); in elf_fdpic_core_dump() 1536 thread_status_size += notesize(&auxv_note); in elf_fdpic_core_dump() 1607 if (!writenote(&auxv_note, cprm)) in elf_fdpic_core_dump()
|
Completed in 4 milliseconds