Searched refs:posix (Results 1 – 10 of 10) sorted by relevance
44 detail->code = posix ? SEGV_MAPERR : detail->exc_subcode; in exception2signal()55 detail->code = posix ? BUS_ADRERR : detail->exc_subcode; in exception2signal()66 detail->code = posix ? ILL_ILLOPC : ILL_INVOPR_FAULT; in exception2signal()70 detail->code = posix ? ILL_BADSTK : ILL_STACK_FAULT; in exception2signal()84 detail->code = posix ? FPE_INTDIV : FPE_INTDIV_FAULT; in exception2signal()88 detail->code = posix ? FPE_INTOVF : FPE_INTOVF_TRAP; in exception2signal()136 detail->code = posix ? 0 : FPE_EMERR_FAULT; in exception2signal()139 detail->code = posix ? FPE_FLTSUB : FPE_EMBND_FAULT; in exception2signal()156 detail->code = posix ? FPE_FLTSUB : FPE_SUBRNG_FAULT; in exception2signal()170 detail->code = posix ? TRAP_BRKPT : DBG_SINGLE_TRAP; in exception2signal()[all …]
113 } posix; in _hurd_setup_sighandler() member230 stackframe->posix.siginfop = &stackframe->siginfo; in _hurd_setup_sighandler()231 stackframe->posix.uctxp = &stackframe->ucontext; in _hurd_setup_sighandler()
1 posix
25 ifeq ($(subdir),posix)
9 ifeq ($(subdir),posix)
47 ifeq ($(subdir),posix)
41 ifeq ($(subdir),posix)
67 else ifeq (posix,$(subdir))
296 ifeq ($(subdir),posix)
241 ifeq ($(subdir),posix)
Completed in 7 milliseconds