Home | History | Annotate | Download | only in bfd

Lines Matching refs:odd

926      to even words.  ODD, if non-zero, indicates an odd word to be
941 bfd_signed_vma max, cur, odd, fdcur, min;
4713 an ODD entry that may have been left behind. GOT and FD indicate
4722 bfd_signed_vma odd,
4738 /* If we had an incoming odd word and we have any got entries that
4739 are going to use it, consume it, otherwise leave gad->odd at
4740 zero. We might force gad->odd to zero and return the incoming
4741 odd such that it is used by the next range, but then GOT entries
4745 if (odd && got)
4747 gad->odd = odd;
4749 odd = 0;
4752 gad->odd = 0;
4756 odd number of words here, either odd was already zero in the
4759 odd to carry over to the return statement, so we don't want to
4760 reset odd unless the condition below is true. */
4763 odd = cur + got;
4880 /* If odd was initially computed as an offset past the wrap point,
4882 if (odd > gad->max)
4883 odd = gad->min + odd - gad->max;
4897 return odd;
4908 if (gad->odd)
4910 /* If there was an odd word left behind, use it. */
4911 ret = gad->odd;
4912 gad->odd = 0;
4917 as an odd word, and skip to the next pair of words, possibly
4920 gad->odd = gad->cur + 4;
5224 bfd_signed_vma odd;
5232 odd = 12;
5237 limit = odd + gpinfop->g.got12 + gpinfop->g.gotlos
5256 odd = _frvfdpic_compute_got_alloc_data (&gpinfop->got12,
5258 odd,
5266 odd = _frvfdpic_compute_got_alloc_data (&gpinfop->gotlos,
5268 odd,
5278 odd = _frvfdpic_compute_got_alloc_data (&gpinfop->gothilo,
5280 odd,
5299 /* If an odd
5301 - (odd + 4 == gpinfop->gothilo.tmax ? 4 : 0);