Home
last modified time | relevance | path

Searched defs:SEGV_MAPERR (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/
H A Dsiginfo.h201 SEGV_MAPERR = 1, /* Address not mapped to object. */ enumerator
202 # define SEGV_MAPERR SEGV_MAPERR macro
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/asm-generic/
H A Dsiginfo.h172 #define SEGV_MAPERR (__SI_FAULT|1) /* address not mapped to object */ macro