Home
last modified time | relevance | path

Searched refs:toc_end (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
5054 toc_end = 0; in xcoff_find_tc0()
5070 if (toc_end < end) in xcoff_find_tc0()
5071 toc_end = end; in xcoff_find_tc0()
5075 if (toc_end < toc_start) in xcoff_find_tc0()
5081 if (toc_end - toc_start < 0x8000) in xcoff_find_tc0()
5087 best_address = toc_end; in xcoff_find_tc0()
5096 && start + 0x8000 >= toc_end) in xcoff_find_tc0()
5109 (unsigned long) (toc_end - toc_start)); in xcoff_find_tc0()