Home
last modified time | relevance | path

Searched refs:GC_write_fault_handler (Results 1 – 25 of 41) sorted by relevance

12

/dports/textproc/chpp/chpp-0.3.5/gc/
H A Dos_dep.c1406 void GC_write_fault_handler(sig, code, scp, addr) function
1423 void GC_write_fault_handler(int sig, int code, struct sigcontext *scp)
1434 void GC_write_fault_handler(int sig, struct sigcontext sc)
1436 void GC_write_fault_handler(int sig, struct sigcontext_struct sc)
1445 void GC_write_fault_handler(int sig, struct siginfo *scp, void * context)
1450 LONG WINAPI GC_write_fault_handler(struct _EXCEPTION_POINTERS *exc_info)
1541 signal(SIGSEGV, (SIG_PF) GC_write_fault_handler);
1591 act.sa_handler = GC_write_fault_handler;
1594 act.sa_sigaction = GC_write_fault_handler;
1607 GC_old_bus_handler = signal(SIGBUS, GC_write_fault_handler);
[all …]
H A Dwin32_threads.c108 LONG WINAPI GC_write_fault_handler(struct _EXCEPTION_POINTERS *exc_info);
128 if (GC_incremental) SetUnhandledExceptionFilter(GC_write_fault_handler); in DllMain()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/boehm-gc/
H A Dos_dep.c2305 void GC_write_fault_handler(sig, code, scp, addr) in GC_write_fault_handler() function
2323 void GC_write_fault_handler(int sig, int code, struct sigcontext *scp)
2340 void GC_write_fault_handler(int sig, int code, s_c * sc)
2343 void GC_write_fault_handler(int sig, siginfo_t * si, s_c * scp)
2348 void GC_write_fault_handler(int sig, s_c sc)
2363 void GC_write_fault_handler(sig, scp, context)
2382 LONG WINAPI GC_write_fault_handler(struct _EXCEPTION_POINTERS *exc_info)
2545 signal(SIGSEGV, (SIG_PF) GC_write_fault_handler);
2605 act.sa_handler = (SIG_PF)GC_write_fault_handler; in GC_dirty_init()
2608 act.sa_sigaction = GC_write_fault_handler; in GC_dirty_init()
[all …]
H A Dwin32_threads.c73 extern LONG WINAPI GC_write_fault_handler(struct _EXCEPTION_POINTERS *exc_info);
92 if (GC_incremental) SetUnhandledExceptionFilter(GC_write_fault_handler); in GC_new_thread()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/boehm-gc/
H A Dos_dep.c2305 void GC_write_fault_handler(sig, code, scp, addr) in GC_write_fault_handler() function
2323 void GC_write_fault_handler(int sig, int code, struct sigcontext *scp)
2340 void GC_write_fault_handler(int sig, int code, s_c * sc)
2343 void GC_write_fault_handler(int sig, siginfo_t * si, s_c * scp)
2348 void GC_write_fault_handler(int sig, s_c sc)
2363 void GC_write_fault_handler(sig, scp, context)
2382 LONG WINAPI GC_write_fault_handler(struct _EXCEPTION_POINTERS *exc_info)
2545 signal(SIGSEGV, (SIG_PF) GC_write_fault_handler);
2605 act.sa_handler = (SIG_PF)GC_write_fault_handler; in GC_dirty_init()
2608 act.sa_sigaction = GC_write_fault_handler; in GC_dirty_init()
[all …]
H A Dwin32_threads.c73 extern LONG WINAPI GC_write_fault_handler(struct _EXCEPTION_POINTERS *exc_info);
92 if (GC_incremental) SetUnhandledExceptionFilter(GC_write_fault_handler); in GC_new_thread()
/dports/lang/mono/mono-5.10.1.57/libgc/
H A Dos_dep.c2583 void GC_write_fault_handler(sig, code, scp, addr) in GC_write_fault_handler() function
2601 void GC_write_fault_handler(int sig, int code, struct sigcontext *scp)
2618 void GC_write_fault_handler(int sig, int code, s_c * sc)
2621 void GC_write_fault_handler(int sig, siginfo_t * si, s_c * scp)
2626 void GC_write_fault_handler(int sig, s_c sc)
2639 void GC_write_fault_handler(int sig, SIGINFO_T *scp, void * context)
2641 void GC_write_fault_handler(sig, scp, context)
2842 signal(SIGSEGV, (SIG_PF) GC_write_fault_handler);
2903 act.sa_handler = (SIG_PF)GC_write_fault_handler; in GC_dirty_init()
2906 act.sa_sigaction = GC_write_fault_handler; in GC_dirty_init()
[all …]
H A Dwin32_threads.c75 extern LONG WINAPI GC_write_fault_handler(struct _EXCEPTION_POINTERS *exc_info);
125 if (GC_incremental) SetUnhandledExceptionFilter(GC_write_fault_handler); in GC_new_thread()
/dports/lang/gnat_util/gcc-6-20180516/boehm-gc/
H A Dos_dep.c2443 void GC_write_fault_handler(sig, code, scp, addr) in GC_write_fault_handler() function
2461 void GC_write_fault_handler(int sig, int code, struct sigcontext *scp)
2478 void GC_write_fault_handler(int sig, int code, s_c * sc)
2481 void GC_write_fault_handler(int sig, siginfo_t * si, s_c * scp)
2486 void GC_write_fault_handler(int sig, s_c sc)
2499 void GC_write_fault_handler(int sig, SIGINFO_T *scp, void * context)
2501 void GC_write_fault_handler(sig, scp, context)
2702 signal(SIGSEGV, (SIG_PF) GC_write_fault_handler);
2763 act.sa_handler = (SIG_PF)GC_write_fault_handler; in GC_dirty_init()
2766 act.sa_sigaction = GC_write_fault_handler; in GC_dirty_init()
[all …]
H A Dwin32_threads.c75 extern LONG WINAPI GC_write_fault_handler(struct _EXCEPTION_POINTERS *exc_info);
94 if (GC_incremental) SetUnhandledExceptionFilter(GC_write_fault_handler); in GC_new_thread()
/dports/lang/gcc48/gcc-4.8.5/boehm-gc/
H A Dos_dep.c2443 void GC_write_fault_handler(sig, code, scp, addr) in GC_write_fault_handler() function
2461 void GC_write_fault_handler(int sig, int code, struct sigcontext *scp)
2478 void GC_write_fault_handler(int sig, int code, s_c * sc)
2481 void GC_write_fault_handler(int sig, siginfo_t * si, s_c * scp)
2486 void GC_write_fault_handler(int sig, s_c sc)
2499 void GC_write_fault_handler(int sig, SIGINFO_T *scp, void * context)
2501 void GC_write_fault_handler(sig, scp, context)
2702 signal(SIGSEGV, (SIG_PF) GC_write_fault_handler);
2763 act.sa_handler = (SIG_PF)GC_write_fault_handler; in GC_dirty_init()
2766 act.sa_sigaction = GC_write_fault_handler; in GC_dirty_init()
[all …]
H A Dwin32_threads.c75 extern LONG WINAPI GC_write_fault_handler(struct _EXCEPTION_POINTERS *exc_info);
94 if (GC_incremental) SetUnhandledExceptionFilter(GC_write_fault_handler); in GC_new_thread()
/dports/devel/mingw32-gcc/gcc-4.8.1/boehm-gc/
H A Dos_dep.c2443 void GC_write_fault_handler(sig, code, scp, addr) in GC_write_fault_handler() function
2461 void GC_write_fault_handler(int sig, int code, struct sigcontext *scp)
2478 void GC_write_fault_handler(int sig, int code, s_c * sc)
2481 void GC_write_fault_handler(int sig, siginfo_t * si, s_c * scp)
2486 void GC_write_fault_handler(int sig, s_c sc)
2499 void GC_write_fault_handler(int sig, SIGINFO_T *scp, void * context)
2501 void GC_write_fault_handler(sig, scp, context)
2702 signal(SIGSEGV, (SIG_PF) GC_write_fault_handler);
2763 act.sa_handler = (SIG_PF)GC_write_fault_handler; in GC_dirty_init()
2766 act.sa_sigaction = GC_write_fault_handler; in GC_dirty_init()
[all …]
H A Dwin32_threads.c75 extern LONG WINAPI GC_write_fault_handler(struct _EXCEPTION_POINTERS *exc_info);
94 if (GC_incremental) SetUnhandledExceptionFilter(GC_write_fault_handler); in GC_new_thread()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/boehm-gc/
H A Dos_dep.c2443 void GC_write_fault_handler(sig, code, scp, addr) in GC_write_fault_handler() function
2461 void GC_write_fault_handler(int sig, int code, struct sigcontext *scp)
2478 void GC_write_fault_handler(int sig, int code, s_c * sc)
2481 void GC_write_fault_handler(int sig, siginfo_t * si, s_c * scp)
2486 void GC_write_fault_handler(int sig, s_c sc)
2499 void GC_write_fault_handler(int sig, SIGINFO_T *scp, void * context)
2501 void GC_write_fault_handler(sig, scp, context)
2702 signal(SIGSEGV, (SIG_PF) GC_write_fault_handler);
2763 act.sa_handler = (SIG_PF)GC_write_fault_handler; in GC_dirty_init()
2766 act.sa_sigaction = GC_write_fault_handler; in GC_dirty_init()
[all …]
H A Dwin32_threads.c75 extern LONG WINAPI GC_write_fault_handler(struct _EXCEPTION_POINTERS *exc_info);
94 if (GC_incremental) SetUnhandledExceptionFilter(GC_write_fault_handler); in GC_new_thread()
/dports/lang/gcc6-aux/gcc-6-20180516/boehm-gc/
H A Dos_dep.c2443 void GC_write_fault_handler(sig, code, scp, addr) in GC_write_fault_handler() function
2461 void GC_write_fault_handler(int sig, int code, struct sigcontext *scp)
2478 void GC_write_fault_handler(int sig, int code, s_c * sc)
2481 void GC_write_fault_handler(int sig, siginfo_t * si, s_c * scp)
2486 void GC_write_fault_handler(int sig, s_c sc)
2499 void GC_write_fault_handler(int sig, SIGINFO_T *scp, void * context)
2501 void GC_write_fault_handler(sig, scp, context)
2702 signal(SIGSEGV, (SIG_PF) GC_write_fault_handler);
2763 act.sa_handler = (SIG_PF)GC_write_fault_handler; in GC_dirty_init()
2766 act.sa_sigaction = GC_write_fault_handler; in GC_dirty_init()
[all …]
H A Dwin32_threads.c75 extern LONG WINAPI GC_write_fault_handler(struct _EXCEPTION_POINTERS *exc_info);
94 if (GC_incremental) SetUnhandledExceptionFilter(GC_write_fault_handler); in GC_new_thread()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/tools/build/src/engine/boehm_gc/
H A Dwin32_threads.c293 extern LONG WINAPI GC_write_fault_handler(struct _EXCEPTION_POINTERS *exc_info);
321 SetUnhandledExceptionFilter(GC_write_fault_handler); in GC_register_my_thread_inner()
323 if (GC_incremental) SetUnhandledExceptionFilter(GC_write_fault_handler); in GC_register_my_thread_inner()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/tools/build/src/engine/boehm_gc/
H A Dwin32_threads.c293 extern LONG WINAPI GC_write_fault_handler(struct _EXCEPTION_POINTERS *exc_info);
321 SetUnhandledExceptionFilter(GC_write_fault_handler); in GC_register_my_thread_inner()
323 if (GC_incremental) SetUnhandledExceptionFilter(GC_write_fault_handler); in GC_register_my_thread_inner()
/dports/databases/xtrabackup/boost_1_59_0/tools/build/src/engine/boehm_gc/
H A Dwin32_threads.c293 extern LONG WINAPI GC_write_fault_handler(struct _EXCEPTION_POINTERS *exc_info);
321 SetUnhandledExceptionFilter(GC_write_fault_handler); in GC_register_my_thread_inner()
323 if (GC_incremental) SetUnhandledExceptionFilter(GC_write_fault_handler); in GC_register_my_thread_inner()
/dports/databases/percona57-server/boost_1_59_0/tools/build/src/engine/boehm_gc/
H A Dwin32_threads.c293 extern LONG WINAPI GC_write_fault_handler(struct _EXCEPTION_POINTERS *exc_info);
321 SetUnhandledExceptionFilter(GC_write_fault_handler); in GC_register_my_thread_inner()
323 if (GC_incremental) SetUnhandledExceptionFilter(GC_write_fault_handler); in GC_register_my_thread_inner()
/dports/databases/percona57-client/boost_1_59_0/tools/build/src/engine/boehm_gc/
H A Dwin32_threads.c293 extern LONG WINAPI GC_write_fault_handler(struct _EXCEPTION_POINTERS *exc_info);
321 SetUnhandledExceptionFilter(GC_write_fault_handler); in GC_register_my_thread_inner()
323 if (GC_incremental) SetUnhandledExceptionFilter(GC_write_fault_handler); in GC_register_my_thread_inner()
/dports/lang/mosh/mosh-0.2.7/extlibs/gc-cvs/
H A Dwin32_threads.c354 GC_INNER LONG WINAPI GC_write_fault_handler(
394 SetUnhandledExceptionFilter(GC_write_fault_handler); in GC_register_my_thread_inner()
396 if (GC_incremental) SetUnhandledExceptionFilter(GC_write_fault_handler); in GC_register_my_thread_inner()
/dports/math/gap/gap-4.11.0/hpcgap/extern/gc/
H A Dos_dep.c3120 STATIC void GC_write_fault_handler(int sig, siginfo_t *si, void *raw_sc) in GC_write_fault_handler() function
3126 STATIC LONG WINAPI GC_write_fault_handler( in GC_write_fault_handler()
3244 SetUnhandledExceptionFilter(GC_write_fault_handler); in GC_set_write_fault_handler()
3290 act.sa_sigaction = GC_write_fault_handler; in GC_dirty_init()
3362 GC_old_segv_handler = SetUnhandledExceptionFilter(GC_write_fault_handler); in GC_dirty_init()

12