Searched defs:segv_names (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/os/bsd/vm/
H A Dos_bsd.cpp2430 const char *segv_names[] = { "SEGV0", "SEGV_MAPERR", "SEGV_ACCERR" }; variable
2458 st->print(", si_code=%d (%s)", c, c > 2 ? "" : segv_names[c]);
/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.cpp2253 const char *segv_names[] = { "SEGV0", "SEGV_MAPERR", "SEGV_ACCERR" }; variable
2281 st->print(", si_code=%d (%s)", c, c > 2 ? "" : segv_names[c]);
/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.cpp2326 const char *segv_names[] = { "SEGV0", "SEGV_MAPERR", "SEGV_ACCERR" }; variable
2355 st->print(", si_code=%d (%s)", c, c > 2 ? "" : segv_names[c]);

Completed in 84 milliseconds