Lines Matching full:relindx
1565 bfd_size_type relindx;
1574 relindx = xcoff_find_reloc (relocs, amt, sym.n_value);
1575 rel = relocs + relindx;
1579 if (relindx < enclosing->reloc_count
1644 rel_csects[relindx] = bfd_und_section_ptr;
1709 bfd_size_type relindx;
1715 relindx = xcoff_find_reloc (relocs, amt, csect->vma);
1717 rel = relocs + relindx;
1719 + relindx);
1722 + relindx * bfd_coff_relsz (abfd));
1723 while (relindx < enclosing->reloc_count
1731 ++relindx;