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

/haiku-buildtools/legacy/binutils/bfd/
H A Dxcofflink.c3623 bfd_vma tocval, tocend;
3626 tocval = ((*csectpp)->output_section->vma
3631 /* We want to find out if tocval is a good value to use
3633 of the TOC using a 16 bit offset from tocval. This
3657 if (tocval + 0x10000 < tocend)
3661 (unsigned long) (tocend - tocval));
3666 if (tocval + 0x8000 < tocend)
3670 tocadd = tocend - (tocval + 0x8000);
3671 tocval += tocadd;
3676 xcoff_data (finfo->output_bfd)->toc = tocval;
3617 bfd_vma tocval, tocend; local
[all...]

Completed in 42 milliseconds