• R
    elf core dump: notes reorg · 3aba481f
    Roland McGrath 提交于
    This pulls out the code for writing the notes segment of an ELF core dump
    into separate functions.  This cleanly isolates into one cluster of
    functions everything that deals with the note formats and the hooks into
    arch code to fill them.  The top-level elf_core_dump function itself now
    deals purely with the generic ELF format and the memory segments.
    
    This only moves code around into functions that can be inlined away.
    It should not change any behavior at all.
    Signed-off-by: NRoland McGrath <roland@redhat.com>
    Signed-off-by: NIngo Molnar <mingo@elte.hu>
    Signed-off-by: NThomas Gleixner <tglx@linutronix.de>
    3aba481f
binfmt_elf.c 51.7 KB