Searched refs:tocend (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/legacy/binutils/bfd/
H A Dxcofflink.c3623 bfd_vma tocval, tocend;
3637 tocend = ((*csectpp)->output_section->vma
3651 if (new_toc_end > tocend)
3652 tocend = new_toc_end;
3657 if (tocval + 0x10000 < tocend)
3661 (unsigned long) (tocend - tocval));
3666 if (tocval + 0x8000 < tocend)
3670 tocadd = tocend - (tocval + 0x8000);
3617 bfd_vma tocval, tocend; local

Completed in 75 milliseconds