Home
last modified time | relevance | path

Searched refs:landing_pad (Results 1 – 25 of 532) sorted by relevance

12345678910>>...22

/dports/lang/v8/v8-9.6.180.12/src/trap-handler/
H A Dhandler-inside-win.cc99 uintptr_t landing_pad = 0; in TryHandleWasmTrap() local
107 if (!TryFindLandingPad(simulated_ip, &landing_pad)) return false; in TryHandleWasmTrap()
108 TH_DCHECK(landing_pad != 0); in TryHandleWasmTrap()
110 exception->ContextRecord->Rax = landing_pad; in TryHandleWasmTrap()
115 if (!TryFindLandingPad(fault_addr, &landing_pad)) return false; in TryHandleWasmTrap()
118 exception->ContextRecord->Rip = landing_pad; in TryHandleWasmTrap()
H A Dhandler-inside-posix.cc134 uintptr_t landing_pad = 0; in TryHandleSignal() local
144 if (!TryFindLandingPad(*simulated_ip_reg, &landing_pad)) return false; in TryHandleSignal()
145 TH_DCHECK(landing_pad != 0); in TryHandleSignal()
148 *return_reg = landing_pad; in TryHandleSignal()
152 if (!TryFindLandingPad(fault_addr, &landing_pad)) return false; in TryHandleSignal()
155 *context_ip = landing_pad; in TryHandleSignal()
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/libsupc++/
H A Deh_personality.cc165 _Unwind_Ptr landing_pad, in save_caught_exception() argument
185 _Unwind_Ptr& landing_pad) in restore_caught_exception() argument
299 xh->catchTemp = landing_pad; in save_caught_exception()
309 _Unwind_Ptr& landing_pad) in restore_caught_exception() argument
378 _Unwind_Ptr landing_pad, ip; in PERSONALITY_FUNCTION() local
463 landing_pad = 0; in PERSONALITY_FUNCTION()
490 landing_pad = cs_lp + 1; in PERSONALITY_FUNCTION()
514 landing_pad = info.LPStart + cs_lp; in PERSONALITY_FUNCTION()
529 if (landing_pad == 0) in PERSONALITY_FUNCTION()
659 landing_pad, action_record); in PERSONALITY_FUNCTION()
[all …]
/dports/lang/gcc8/gcc-8.5.0/libstdc++-v3/libsupc++/
H A Deh_personality.cc157 _Unwind_Ptr landing_pad, in save_caught_exception() argument
177 _Unwind_Ptr& landing_pad) in restore_caught_exception() argument
291 xh->catchTemp = landing_pad; in save_caught_exception()
301 _Unwind_Ptr& landing_pad) in restore_caught_exception() argument
369 _Unwind_Ptr landing_pad, ip; in PERSONALITY_FUNCTION() local
454 landing_pad = 0; in PERSONALITY_FUNCTION()
481 landing_pad = cs_lp + 1; in PERSONALITY_FUNCTION()
505 landing_pad = info.LPStart + cs_lp; in PERSONALITY_FUNCTION()
520 if (landing_pad == 0) in PERSONALITY_FUNCTION()
650 landing_pad, action_record); in PERSONALITY_FUNCTION()
[all …]
/dports/lang/gcc48/gcc-4.8.5/libstdc++-v3/libsupc++/
H A Deh_personality.cc157 _Unwind_Ptr landing_pad, in save_caught_exception() argument
177 _Unwind_Ptr& landing_pad) in restore_caught_exception() argument
291 xh->catchTemp = landing_pad; in save_caught_exception()
301 _Unwind_Ptr& landing_pad) in restore_caught_exception() argument
369 _Unwind_Ptr landing_pad, ip; in PERSONALITY_FUNCTION() local
454 landing_pad = 0; in PERSONALITY_FUNCTION()
481 landing_pad = cs_lp + 1; in PERSONALITY_FUNCTION()
505 landing_pad = info.LPStart + cs_lp; in PERSONALITY_FUNCTION()
520 if (landing_pad == 0) in PERSONALITY_FUNCTION()
650 landing_pad, action_record); in PERSONALITY_FUNCTION()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/libsupc++/
H A Deh_personality.cc157 _Unwind_Ptr landing_pad, in save_caught_exception() argument
177 _Unwind_Ptr& landing_pad) in restore_caught_exception() argument
291 xh->catchTemp = landing_pad; in save_caught_exception()
301 _Unwind_Ptr& landing_pad) in restore_caught_exception() argument
369 _Unwind_Ptr landing_pad, ip; in PERSONALITY_FUNCTION() local
454 landing_pad = 0; in PERSONALITY_FUNCTION()
481 landing_pad = cs_lp + 1; in PERSONALITY_FUNCTION()
505 landing_pad = info.LPStart + cs_lp; in PERSONALITY_FUNCTION()
520 if (landing_pad == 0) in PERSONALITY_FUNCTION()
650 landing_pad, action_record); in PERSONALITY_FUNCTION()
[all …]
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/libsupc++/
H A Deh_personality.cc165 _Unwind_Ptr landing_pad, in save_caught_exception() argument
185 _Unwind_Ptr& landing_pad) in restore_caught_exception() argument
299 xh->catchTemp = landing_pad; in save_caught_exception()
309 _Unwind_Ptr& landing_pad) in restore_caught_exception() argument
378 _Unwind_Ptr landing_pad, ip; in PERSONALITY_FUNCTION() local
463 landing_pad = 0; in PERSONALITY_FUNCTION()
490 landing_pad = cs_lp + 1; in PERSONALITY_FUNCTION()
514 landing_pad = info.LPStart + cs_lp; in PERSONALITY_FUNCTION()
529 if (landing_pad == 0) in PERSONALITY_FUNCTION()
659 landing_pad, action_record); in PERSONALITY_FUNCTION()
[all …]
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/libsupc++/
H A Deh_personality.cc165 _Unwind_Ptr landing_pad, in save_caught_exception() argument
185 _Unwind_Ptr& landing_pad) in restore_caught_exception() argument
299 xh->catchTemp = landing_pad; in save_caught_exception()
309 _Unwind_Ptr& landing_pad) in restore_caught_exception() argument
378 _Unwind_Ptr landing_pad, ip; in PERSONALITY_FUNCTION() local
463 landing_pad = 0; in PERSONALITY_FUNCTION()
490 landing_pad = cs_lp + 1; in PERSONALITY_FUNCTION()
514 landing_pad = info.LPStart + cs_lp; in PERSONALITY_FUNCTION()
529 if (landing_pad == 0) in PERSONALITY_FUNCTION()
659 landing_pad, action_record); in PERSONALITY_FUNCTION()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/libsupc++/
H A Deh_personality.cc165 _Unwind_Ptr landing_pad, in save_caught_exception() argument
185 _Unwind_Ptr& landing_pad) in restore_caught_exception() argument
299 xh->catchTemp = landing_pad; in save_caught_exception()
309 _Unwind_Ptr& landing_pad) in restore_caught_exception() argument
378 _Unwind_Ptr landing_pad, ip; in PERSONALITY_FUNCTION() local
463 landing_pad = 0; in PERSONALITY_FUNCTION()
490 landing_pad = cs_lp + 1; in PERSONALITY_FUNCTION()
514 landing_pad = info.LPStart + cs_lp; in PERSONALITY_FUNCTION()
529 if (landing_pad == 0) in PERSONALITY_FUNCTION()
659 landing_pad, action_record); in PERSONALITY_FUNCTION()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libstdc++-v3/libsupc++/
H A Deh_personality.cc157 _Unwind_Ptr landing_pad, in save_caught_exception() argument
177 _Unwind_Ptr& landing_pad) in restore_caught_exception() argument
291 xh->catchTemp = landing_pad; in save_caught_exception()
301 _Unwind_Ptr& landing_pad) in restore_caught_exception() argument
369 _Unwind_Ptr landing_pad, ip; in PERSONALITY_FUNCTION() local
454 landing_pad = 0; in PERSONALITY_FUNCTION()
481 landing_pad = cs_lp + 1; in PERSONALITY_FUNCTION()
505 landing_pad = info.LPStart + cs_lp; in PERSONALITY_FUNCTION()
520 if (landing_pad == 0) in PERSONALITY_FUNCTION()
650 landing_pad, action_record); in PERSONALITY_FUNCTION()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/libsupc++/
H A Deh_personality.cc165 _Unwind_Ptr landing_pad, in save_caught_exception() argument
185 _Unwind_Ptr& landing_pad) in restore_caught_exception() argument
299 xh->catchTemp = landing_pad; in save_caught_exception()
309 _Unwind_Ptr& landing_pad) in restore_caught_exception() argument
378 _Unwind_Ptr landing_pad, ip; in PERSONALITY_FUNCTION() local
463 landing_pad = 0; in PERSONALITY_FUNCTION()
490 landing_pad = cs_lp + 1; in PERSONALITY_FUNCTION()
514 landing_pad = info.LPStart + cs_lp; in PERSONALITY_FUNCTION()
529 if (landing_pad == 0) in PERSONALITY_FUNCTION()
659 landing_pad, action_record); in PERSONALITY_FUNCTION()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/libstdc++-v3/libsupc++/
H A Deh_personality.cc157 _Unwind_Ptr landing_pad, in save_caught_exception() argument
177 _Unwind_Ptr& landing_pad) in restore_caught_exception() argument
291 xh->catchTemp = landing_pad; in save_caught_exception()
301 _Unwind_Ptr& landing_pad) in restore_caught_exception() argument
369 _Unwind_Ptr landing_pad, ip; in PERSONALITY_FUNCTION() local
454 landing_pad = 0; in PERSONALITY_FUNCTION()
481 landing_pad = cs_lp + 1; in PERSONALITY_FUNCTION()
505 landing_pad = info.LPStart + cs_lp; in PERSONALITY_FUNCTION()
520 if (landing_pad == 0) in PERSONALITY_FUNCTION()
650 landing_pad, action_record); in PERSONALITY_FUNCTION()
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/libstdc++-v3/libsupc++/
H A Deh_personality.cc157 _Unwind_Ptr landing_pad, in save_caught_exception() argument
177 _Unwind_Ptr& landing_pad) in restore_caught_exception() argument
291 xh->catchTemp = landing_pad; in save_caught_exception()
301 _Unwind_Ptr& landing_pad) in restore_caught_exception() argument
369 _Unwind_Ptr landing_pad, ip; in PERSONALITY_FUNCTION() local
454 landing_pad = 0; in PERSONALITY_FUNCTION()
481 landing_pad = cs_lp + 1; in PERSONALITY_FUNCTION()
505 landing_pad = info.LPStart + cs_lp; in PERSONALITY_FUNCTION()
520 if (landing_pad == 0) in PERSONALITY_FUNCTION()
650 landing_pad, action_record); in PERSONALITY_FUNCTION()
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libstdc++-v3/libsupc++/
H A Deh_personality.cc157 _Unwind_Ptr landing_pad, in save_caught_exception() argument
177 _Unwind_Ptr& landing_pad) in restore_caught_exception() argument
291 xh->catchTemp = landing_pad; in save_caught_exception()
301 _Unwind_Ptr& landing_pad) in restore_caught_exception() argument
369 _Unwind_Ptr landing_pad, ip; in PERSONALITY_FUNCTION() local
448 landing_pad = 0; in PERSONALITY_FUNCTION()
475 landing_pad = cs_lp + 1; in PERSONALITY_FUNCTION()
499 landing_pad = info.LPStart + cs_lp; in PERSONALITY_FUNCTION()
514 if (landing_pad == 0) in PERSONALITY_FUNCTION()
644 landing_pad, action_record); in PERSONALITY_FUNCTION()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/libstdc++-v3/libsupc++/
H A Deh_personality.cc157 _Unwind_Ptr landing_pad, in save_caught_exception() argument
177 _Unwind_Ptr& landing_pad) in restore_caught_exception() argument
291 xh->catchTemp = landing_pad; in save_caught_exception()
301 _Unwind_Ptr& landing_pad) in restore_caught_exception() argument
370 _Unwind_Ptr landing_pad, ip; in PERSONALITY_FUNCTION() local
455 landing_pad = 0; in PERSONALITY_FUNCTION()
482 landing_pad = cs_lp + 1; in PERSONALITY_FUNCTION()
506 landing_pad = info.LPStart + cs_lp; in PERSONALITY_FUNCTION()
521 if (landing_pad == 0) in PERSONALITY_FUNCTION()
651 landing_pad, action_record); in PERSONALITY_FUNCTION()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libstdc++-v3/libsupc++/
H A Deh_personality.cc157 _Unwind_Ptr landing_pad, in save_caught_exception() argument
177 _Unwind_Ptr& landing_pad) in restore_caught_exception() argument
291 xh->catchTemp = landing_pad; in save_caught_exception()
301 _Unwind_Ptr& landing_pad) in restore_caught_exception() argument
369 _Unwind_Ptr landing_pad, ip; in PERSONALITY_FUNCTION() local
454 landing_pad = 0; in PERSONALITY_FUNCTION()
481 landing_pad = cs_lp + 1; in PERSONALITY_FUNCTION()
505 landing_pad = info.LPStart + cs_lp; in PERSONALITY_FUNCTION()
520 if (landing_pad == 0) in PERSONALITY_FUNCTION()
650 landing_pad, action_record); in PERSONALITY_FUNCTION()
[all …]
/dports/lang/gcc9/gcc-9.4.0/libstdc++-v3/libsupc++/
H A Deh_personality.cc157 _Unwind_Ptr landing_pad, in save_caught_exception() argument
177 _Unwind_Ptr& landing_pad) in restore_caught_exception() argument
291 xh->catchTemp = landing_pad; in save_caught_exception()
301 _Unwind_Ptr& landing_pad) in restore_caught_exception() argument
370 _Unwind_Ptr landing_pad, ip; in PERSONALITY_FUNCTION() local
455 landing_pad = 0; in PERSONALITY_FUNCTION()
482 landing_pad = cs_lp + 1; in PERSONALITY_FUNCTION()
506 landing_pad = info.LPStart + cs_lp; in PERSONALITY_FUNCTION()
521 if (landing_pad == 0) in PERSONALITY_FUNCTION()
651 landing_pad, action_record); in PERSONALITY_FUNCTION()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/libsupc++/
H A Deh_personality.cc157 _Unwind_Ptr landing_pad, in save_caught_exception() argument
177 _Unwind_Ptr& landing_pad) in restore_caught_exception() argument
291 xh->catchTemp = landing_pad; in save_caught_exception()
301 _Unwind_Ptr& landing_pad) in restore_caught_exception() argument
369 _Unwind_Ptr landing_pad, ip; in PERSONALITY_FUNCTION() local
454 landing_pad = 0; in PERSONALITY_FUNCTION()
481 landing_pad = cs_lp + 1; in PERSONALITY_FUNCTION()
505 landing_pad = info.LPStart + cs_lp; in PERSONALITY_FUNCTION()
520 if (landing_pad == 0) in PERSONALITY_FUNCTION()
650 landing_pad, action_record); in PERSONALITY_FUNCTION()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libstdc++-v3/libsupc++/
H A Deh_personality.cc165 _Unwind_Ptr landing_pad, in save_caught_exception() argument
185 _Unwind_Ptr& landing_pad) in restore_caught_exception() argument
299 xh->catchTemp = landing_pad; in save_caught_exception()
309 _Unwind_Ptr& landing_pad) in restore_caught_exception() argument
378 _Unwind_Ptr landing_pad, ip; in PERSONALITY_FUNCTION() local
463 landing_pad = 0; in PERSONALITY_FUNCTION()
490 landing_pad = cs_lp + 1; in PERSONALITY_FUNCTION()
514 landing_pad = info.LPStart + cs_lp; in PERSONALITY_FUNCTION()
529 if (landing_pad == 0) in PERSONALITY_FUNCTION()
659 landing_pad, action_record); in PERSONALITY_FUNCTION()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libstdc++-v3/libsupc++/
H A Deh_personality.cc157 _Unwind_Ptr landing_pad, in save_caught_exception() argument
177 _Unwind_Ptr& landing_pad) in restore_caught_exception() argument
291 xh->catchTemp = landing_pad; in save_caught_exception()
301 _Unwind_Ptr& landing_pad) in restore_caught_exception() argument
369 _Unwind_Ptr landing_pad, ip; in PERSONALITY_FUNCTION() local
454 landing_pad = 0; in PERSONALITY_FUNCTION()
481 landing_pad = cs_lp + 1; in PERSONALITY_FUNCTION()
505 landing_pad = info.LPStart + cs_lp; in PERSONALITY_FUNCTION()
520 if (landing_pad == 0) in PERSONALITY_FUNCTION()
650 landing_pad, action_record); in PERSONALITY_FUNCTION()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/libstdc++-v3/libsupc++/
H A Deh_personality.cc165 _Unwind_Ptr landing_pad, in save_caught_exception() argument
185 _Unwind_Ptr& landing_pad) in restore_caught_exception() argument
299 xh->catchTemp = landing_pad; in save_caught_exception()
309 _Unwind_Ptr& landing_pad) in restore_caught_exception() argument
378 _Unwind_Ptr landing_pad, ip; in PERSONALITY_FUNCTION() local
463 landing_pad = 0; in PERSONALITY_FUNCTION()
490 landing_pad = cs_lp + 1; in PERSONALITY_FUNCTION()
514 landing_pad = info.LPStart + cs_lp; in PERSONALITY_FUNCTION()
529 if (landing_pad == 0) in PERSONALITY_FUNCTION()
659 landing_pad, action_record); in PERSONALITY_FUNCTION()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/libstdc++-v3/libsupc++/
H A Deh_personality.cc157 _Unwind_Ptr landing_pad, in save_caught_exception() argument
177 _Unwind_Ptr& landing_pad) in restore_caught_exception() argument
291 xh->catchTemp = landing_pad; in save_caught_exception()
301 _Unwind_Ptr& landing_pad) in restore_caught_exception() argument
370 _Unwind_Ptr landing_pad, ip; in PERSONALITY_FUNCTION() local
455 landing_pad = 0; in PERSONALITY_FUNCTION()
482 landing_pad = cs_lp + 1; in PERSONALITY_FUNCTION()
506 landing_pad = info.LPStart + cs_lp; in PERSONALITY_FUNCTION()
521 if (landing_pad == 0) in PERSONALITY_FUNCTION()
651 landing_pad, action_record); in PERSONALITY_FUNCTION()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/libstdc++-v3/libsupc++/
H A Deh_personality.cc157 _Unwind_Ptr landing_pad, in save_caught_exception() argument
177 _Unwind_Ptr& landing_pad) in restore_caught_exception() argument
291 xh->catchTemp = landing_pad; in save_caught_exception()
301 _Unwind_Ptr& landing_pad) in restore_caught_exception() argument
369 _Unwind_Ptr landing_pad, ip; in PERSONALITY_FUNCTION() local
448 landing_pad = 0; in PERSONALITY_FUNCTION()
475 landing_pad = cs_lp + 1; in PERSONALITY_FUNCTION()
499 landing_pad = info.LPStart + cs_lp; in PERSONALITY_FUNCTION()
514 if (landing_pad == 0) in PERSONALITY_FUNCTION()
644 landing_pad, action_record); in PERSONALITY_FUNCTION()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/Transforms/GVN/
H A D2010-05-08-OneBit.ll16 to label %.noexc5 unwind label %landing_pad
26 to label %.noexc7 unwind label %landing_pad
39 to label %.noexc10 unwind label %landing_pad
47 landing_pad: ; preds = %l147.i.i, %l129.i.i, %l117.i.i
55 fin: ; preds = %landing_pad
58 catch: ; preds = %landing_pad
61 catch1: ; preds = %landing_pad
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/Transforms/NewGVN/
H A D2010-05-08-OneBit.ll16 to label %.noexc5 unwind label %landing_pad
26 to label %.noexc7 unwind label %landing_pad
39 to label %.noexc10 unwind label %landing_pad
47 landing_pad: ; preds = %l147.i.i, %l129.i.i, %l117.i.i
55 fin: ; preds = %landing_pad
58 catch: ; preds = %landing_pad
61 catch1: ; preds = %landing_pad

12345678910>>...22