Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/libstdc++-v3/libsupc++/
H A Deh_personality.cc158 _Unwind_Ptr landing_pad, in save_caught_exception() argument
178 _Unwind_Ptr& landing_pad) in restore_caught_exception() argument
295 xh->catchTemp = landing_pad; in save_caught_exception()
305 _Unwind_Ptr& landing_pad) in restore_caught_exception() argument
366 _Unwind_Ptr landing_pad, ip; in PERSONALITY_FUNCTION() local
444 landing_pad = 0; in PERSONALITY_FUNCTION()
471 landing_pad = cs_lp + 1; in PERSONALITY_FUNCTION()
495 landing_pad = info.LPStart + cs_lp; in PERSONALITY_FUNCTION()
510 if (landing_pad == 0) in PERSONALITY_FUNCTION()
620 landing_pad, action_record); in PERSONALITY_FUNCTION()
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dunwind-c.c95 _Unwind_Ptr landing_pad, ip; in PERSONALITY_FUNCTION() local
114 landing_pad = 0; in PERSONALITY_FUNCTION()
135 landing_pad = cs_lp + 1; in PERSONALITY_FUNCTION()
159 landing_pad = info.LPStart + cs_lp; in PERSONALITY_FUNCTION()
174 if (landing_pad == 0) in PERSONALITY_FUNCTION()
184 _Unwind_SetIP (context, landing_pad); in PERSONALITY_FUNCTION()
H A Dexcept.c196 rtx landing_pad; member
211 rtx landing_pad; member
1233 lab = region->landing_pad; in find_exception_handler_labels()
1970 r->landing_pad = dispatch_label;
2390 lab = region->landing_pad;
3327 add_call_site (landing_pad, action) in add_call_site() argument
3328 rtx landing_pad; in add_call_site()
3344 data[used].landing_pad = landing_pad;
3571 if (cs->landing_pad) in dw2_output_call_site_table()
3584 if (cs->landing_pad) in dw2_output_call_site_table()
[all …]
/openbsd/gnu/gcc/gcc/
H A Dunwind-c.c129 _Unwind_Ptr landing_pad, ip; local
167 landing_pad = 0;
188 landing_pad = cs_lp + 1;
212 landing_pad = info.LPStart + cs_lp;
226 if (landing_pad == 0)
236 _Unwind_SetIP (context, landing_pad);
H A Dexcept.c189 rtx landing_pad; member
206 rtx landing_pad; member
825 lab = region->landing_pad; in find_exception_handler_labels()
1629 emit_label (region->landing_pad); in dw2_build_landing_pads()
1732 r->landing_pad = dispatch_label; in sjlj_assign_call_site_values()
2211 lab = region->landing_pad; in remove_eh_handler()
3231 data[used].landing_pad = landing_pad; in add_call_site()
3311 this_landing_pad = o->landing_pad; in convert_to_eh_region_ranges()
3470 if (cs->landing_pad) in dw2_output_call_site_table()
3484 if (cs->landing_pad) in dw2_output_call_site_table()
[all …]
/openbsd/gnu/lib/libstdc++/libstdc++/libsupc++/
H A Deh_personality.cc201 _Unwind_Ptr landing_pad, ip; in PERSONALITY_FUNCTION() local
215 landing_pad = (_Unwind_Ptr) xh->catchTemp; in PERSONALITY_FUNCTION()
216 found_type = (landing_pad == 0 ? found_terminate : found_handler); in PERSONALITY_FUNCTION()
231 landing_pad = 0; in PERSONALITY_FUNCTION()
258 landing_pad = cs_lp + 1; in PERSONALITY_FUNCTION()
282 landing_pad = info.LPStart + cs_lp; in PERSONALITY_FUNCTION()
297 if (landing_pad == 0) in PERSONALITY_FUNCTION()
407 xh->catchTemp = landing_pad; in PERSONALITY_FUNCTION()
450 _Unwind_SetIP (context, landing_pad); in PERSONALITY_FUNCTION()
/openbsd/gnu/llvm/libunwind/src/
H A DUnwind-EHABI.cpp133 uint32_t landing_pad; in ProcessDescriptors() local
134 descriptor = getNextWord(descriptor, &landing_pad); in ProcessDescriptors()
139 landing_pad = signExtendPrel31(landing_pad & ~0x80000000); in ProcessDescriptors()
140 if (landing_pad == 0xffffffff) { in ProcessDescriptors()
142 } else if (landing_pad == 0xfffffffe) { in ProcessDescriptors()
/openbsd/gnu/lib/libstdc++/libstdc++/
H A DChangeLog3290 Do not cast landing_pad or base_of_encoded_value to (void *).