Searched refs:tt_format (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | except.cc | 2917 int tt_format = in switch_to_exception_section() local 2920 || ((tt_format & 0x70) != DW_EH_PE_absptr in switch_to_exception_section() 2921 && (tt_format & 0x70) != DW_EH_PE_aligned)) in switch_to_exception_section() 2962 output_ttype (tree type, int tt_format, int tt_format_size) in output_ttype() argument 2999 if (tt_format == DW_EH_PE_absptr || tt_format == DW_EH_PE_aligned) in output_ttype() 3003 dw2_asm_output_encoded_addr_rtx (tt_format, value, is_public, NULL); in output_ttype() 3016 int tt_format, cs_format, lp_format, i; in output_one_function_exception_table() local 3031 tt_format = DW_EH_PE_omit; in output_one_function_exception_table() 3034 tt_format = ASM_PREFERRED_EH_DATA_FORMAT (/*code=*/0, /*global=*/1); in output_one_function_exception_table() 3040 tt_format_size = size_of_encoded_value (tt_format); in output_one_function_exception_table() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | except.c | 2916 int tt_format = in switch_to_exception_section() local 2919 || ((tt_format & 0x70) != DW_EH_PE_absptr in switch_to_exception_section() 2920 && (tt_format & 0x70) != DW_EH_PE_aligned)) in switch_to_exception_section() 2961 output_ttype (tree type, int tt_format, int tt_format_size) in output_ttype() argument 2998 if (tt_format == DW_EH_PE_absptr || tt_format == DW_EH_PE_aligned) in output_ttype() 3002 dw2_asm_output_encoded_addr_rtx (tt_format, value, is_public, NULL); in output_ttype() 3015 int tt_format, cs_format, lp_format, i; in output_one_function_exception_table() local 3030 tt_format = DW_EH_PE_omit; in output_one_function_exception_table() 3033 tt_format = ASM_PREFERRED_EH_DATA_FORMAT (/*code=*/0, /*global=*/1); in output_one_function_exception_table() 3039 tt_format_size = size_of_encoded_value (tt_format); in output_one_function_exception_table() [all …]
|