Searched defs:SEGV_MAPERR (Results 1 – 2 of 2) sorted by relevance
201 SEGV_MAPERR = 1, /* Address not mapped to object. */ enumerator202 # define SEGV_MAPERR SEGV_MAPERR macro
172 #define SEGV_MAPERR (__SI_FAULT|1) /* address not mapped to object */ macro