Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Dxcofflink.c6126 bfd_vma toc_start, toc_end, start, end, best_address; in xcoff_find_tc0() local
6138 toc_end = 0; in xcoff_find_tc0()
6154 if (toc_end < end) in xcoff_find_tc0()
6155 toc_end = end; in xcoff_find_tc0()
6159 if (toc_end < toc_start) in xcoff_find_tc0()
6165 if (toc_end - toc_start < 0x8000) in xcoff_find_tc0()
6171 best_address = toc_end; in xcoff_find_tc0()
6180 && start + 0x8000 >= toc_end) in xcoff_find_tc0()
6193 (uint64_t) (toc_end - toc_start)); in xcoff_find_tc0()
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A Dxcofflink.c6117 bfd_vma toc_start, toc_end, start, end, best_address; in xcoff_find_tc0() local
6129 toc_end = 0; in xcoff_find_tc0()
6145 if (toc_end < end) in xcoff_find_tc0()
6146 toc_end = end; in xcoff_find_tc0()
6150 if (toc_end < toc_start) in xcoff_find_tc0()
6156 if (toc_end - toc_start < 0x8000) in xcoff_find_tc0()
6162 best_address = toc_end; in xcoff_find_tc0()
6171 && start + 0x8000 >= toc_end) in xcoff_find_tc0()
6184 (uint64_t) (toc_end - toc_start)); in xcoff_find_tc0()