Searched refs:SEGV_ACCERR (Results 1 – 3 of 3) sorted by relevance
123 SEGV_ACCERR, /* Invalid permissions for mapped object. */ enumerator124 # define SEGV_ACCERR SEGV_ACCERR macro
30 SEGV_PSTKOVF = SEGV_ACCERR + 1
50 detail->code = posix ? SEGV_ACCERR : detail->exc_subcode; in exception2signal()
Completed in 4 milliseconds