Home
last modified time | relevance | path

Searched refs:UI_SJLJ (Results 1 – 25 of 66) sorted by relevance

123

/netbsd/external/gpl3/gcc/dist/gcc/common/
H A Dcommon-targhooks.c36 return UI_SJLJ; in default_except_unwind_info()
45 return UI_SJLJ; in default_except_unwind_info()
56 return UI_SJLJ; in dwarf2_except_unwind_info()
67 return UI_SJLJ; in sjlj_except_unwind_info()
H A Dcommon-targhooks.cc36 return UI_SJLJ; in default_except_unwind_info()
45 return UI_SJLJ; in default_except_unwind_info()
56 return UI_SJLJ; in dwarf2_except_unwind_info()
67 return UI_SJLJ; in sjlj_except_unwind_info()
/netbsd/external/gpl3/gcc.old/dist/gcc/common/
H A Dcommon-targhooks.c36 return UI_SJLJ; in default_except_unwind_info()
45 return UI_SJLJ; in default_except_unwind_info()
56 return UI_SJLJ; in dwarf2_except_unwind_info()
67 return UI_SJLJ; in sjlj_except_unwind_info()
/netbsd/external/gpl3/gcc/dist/gcc/common/config/c6x/
H A Dc6x-common.c49 return UI_SJLJ; in c6x_except_unwind_info()
H A Dc6x-common.cc49 return UI_SJLJ; in c6x_except_unwind_info()
/netbsd/external/gpl3/gcc.old/dist/gcc/common/config/c6x/
H A Dc6x-common.c49 return UI_SJLJ; in c6x_except_unwind_info()
/netbsd/external/gpl3/gcc/dist/gcc/common/config/ia64/
H A Dia64-common.c81 return UI_SJLJ; in ia64_except_unwind_info()
H A Dia64-common.cc81 return UI_SJLJ; in ia64_except_unwind_info()
/netbsd/external/gpl3/gcc.old/dist/gcc/common/config/ia64/
H A Dia64-common.c81 return UI_SJLJ; in ia64_except_unwind_info()
/netbsd/external/gpl3/gcc/dist/gcc/common/config/nds32/
H A Dnds32-common.c114 return UI_SJLJ; in nds32_except_unwind_info()
H A Dnds32-common.cc114 return UI_SJLJ; in nds32_except_unwind_info()
/netbsd/external/gpl3/gcc.old/dist/gcc/common/config/nds32/
H A Dnds32-common.c114 return UI_SJLJ; in nds32_except_unwind_info()
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dcoretypes.h229 UI_SJLJ, enumerator
H A Dexcept.c237 if (targetm_common.except_unwind_info (&global_options) == UI_SJLJ) in init_eh()
1518 if (targetm_common.except_unwind_info (&global_options) == UI_SJLJ) in finish_eh_generation()
1555 if (targetm_common.except_unwind_info (&global_options) == UI_SJLJ in finish_eh_generation()
2740 if (targetm_common.except_unwind_info (&global_options) == UI_SJLJ) in gate()
3066 if (targetm_common.except_unwind_info (&global_options) == UI_SJLJ) in output_one_function_exception_table()
3137 if (targetm_common.except_unwind_info (&global_options) == UI_SJLJ) in output_one_function_exception_table()
3146 if (targetm_common.except_unwind_info (&global_options) == UI_SJLJ) in output_one_function_exception_table()
H A Ddefaults.h1410 : targetm_common.except_unwind_info (&global_options) == UI_SJLJ \
1422 : targetm_common.except_unwind_info (&global_options) == UI_SJLJ \
H A Dopts.c966 && (ui_except == UI_SJLJ || ui_except >= UI_TARGET)) in finish_options()
982 && (ui_except == UI_SJLJ || ui_except >= UI_TARGET)) in finish_options()
1000 && (ui_except == UI_SJLJ || ui_except >= UI_TARGET)))) in finish_options()
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dexcept.c237 if (targetm_common.except_unwind_info (&global_options) == UI_SJLJ) in init_eh()
1518 if (targetm_common.except_unwind_info (&global_options) == UI_SJLJ) in finish_eh_generation()
1555 if (targetm_common.except_unwind_info (&global_options) == UI_SJLJ in finish_eh_generation()
2740 if (targetm_common.except_unwind_info (&global_options) == UI_SJLJ) in gate()
3066 if (targetm_common.except_unwind_info (&global_options) == UI_SJLJ) in output_one_function_exception_table()
3137 if (targetm_common.except_unwind_info (&global_options) == UI_SJLJ) in output_one_function_exception_table()
3146 if (targetm_common.except_unwind_info (&global_options) == UI_SJLJ) in output_one_function_exception_table()
H A Dexcept.cc238 if (targetm_common.except_unwind_info (&global_options) == UI_SJLJ) in init_eh()
1519 if (targetm_common.except_unwind_info (&global_options) == UI_SJLJ) in finish_eh_generation()
1556 if (targetm_common.except_unwind_info (&global_options) == UI_SJLJ in finish_eh_generation()
2741 if (targetm_common.except_unwind_info (&global_options) == UI_SJLJ) in gate()
3067 if (targetm_common.except_unwind_info (&global_options) == UI_SJLJ) in output_one_function_exception_table()
3138 if (targetm_common.except_unwind_info (&global_options) == UI_SJLJ) in output_one_function_exception_table()
3147 if (targetm_common.except_unwind_info (&global_options) == UI_SJLJ) in output_one_function_exception_table()
H A Ddefaults.h1392 : targetm_common.except_unwind_info (&global_options) == UI_SJLJ \
1404 : targetm_common.except_unwind_info (&global_options) == UI_SJLJ \
H A Dcoretypes.h238 UI_SJLJ, enumerator
H A Dopts.c966 && (ui_except == UI_SJLJ || ui_except >= UI_TARGET)) in finish_options()
982 && (ui_except == UI_SJLJ || ui_except >= UI_TARGET)) in finish_options()
1000 && (ui_except == UI_SJLJ || ui_except >= UI_TARGET)))) in finish_options()
/netbsd/external/gpl3/gcc/dist/gcc/common/config/arm/
H A Darm-common.c53 return UI_SJLJ; in arm_except_unwind_info()
77 return UI_SJLJ; in arm_except_unwind_info()
H A Darm-common.cc55 return UI_SJLJ; in arm_except_unwind_info()
76 return UI_SJLJ; in arm_except_unwind_info()
/netbsd/external/gpl3/gcc.old/dist/gcc/common/config/arm/
H A Darm-common.c53 return UI_SJLJ; in arm_except_unwind_info()
77 return UI_SJLJ; in arm_except_unwind_info()
/netbsd/external/gpl3/gcc/dist/gcc/common/config/i386/
H A Di386-common.c1509 return UI_SJLJ; in i386_except_unwind_info()
1519 return UI_SJLJ; in i386_except_unwind_info()

123