Home
last modified time | relevance | path

Searched refs:cs_end_label (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
H A Dexcept.c3008 char cs_end_label[32]; in output_one_function_exception_table() local
3121 ASM_GENERATE_INTERNAL_LABEL (cs_end_label, in output_one_function_exception_table()
3124 dw2_asm_output_delta_uleb128 (cs_end_label, cs_after_size_label, in output_one_function_exception_table()
3131 ASM_OUTPUT_LABEL (asm_out_file, cs_end_label); in output_one_function_exception_table()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dexcept.c2849 char cs_end_label[32]; in output_one_function_exception_table() local
2959 ASM_GENERATE_INTERNAL_LABEL (cs_end_label, in output_one_function_exception_table()
2962 dw2_asm_output_delta_uleb128 (cs_end_label, cs_after_size_label, in output_one_function_exception_table()
2969 ASM_OUTPUT_LABEL (asm_out_file, cs_end_label); in output_one_function_exception_table()