Home | History | Annotate | Download | only in bfd

Lines Matching refs:best_address

5054   bfd_vma toc_start, toc_end, start, end, best_address;
5095 best_address = toc_start;
5099 best_address = toc_end;
5107 if (start < best_address
5110 best_address = start;
5116 if (best_address > toc_start + 0x8000)
5129 xcoff_data (output_bfd)->toc = best_address;
5135 irsym.n_value = best_address;