Searched refs:SEGV_MAPERR (Results 1 – 2 of 2) sorted by relevance
121 SEGV_MAPERR = 1, /* Address not mapped to object. */ enumerator122 # define SEGV_MAPERR SEGV_MAPERR macro
44 detail->code = posix ? SEGV_MAPERR : detail->exc_subcode; in exception2signal()
Completed in 4 milliseconds