Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/binutils/include/elf/
Dcommon.h424 #define NT_NETBSDCORE_FIRSTMACH 32 /* start of machdep note types */ macro
DChangeLog-9103552 (NT_NETBSDCORE_FIRSTMACH): Define.
/freebsd-12-stable/contrib/binutils/binutils/
Dreadelf.c9217 if (e_type < NT_NETBSDCORE_FIRSTMACH) in get_netbsd_elfcore_note_type()
9235 case NT_NETBSDCORE_FIRSTMACH+0: in get_netbsd_elfcore_note_type()
9237 case NT_NETBSDCORE_FIRSTMACH+2: in get_netbsd_elfcore_note_type()
9249 case NT_NETBSDCORE_FIRSTMACH+1: in get_netbsd_elfcore_note_type()
9251 case NT_NETBSDCORE_FIRSTMACH+3: in get_netbsd_elfcore_note_type()
9259 e_type - NT_NETBSDCORE_FIRSTMACH); in get_netbsd_elfcore_note_type()
DChangeLog-02032159 NT_NETBSDCORE_PROCINFO and NT_NETBSDCORE_FIRSTMACH.
/freebsd-12-stable/contrib/binutils/bfd/
Delf.c8075 if (note->type < NT_NETBSDCORE_FIRSTMACH) in elfcore_grok_netbsd_note()
8088 case NT_NETBSDCORE_FIRSTMACH+0: in elfcore_grok_netbsd_note()
8091 case NT_NETBSDCORE_FIRSTMACH+2: in elfcore_grok_netbsd_note()
8104 case NT_NETBSDCORE_FIRSTMACH+1: in elfcore_grok_netbsd_note()
8107 case NT_NETBSDCORE_FIRSTMACH+3: in elfcore_grok_netbsd_note()
DChangeLog-020311225 and NT_NETBSDCORE_FIRSTMACH. Improve a comment.