Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dexcept.cc2962 output_ttype (tree type, int tt_format, int tt_format_size) in output_ttype() argument
3000 assemble_integer (value, tt_format_size, in output_ttype()
3001 tt_format_size * BITS_PER_UNIT, 1); in output_ttype()
3022 int tt_format_size = 0; in output_one_function_exception_table() local
3040 tt_format_size = size_of_encoded_value (tt_format); in output_one_function_exception_table()
3042 assemble_align (tt_format_size * BITS_PER_UNIT); in output_one_function_exception_table()
3096 * tt_format_size)); in output_one_function_exception_table()
3106 if (pad % tt_format_size) in output_one_function_exception_table()
3107 pad = tt_format_size - (pad % tt_format_size); in output_one_function_exception_table()
3161 assemble_align (tt_format_size * BITS_PER_UNIT); in output_one_function_exception_table()
[all …]
H A DChangeLog-200118049 (output_function_exception_table): Initialize tt_format_size.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dexcept.c2961 output_ttype (tree type, int tt_format, int tt_format_size) in output_ttype() argument
2999 assemble_integer (value, tt_format_size, in output_ttype()
3000 tt_format_size * BITS_PER_UNIT, 1); in output_ttype()
3021 int tt_format_size = 0; in output_one_function_exception_table() local
3039 tt_format_size = size_of_encoded_value (tt_format); in output_one_function_exception_table()
3041 assemble_align (tt_format_size * BITS_PER_UNIT); in output_one_function_exception_table()
3095 * tt_format_size)); in output_one_function_exception_table()
3105 if (pad % tt_format_size) in output_one_function_exception_table()
3106 pad = tt_format_size - (pad % tt_format_size); in output_one_function_exception_table()
3160 assemble_align (tt_format_size * BITS_PER_UNIT); in output_one_function_exception_table()
[all …]