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