Searched refs:NT_NETBSDCORE_FIRSTMACH (Results 1 – 6 of 6) sorted by relevance
424 #define NT_NETBSDCORE_FIRSTMACH 32 /* start of machdep note types */ macro
552 (NT_NETBSDCORE_FIRSTMACH): Define.
9217 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()
2159 NT_NETBSDCORE_PROCINFO and NT_NETBSDCORE_FIRSTMACH.
8075 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()
11225 and NT_NETBSDCORE_FIRSTMACH. Improve a comment.