Searched refs:cs_format (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | except.cc | 2824 dw2_output_call_site_table (int cs_format, int section) in dw2_output_call_site_table() argument 2855 if (cs_format == DW_EH_PE_uleb128) in dw2_output_call_site_table() 3016 int tt_format, cs_format, lp_format, i; in output_one_function_exception_table() local 3120 cs_format = DW_EH_PE_uleb128; in output_one_function_exception_table() 3122 cs_format = DW_EH_PE_udata4; in output_one_function_exception_table() 3124 dw2_asm_output_data (1, cs_format, "call-site format (%s)", in output_one_function_exception_table() 3125 eh_data_format_name (cs_format)); in output_one_function_exception_table() 3141 dw2_output_call_site_table (cs_format, section); in output_one_function_exception_table() 3150 dw2_output_call_site_table (cs_format, section); in output_one_function_exception_table()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | except.c | 2823 dw2_output_call_site_table (int cs_format, int section) in dw2_output_call_site_table() argument 2854 if (cs_format == DW_EH_PE_uleb128) in dw2_output_call_site_table() 3015 int tt_format, cs_format, lp_format, i; in output_one_function_exception_table() local 3119 cs_format = DW_EH_PE_uleb128; in output_one_function_exception_table() 3121 cs_format = DW_EH_PE_udata4; in output_one_function_exception_table() 3123 dw2_asm_output_data (1, cs_format, "call-site format (%s)", in output_one_function_exception_table() 3124 eh_data_format_name (cs_format)); in output_one_function_exception_table() 3140 dw2_output_call_site_table (cs_format, section); in output_one_function_exception_table() 3149 dw2_output_call_site_table (cs_format, section); in output_one_function_exception_table()
|