Home
last modified time | relevance | path

Searched refs:NT_NETBSDCORE_FIRSTMACH (Results 1 – 6 of 6) sorted by relevance

/toolchain/binutils/binutils-2.25/include/elf/
Dcommon.h584 #define NT_NETBSDCORE_FIRSTMACH 32 /* start of machdep note types */ macro
DChangeLog-9103552 (NT_NETBSDCORE_FIRSTMACH): Define.
/toolchain/binutils/binutils-2.25/binutils/
Dreadelf.c14334 if (e_type < NT_NETBSDCORE_FIRSTMACH) in get_netbsd_elfcore_note_type()
14352 case NT_NETBSDCORE_FIRSTMACH + 0: in get_netbsd_elfcore_note_type()
14354 case NT_NETBSDCORE_FIRSTMACH + 2: in get_netbsd_elfcore_note_type()
14366 case NT_NETBSDCORE_FIRSTMACH + 1: in get_netbsd_elfcore_note_type()
14368 case NT_NETBSDCORE_FIRSTMACH + 3: in get_netbsd_elfcore_note_type()
14376 e_type - NT_NETBSDCORE_FIRSTMACH); in get_netbsd_elfcore_note_type()
DChangeLog-02032159 NT_NETBSDCORE_PROCINFO and NT_NETBSDCORE_FIRSTMACH.
/toolchain/binutils/binutils-2.25/bfd/
Delf.c8950 if (note->type < NT_NETBSDCORE_FIRSTMACH) in elfcore_grok_netbsd_note()
8963 case NT_NETBSDCORE_FIRSTMACH+0: in elfcore_grok_netbsd_note()
8966 case NT_NETBSDCORE_FIRSTMACH+2: in elfcore_grok_netbsd_note()
8979 case NT_NETBSDCORE_FIRSTMACH+1: in elfcore_grok_netbsd_note()
8982 case NT_NETBSDCORE_FIRSTMACH+3: in elfcore_grok_netbsd_note()
DChangeLog-020311225 and NT_NETBSDCORE_FIRSTMACH. Improve a comment.