Home | History | Annotate | Download | only in bfd

Lines Matching defs:tmax

934      TMAX, TMIN and TCUR are used to assign TLS descriptors.  TCUR
935 starts as MAX, and grows up to TMAX, then wraps around to TMIN
942 bfd_signed_vma tmax, tcur, tmin;
4791 gad->tmax = gad->max + tlsd;
4797 if ((bfd_vma) gad->tmax > wrap)
4799 bfd_vma wrapsize = gad->tmax - wrap;
4805 gad->tmax -= wrapsize;
4828 if (fdplt && (bfd_vma) gad->tmax < wrap)
4832 if ((bfd_vma) (wrap - gad->tmax) < fdplt)
4833 fds = wrap - gad->tmax;
4839 gad->tmax += fds;
4866 if (tlsdplt && (bfd_vma) gad->tmax < wrap - tdescsz / 2)
4870 if ((bfd_vma) (wrap - gad->tmax) < tlsdplt)
4871 tlsds = (wrap - gad->tmax) & ~ (tdescsz / 2);
4876 gad->tmax += tlsds;
4894 if (gad->tcur == gad->tmax)
4954 if (gad->tcur == gad->tmax)
5269 gpinfop->got12.tmax,
5281 gpinfop->gotlos.tmax,
5297 frvfdpic_got_section (info)->size = gpinfop->gothilo.tmax
5301 - (odd + 4 == gpinfop->gothilo.tmax ? 4 : 0);