Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Dxcofflink.c5042 bfd_vma toc_start, toc_end, start, end, best_address; in xcoff_find_tc0() local
5053 toc_start = ~(bfd_vma) 0; in xcoff_find_tc0()
5063 if (toc_start > start) in xcoff_find_tc0()
5065 toc_start = start; in xcoff_find_tc0()
5075 if (toc_end < toc_start) in xcoff_find_tc0()
5077 xcoff_data (output_bfd)->toc = toc_start; in xcoff_find_tc0()
5081 if (toc_end - toc_start < 0x8000) in xcoff_find_tc0()
5083 best_address = toc_start; in xcoff_find_tc0()
5104 if (best_address > toc_start + 0x8000) in xcoff_find_tc0()
5109 (unsigned long) (toc_end - toc_start)); in xcoff_find_tc0()