Home
last modified time | relevance | path

Searched refs:tmax (Results 1 – 1 of 1) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Delf32-frv.c941 bfd_signed_vma tmax, tcur, tmin; member
4786 gad->tmax = gad->max + tlsd; in _frvfdpic_compute_got_alloc_data()
4792 if ((bfd_vma) gad->tmax > wrap) in _frvfdpic_compute_got_alloc_data()
4794 bfd_vma wrapsize = gad->tmax - wrap; in _frvfdpic_compute_got_alloc_data()
4800 gad->tmax -= wrapsize; in _frvfdpic_compute_got_alloc_data()
4823 if (fdplt && (bfd_vma) gad->tmax < wrap) in _frvfdpic_compute_got_alloc_data()
4827 if ((bfd_vma) (wrap - gad->tmax) < fdplt) in _frvfdpic_compute_got_alloc_data()
4828 fds = wrap - gad->tmax; in _frvfdpic_compute_got_alloc_data()
4834 gad->tmax += fds; in _frvfdpic_compute_got_alloc_data()
4861 if (tlsdplt && (bfd_vma) gad->tmax < wrap - tdescsz / 2) in _frvfdpic_compute_got_alloc_data()
[all …]