Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/gcc/
Dexcept.c3540 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 …]