Home
last modified time | relevance | path

Searched refs:toc_start (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
6137 toc_start = ~(bfd_vma) 0; in xcoff_find_tc0()
6147 if (toc_start > start) in xcoff_find_tc0()
6149 toc_start = start; in xcoff_find_tc0()
6159 if (toc_end < toc_start) in xcoff_find_tc0()
6161 xcoff_data (output_bfd)->toc = toc_start; in xcoff_find_tc0()
6165 if (toc_end - toc_start < 0x8000) in xcoff_find_tc0()
6167 best_address = toc_start; in xcoff_find_tc0()
6188 if (best_address > toc_start + 0x8000) 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
6128 toc_start = ~(bfd_vma) 0; in xcoff_find_tc0()
6138 if (toc_start > start) in xcoff_find_tc0()
6140 toc_start = start; in xcoff_find_tc0()
6150 if (toc_end < toc_start) in xcoff_find_tc0()
6152 xcoff_data (output_bfd)->toc = toc_start; in xcoff_find_tc0()
6156 if (toc_end - toc_start < 0x8000) in xcoff_find_tc0()
6158 best_address = toc_start; in xcoff_find_tc0()
6179 if (best_address > toc_start + 0x8000) in xcoff_find_tc0()
6184 (uint64_t) (toc_end - toc_start)); in xcoff_find_tc0()