HomeSort by: relevance | last modified time | path
    Searched defs:toc_end (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
xcofflink.c 6174 bfd_vma toc_start, toc_end, start, end, best_address;
6183 /* Set [TOC_START, TOC_END) to the range of the TOC. Record the
6186 toc_end = 0;
6202 if (toc_end < end)
6203 toc_end = end;
6207 if (toc_end < toc_start)
6213 if (toc_end - toc_start < 0x8000)
6218 /* Find the lowest TOC csect that is still within range of TOC_END. */
6219 best_address = toc_end;
6228 && start + 0x8000 >= toc_end)
6162 bfd_vma toc_start, toc_end, start, end, best_address; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
xcofflink.c 6174 bfd_vma toc_start, toc_end, start, end, best_address;
6183 /* Set [TOC_START, TOC_END) to the range of the TOC. Record the
6186 toc_end = 0;
6202 if (toc_end < end)
6203 toc_end = end;
6207 if (toc_end < toc_start)
6213 if (toc_end - toc_start < 0x8000)
6218 /* Find the lowest TOC csect that is still within range of TOC_END. */
6219 best_address = toc_end;
6228 && start + 0x8000 >= toc_end)
6162 bfd_vma toc_start, toc_end, start, end, best_address; local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
xcofflink.c 6127 bfd_vma toc_start, toc_end, start, end, best_address;
6136 /* Set [TOC_START, TOC_END) to the range of the TOC. Record the
6139 toc_end = 0;
6155 if (toc_end < end)
6156 toc_end = end;
6160 if (toc_end < toc_start)
6166 if (toc_end - toc_start < 0x8000)
6171 /* Find the lowest TOC csect that is still within range of TOC_END. */
6172 best_address = toc_end;
6181 && start + 0x8000 >= toc_end)
6115 bfd_vma toc_start, toc_end, start, end, best_address; local
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
xcofflink.c 6135 bfd_vma toc_start, toc_end, start, end, best_address;
6144 /* Set [TOC_START, TOC_END) to the range of the TOC. Record the
6147 toc_end = 0;
6163 if (toc_end < end)
6164 toc_end = end;
6168 if (toc_end < toc_start)
6174 if (toc_end - toc_start < 0x8000)
6179 /* Find the lowest TOC csect that is still within range of TOC_END. */
6180 best_address = toc_end;
6189 && start + 0x8000 >= toc_end)
6123 bfd_vma toc_start, toc_end, start, end, best_address; local
    [all...]

Completed in 38 milliseconds