Searched refs:cs_after_size_label (Results 1 – 2 of 2) sorted by relevance
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | except.c | 3656 char cs_after_size_label[32]; in output_function_exception_table() local 3774 ASM_GENERATE_INTERNAL_LABEL (cs_after_size_label, "LLSDACSB", in output_function_exception_table() 3778 dw2_asm_output_delta_uleb128 (cs_end_label, cs_after_size_label, in output_function_exception_table() 3780 ASM_OUTPUT_LABEL (asm_out_file, cs_after_size_label); in output_function_exception_table()
|
| /openbsd/src/gnu/gcc/gcc/ |
| D | except.c | 3614 char cs_after_size_label[32]; in output_function_exception_table() local 3739 ASM_GENERATE_INTERNAL_LABEL (cs_after_size_label, "LLSDACSB", in output_function_exception_table() 3743 dw2_asm_output_delta_uleb128 (cs_end_label, cs_after_size_label, in output_function_exception_table() 3745 ASM_OUTPUT_LABEL (asm_out_file, cs_after_size_label); in output_function_exception_table()
|