Searched defs:ucVoid (Results 1 - 12 of 12) sorted by relevance

/openjdk7/hotspot/src/os/bsd/vm/
H A DvmError_bsd.cpp98 static void crash_handler(int sig, siginfo_t* info, void* ucVoid) { argument
105 VMError err(NULL, sig, NULL, info, ucVoid);
/openjdk7/hotspot/src/os/linux/vm/
H A DvmError_linux.cpp98 static void crash_handler(int sig, siginfo_t* info, void* ucVoid) { argument
105 VMError err(NULL, sig, NULL, info, ucVoid);
/openjdk7/hotspot/src/os/solaris/vm/
H A DvmError_solaris.cpp94 static void crash_handler(int sig, siginfo_t* info, void* ucVoid) { argument
101 VMError err(NULL, sig, NULL, info, ucVoid);
H A Dos_solaris.cpp4624 void signalHandler(int sig, siginfo_t* info, void* ucVoid) { argument
4625 JVM_handle_solaris_signal(sig, info, ucVoid, true);
4633 extern "C" void sigINTRHandler(int sig, siginfo_t* info, void* ucVoid) { argument
/openjdk7/hotspot/src/os_cpu/bsd_zero/vm/
H A Dos_bsd_zero.cpp108 ExtendedPC os::fetch_frame_from_context(void* ucVoid, argument
114 frame os::fetch_frame_from_context(void* ucVoid) { argument
121 void* ucVoid,
123 ucontext_t* uc = (ucontext_t*) ucVoid;
133 // invoked with junk info/ucVoid. To avoid unnecessary crash when
139 if (os::Bsd::chained_handler(sig, info, ucVoid)) {
234 if (os::Bsd::chained_handler(sig, info, ucVoid)) {
119 JVM_handle_bsd_signal(int sig, siginfo_t* info, void* ucVoid, int abort_if_unrecognized) argument
/openjdk7/hotspot/src/os_cpu/linux_x86/vm/
H A Dos_linux_x86.cpp142 ExtendedPC os::fetch_frame_from_context(void* ucVoid, argument
146 ucontext_t* uc = (ucontext_t*)ucVoid;
162 frame os::fetch_frame_from_context(void* ucVoid) { argument
165 ExtendedPC epc = fetch_frame_from_context(ucVoid, &sp, &fp);
216 void* ucVoid,
218 ucontext_t* uc = (ucontext_t*) ucVoid;
227 // JVM_handle_linux_signal() might be invoked with junk info/ucVoid. To
233 if (os::Linux::chained_handler(sig, info, ucVoid)) {
507 if (os::Linux::chained_handler(sig, info, ucVoid)) {
526 VMError err(t, sig, pc, info, ucVoid);
214 JVM_handle_linux_signal(int sig, siginfo_t* info, void* ucVoid, int abort_if_unrecognized) argument
[all...]
/openjdk7/hotspot/src/os_cpu/linux_zero/vm/
H A Dos_linux_zero.cpp103 ExtendedPC os::fetch_frame_from_context(void* ucVoid, argument
109 frame os::fetch_frame_from_context(void* ucVoid) { argument
116 void* ucVoid,
118 ucontext_t* uc = (ucontext_t*) ucVoid;
128 // invoked with junk info/ucVoid. To avoid unnecessary crash when
134 if (os::Linux::chained_handler(sig, info, ucVoid)) {
227 if (os::Linux::chained_handler(sig, info, ucVoid)) {
114 JVM_handle_linux_signal(int sig, siginfo_t* info, void* ucVoid, int abort_if_unrecognized) argument
/openjdk7/hotspot/src/os_cpu/bsd_x86/vm/
H A Dos_bsd_x86.cpp325 ExtendedPC os::fetch_frame_from_context(void* ucVoid, argument
329 ucontext_t* uc = (ucontext_t*)ucVoid;
345 frame os::fetch_frame_from_context(void* ucVoid) { argument
348 ExtendedPC epc = fetch_frame_from_context(ucVoid, &sp, &fp);
399 void* ucVoid,
401 ucontext_t* uc = (ucontext_t*) ucVoid;
410 // JVM_handle_bsd_signal() might be invoked with junk info/ucVoid. To
416 if (os::Bsd::chained_handler(sig, info, ucVoid)) {
722 if (os::Bsd::chained_handler(sig, info, ucVoid)) {
741 VMError err(t, sig, pc, info, ucVoid);
397 JVM_handle_bsd_signal(int sig, siginfo_t* info, void* ucVoid, int abort_if_unrecognized) argument
[all...]
/openjdk7/hotspot/src/os_cpu/linux_sparc/vm/
H A Dos_linux_sparc.cpp109 ExtendedPC os::fetch_frame_from_context(void* ucVoid, argument
112 ucontext_t* uc = (ucontext_t*) ucVoid;
137 frame os::fetch_frame_from_context(void* ucVoid) { argument
140 ExtendedPC epc = fetch_frame_from_context(ucVoid, &sp, &fp);
546 void* ucVoid,
551 ucontext_t* ucFake = (ucontext_t*) ucVoid;
552 sigcontext* uc = (sigcontext*)ucVoid;
561 // JVM_handle_linux_signal() might be invoked with junk info/ucVoid. To
567 if (os::Linux::chained_handler(sig, info, ucVoid)) {
682 if (os::Linux::chained_handler(sig, info, ucVoid)) {
544 JVM_handle_linux_signal(int sig, siginfo_t* info, void* ucVoid, int abort_if_unrecognized) argument
[all...]
/openjdk7/hotspot/src/os_cpu/solaris_sparc/vm/
H A Dos_solaris_sparc.cpp223 ExtendedPC os::fetch_frame_from_context(void* ucVoid, argument
227 ucontext_t *uc = (ucontext_t*)ucVoid;
241 frame os::fetch_frame_from_context(void* ucVoid) { argument
244 ExtendedPC epc = fetch_frame_from_context(ucVoid, &sp, &fp);
312 JVM_handle_solaris_signal(int sig, siginfo_t* info, void* ucVoid, argument
314 ucontext_t* uc = (ucontext_t*) ucVoid;
321 if (os::Solaris::chained_handler(sig, info, ucVoid)) {
353 } else if (os::Solaris::chained_handler(sig, info, ucVoid)) {
540 if (os::Solaris::chained_handler(sig, info, ucVoid)) {
581 VMError err(t, sig, pc, info, ucVoid);
[all...]
/openjdk7/hotspot/src/os_cpu/solaris_x86/vm/
H A Dos_solaris_x86.cpp207 ExtendedPC os::fetch_frame_from_context(void* ucVoid, argument
211 ucontext_t *uc = (ucontext_t*)ucVoid;
227 frame os::fetch_frame_from_context(void* ucVoid) { argument
230 ExtendedPC epc = fetch_frame_from_context(ucVoid, &sp, &fp);
364 JVM_handle_solaris_signal(int sig, siginfo_t* info, void* ucVoid, argument
366 ucontext_t* uc = (ucontext_t*) ucVoid;
381 if (os::Solaris::chained_handler(sig, info, ucVoid)) {
414 } else if (os::Solaris::chained_handler(sig, info, ucVoid)) {
650 if (os::Solaris::chained_handler(sig, info, ucVoid)) {
734 VMError err(t, sig, pc, info, ucVoid);
[all...]
/openjdk7/hotspot/src/os_cpu/windows_x86/vm/
H A Dos_windows_x86.cpp333 ExtendedPC os::fetch_frame_from_context(void* ucVoid, argument
337 CONTEXT* uc = (CONTEXT*)ucVoid;
353 frame os::fetch_frame_from_context(void* ucVoid) { argument
356 ExtendedPC epc = fetch_frame_from_context(ucVoid, &sp, &fp);

Completed in 74 milliseconds