<dec f='src/src/sys/sys/exec_elf.h' l='991'/>
<doc f='src/src/sys/sys/exec_elf.h' l='966'>/*
 * NetBSD-specific core file information.
 *
 * NetBSD ELF core files use notes to provide information about
 * the process&apos;s state.	 The note name is &quot;NetBSD-CORE&quot; for
 * information that is global to the process, and &quot;NetBSD-CORE@nn&quot;,
 * where &quot;nn&quot; is the lwpid of the LWP that the information belongs
 * to (such as register state).
 *
 * We use the following note identifiers:
 *
 *	ELF_NOTE_NETBSD_CORE_PROCINFO
 *		Note is a &quot;netbsd_elfcore_procinfo&quot; structure.
 *	ELF_NOTE_NETBSD_CORE_AUXV
 *		Note is an array of AuxInfo structures.
 *
 * We also use ptrace(2) request numbers (the ones that exist in
 * machine-dependent space) to identify register info notes.  The
 * info in such notes is in the same format that ptrace(2) would
 * export that information.
 *
 * Please try to keep the members of this structure nicely aligned,
 * and if you add elements, add them to the end and bump the version.
 */</doc>
<use f='src/src/sys/kern/core_elf32.c' l='400' u='c'/>
<use f='src/src/sys/kern/core_elf32.c' l='425' u='c'/>
<use f='src/src/sys/kern/core_elf32.c' l='484' u='c'/>
