Searched refs:landing_pad (Results 1 - 7 of 7) sorted by relevance

/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dunwind-c.c95 _Unwind_Ptr landing_pad, ip; local
114 landing_pad = 0;
135 landing_pad = cs_lp + 1;
159 landing_pad = info.LPStart + cs_lp;
174 if (landing_pad == 0)
184 _Unwind_SetIP (context, landing_pad);
H A Dexcept.c197 rtx landing_pad;
212 rtx landing_pad;
1239 lab = region->landing_pad;
1854 region->landing_pad = gen_label_rtx ();
1855 emit_label (region->landing_pad);
1981 r->landing_pad = dispatch_label;
2402 lab = region->landing_pad;
2576 info->handlers = alloc_INSN_LIST (lp_region->landing_pad, NULL_RTX);
3342 add_call_site (landing_pad, action)
3343 rtx landing_pad;
196 rtx landing_pad; local
211 rtx landing_pad; local
[all...]
/openbsd-current/gnu/gcc/libstdc++-v3/libsupc++/
H A Deh_personality.cc159 _Unwind_Ptr landing_pad,
169 ue_header->barrier_cache.bitpattern[3] = (_uw) landing_pad;
179 _Unwind_Ptr& landing_pad)
184 landing_pad = (_Unwind_Ptr) ue_header->barrier_cache.bitpattern[3];
284 _Unwind_Ptr landing_pad __attribute__((__unused__)),
296 xh->catchTemp = landing_pad;
306 _Unwind_Ptr& landing_pad)
311 landing_pad = (_Unwind_Ptr) xh->catchTemp;
367 _Unwind_Ptr landing_pad, ip;
423 language_specific_data, landing_pad);
153 save_caught_exception(struct _Unwind_Exception* ue_header, struct _Unwind_Context* context, void* thrown_ptr, int handler_switch_value, const unsigned char* language_specific_data, _Unwind_Ptr landing_pad, const unsigned char* action_record __attribute__((__unused__))) argument
175 restore_caught_exception(struct _Unwind_Exception* ue_header, int& handler_switch_value, const unsigned char*& language_specific_data, _Unwind_Ptr& landing_pad) argument
302 restore_caught_exception(struct _Unwind_Exception* ue_header, int& handler_switch_value, const unsigned char*& language_specific_data, _Unwind_Ptr& landing_pad) argument
366 _Unwind_Ptr landing_pad, ip; local
[all...]
/openbsd-current/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.c190 rtx landing_pad;
207 rtx landing_pad;
832 lab = region->landing_pad;
1639 region->landing_pad = gen_label_rtx ();
1640 emit_label (region->landing_pad);
1744 r->landing_pad = dispatch_label;
2224 lab = region->landing_pad;
2637 *p_handlers = alloc_INSN_LIST (region->landing_pad, NULL_RTX);
3233 add_call_site (rtx landing_pad, int action)
3247 data[used].landing_pad
189 rtx landing_pad; local
206 rtx landing_pad; local
3217 add_call_site(rtx landing_pad, int action) argument
[all...]
/openbsd-current/gnu/lib/libstdc++/libstdc++/libsupc++/
H A Deh_personality.cc202 _Unwind_Ptr landing_pad, ip;
216 landing_pad = (_Unwind_Ptr) xh->catchTemp;
217 found_type = (landing_pad == 0 ? found_terminate : found_handler);
232 landing_pad = 0;
259 landing_pad = cs_lp + 1;
283 landing_pad = info.LPStart + cs_lp;
298 if (landing_pad == 0)
408 xh->catchTemp = landing_pad;
451 _Unwind_SetIP (context, landing_pad);
201 _Unwind_Ptr landing_pad, ip; local
/openbsd-current/gnu/llvm/libunwind/src/
H A DUnwind-EHABI.cpp133 uint32_t landing_pad; local
134 descriptor = getNextWord(descriptor, &landing_pad);
139 landing_pad = signExtendPrel31(landing_pad & ~0x80000000);
140 if (landing_pad == 0xffffffff) {
142 } else if (landing_pad == 0xfffffffe) {
146 bool is_reference_type = landing_pad & 0x80000000;
149 ucbp, reinterpret_cast<const std::type_info *>(landing_pad),

Completed in 129 milliseconds