Searched refs:_except_handler4 (Results 1 – 11 of 11) sorted by relevance
/external/compiler-rt/lib/asan/ |
D | asan_win.cc | 85 #define _except_handler4 _except_handler4_common macro 87 INTERCEPTOR(int, _except_handler4, void *a, void *b, void *c, void *d) { in INTERCEPTOR() argument 88 CHECK(REAL(_except_handler4)); in INTERCEPTOR() 90 return REAL(_except_handler4)(a, b, c, d); in INTERCEPTOR() 160 ASAN_INTERCEPT_FUNC(_except_handler4); in InitializePlatformInterceptors()
|
D | asan_win_dll_thunk.cc | 386 INTERCEPTOR(int, _except_handler4, void *a, void *b, void *c, void *d) { in INTERCEPTOR() argument 388 return REAL(_except_handler4)(a, b, c, d); in INTERCEPTOR() 420 INTERCEPT_FUNCTION(_except_handler4); in InterceptHooks()
|
/external/llvm/test/CodeGen/X86/ |
D | win32-eh.ll | 5 declare i32 @_except_handler4(...) 54 define void @use_except_handler4() personality i32 (...)* @_except_handler4 { 97 define void @use_except_handler4_ssp() sspstrong personality i32 (...)* @_except_handler4 {
|
/external/google-breakpad/src/tools/windows/dump_syms/testdata/ |
D | omap_reorder_bbs.sym | 1329 FUNC 10b0 1a 0 _except_handler4 1330 FUNC 1180 c 0 _except_handler4 1331 FUNC 1528 17 0 _except_handler4 1332 FUNC 1734 10 0 _except_handler4 1333 FUNC 1768 2c 0 _except_handler4 1334 FUNC 210c 10 0 _except_handler4 1335 FUNC 267c 13 0 _except_handler4 1336 FUNC 2bd0 20 0 _except_handler4 1337 FUNC 3270 a 0 _except_handler4 1338 FUNC 3754 13 0 _except_handler4 [all …]
|
D | omap_stretched_filled.sym | 992 FUNC 2ae5 2c4 0 _except_handler4
|
D | dump_syms_regtest.sym | 992 FUNC 2630 18f 0 _except_handler4
|
D | omap_reorder_funcs.sym | 992 FUNC 1aeb 18f 0 _except_handler4
|
D | omap_stretched.sym | 1026 FUNC 2ae5 2c4 0 _except_handler4
|
/external/llvm/docs/ |
D | ExceptionHandling.rst | 554 ``_except_handler4``, and ``__C_specific_handler``). All of them implement
|
/external/google-breakpad/src/processor/testdata/symbols/test_app.pdb/5A9832E5287241C1838ED98914E9B7FF1/ |
D | test_app.sym | 9346 FUNC 6fd0 196 10 _except_handler4
|
/external/google-breakpad/src/processor/testdata/ |
D | module0.out | 9346 FUNC 6fd0 196 10 _except_handler4
|