Searched refs:tt_format (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | except.c | 3540 int tt_format = in switch_to_exception_section() local 3543 || ((tt_format & 0x70) != DW_EH_PE_absptr in switch_to_exception_section() 3544 && (tt_format & 0x70) != DW_EH_PE_aligned)) in switch_to_exception_section() 3564 output_ttype (tree type, int tt_format, int tt_format_size) in output_ttype() argument 3601 if (tt_format == DW_EH_PE_absptr || tt_format == DW_EH_PE_aligned) in output_ttype() 3605 dw2_asm_output_encoded_addr_rtx (tt_format, value, public, NULL); in output_ttype() 3611 int tt_format, cs_format, lp_format, i, n; in output_function_exception_table() local 3648 tt_format = DW_EH_PE_omit; in output_function_exception_table() 3651 tt_format = ASM_PREFERRED_EH_DATA_FORMAT (/*code=*/0, /*global=*/1); in output_function_exception_table() 3656 tt_format_size = size_of_encoded_value (tt_format); in output_function_exception_table() [all …]
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | except.c | 3633 int tt_format = ASM_PREFERRED_EH_DATA_FORMAT (/*code=*/0, /*global=*/1); in default_exception_section() local 3636 || ((tt_format & 0x70) != DW_EH_PE_absptr in default_exception_section() 3637 && (tt_format & 0x70) != DW_EH_PE_aligned)) in default_exception_section() 3653 int tt_format, cs_format, lp_format, i, n; in output_function_exception_table() local 3683 tt_format = DW_EH_PE_omit; in output_function_exception_table() 3686 tt_format = ASM_PREFERRED_EH_DATA_FORMAT (/*code=*/0, /*global=*/1); in output_function_exception_table() 3691 tt_format_size = size_of_encoded_value (tt_format); in output_function_exception_table() 3713 dw2_asm_output_data (1, tt_format, "@TType format (%s)", in output_function_exception_table() 3714 eh_data_format_name (tt_format)); in output_function_exception_table() 3815 if (tt_format == DW_EH_PE_absptr || tt_format == DW_EH_PE_aligned) in output_function_exception_table() [all …]
|