Home
last modified time | relevance | path

Searched refs:ILL_INVOPR_FAULT (Results 1 – 2 of 2) sorted by relevance

/glibc-2.36/sysdeps/mach/hurd/i386/bits/
Dsigcontext.h117 #define ILL_INVOPR_FAULT 0x1 /* invalid operation */ macro
/glibc-2.36/sysdeps/mach/hurd/i386/
Dexc2signal.c66 detail->code = posix ? ILL_ILLOPC : ILL_INVOPR_FAULT; in exception2signal()