Home
last modified time | relevance | path

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

/glibc-2.36/sysdeps/mach/hurd/i386/bits/
Dsigcontext.h118 #define ILL_STACK_FAULT 0x2 /* fault on microkernel stack access */ macro
/glibc-2.36/sysdeps/mach/hurd/i386/
Dexc2signal.c70 detail->code = posix ? ILL_BADSTK : ILL_STACK_FAULT; in exception2signal()