Searched refs:total_code_bytes (Results 1 – 5 of 5) sorted by relevance
159 unsigned long total_code_bytes; variable3621 unsigned long old_total = total_code_bytes;3628 total_code_bytes += last_address;3629 total_code_bytes += FUNCTION_BOUNDARY / BITS_PER_UNIT;3632 if (old_total > total_code_bytes)3633 total_code_bytes = -1;3636 total_code_bytes = -1;6341 distance = (total_code_bytes + insn_current_reference_address (insn));6342 if (distance < total_code_bytes)6537 distance = (total_code_bytes + insn_current_reference_address (insn));[all …]
34 extern unsigned long total_code_bytes;
183 unsigned long total_code_bytes; variable3906 unsigned long old_total = total_code_bytes; in update_total_code_bytes()3908 total_code_bytes += nbytes; in update_total_code_bytes()3911 if (old_total > total_code_bytes) in update_total_code_bytes()3912 total_code_bytes = -1; in update_total_code_bytes()3915 total_code_bytes = -1; in update_total_code_bytes()7046 unsigned long total = IN_NAMED_SECTION_P (cfun->decl) ? 0 : total_code_bytes; in attr_length_millicode_call()7256 total = IN_NAMED_SECTION_P (cfun->decl) ? 0 : total_code_bytes; in attr_length_call()7621 unsigned long total = IN_NAMED_SECTION_P (cfun->decl) ? 0 : total_code_bytes; in attr_length_indirect_call()
7019 updating of total_code_bytes from prologue to epilogue.10130 (total_code_bytes): Change type to long.10131 (pa_output_function_prologue): Compute total_code_bytes on TARGET_64BIT.10141 * pa.h (total_code_bytes): Change type to long.