Searched refs:tt_format_size (Results 1 – 2 of 2) sorted by relevance
3564 output_ttype (tree type, int tt_format, int tt_format_size) in output_ttype() argument3602 assemble_integer (value, tt_format_size, in output_ttype()3603 tt_format_size * BITS_PER_UNIT, 1); in output_ttype()3620 int tt_format_size = 0; in output_function_exception_table() local3656 tt_format_size = size_of_encoded_value (tt_format); in output_function_exception_table()3658 assemble_align (tt_format_size * BITS_PER_UNIT); in output_function_exception_table()3707 * tt_format_size)); in output_function_exception_table()3717 if (pad % tt_format_size) in output_function_exception_table()3718 pad = tt_format_size - (pad % tt_format_size); in output_function_exception_table()3766 assemble_align (tt_format_size * BITS_PER_UNIT); in output_function_exception_table()[all …]
18049 (output_function_exception_table): Initialize tt_format_size.