Home
last modified time | relevance | path

Searched refs:__SEGV_PSTKOVF (Results 1 – 4 of 4) sorted by relevance

/external/strace/xlat/
Dsigsegv_codes.h74 #if defined(__SEGV_PSTKOVF) || (defined(HAVE_DECL___SEGV_PSTKOVF) && HAVE_DECL___SEGV_PSTKOVF)
75 XLAT(__SEGV_PSTKOVF),
Dsigsegv_codes.in5 __SEGV_PSTKOVF /* 4 - ia64 */
/external/kernel-headers/original/uapi/asm-generic/
Dsiginfo.h225 # define __SEGV_PSTKOVF 4 /* paragraph stack overflow */ macro
/external/strace/
DChangeLog7254 * xlat/sigsegv_codes.in (SEGV_STACKFLOW, __SEGV_PSTKOVF): Likewise.