HomeSort by: relevance | last modified time | path
    Searched defs:relindx (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
xcofflink.c 1693 bfd_size_type relindx;
1702 relindx = xcoff_find_reloc (relocs, amt, sym.n_value);
1703 rel = relocs + relindx;
1707 if (relindx < enclosing->reloc_count
1773 rel_csects[relindx] = bfd_und_section_ptr;
1856 bfd_size_type relindx;
1862 relindx = xcoff_find_reloc (relocs, amt, csect->vma);
1864 rel = relocs + relindx;
1866 + relindx);
1869 + relindx * bfd_coff_relsz (abfd))
1687 bfd_size_type relindx; local
1850 bfd_size_type relindx; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
xcofflink.c 1693 bfd_size_type relindx;
1702 relindx = xcoff_find_reloc (relocs, amt, sym.n_value);
1703 rel = relocs + relindx;
1707 if (relindx < enclosing->reloc_count
1773 rel_csects[relindx] = bfd_und_section_ptr;
1856 bfd_size_type relindx;
1862 relindx = xcoff_find_reloc (relocs, amt, csect->vma);
1864 rel = relocs + relindx;
1866 + relindx);
1869 + relindx * bfd_coff_relsz (abfd))
1687 bfd_size_type relindx; local
1850 bfd_size_type relindx; local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
xcofflink.c 1650 bfd_size_type relindx;
1659 relindx = xcoff_find_reloc (relocs, amt, sym.n_value);
1660 rel = relocs + relindx;
1664 if (relindx < enclosing->reloc_count
1730 rel_csects[relindx] = bfd_und_section_ptr;
1813 bfd_size_type relindx;
1819 relindx = xcoff_find_reloc (relocs, amt, csect->vma);
1821 rel = relocs + relindx;
1823 + relindx);
1826 + relindx * bfd_coff_relsz (abfd))
1644 bfd_size_type relindx; local
1807 bfd_size_type relindx; local
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
xcofflink.c 1658 bfd_size_type relindx;
1667 relindx = xcoff_find_reloc (relocs, amt, sym.n_value);
1668 rel = relocs + relindx;
1672 if (relindx < enclosing->reloc_count
1738 rel_csects[relindx] = bfd_und_section_ptr;
1821 bfd_size_type relindx;
1827 relindx = xcoff_find_reloc (relocs, amt, csect->vma);
1829 rel = relocs + relindx;
1831 + relindx);
1834 + relindx * bfd_coff_relsz (abfd))
1652 bfd_size_type relindx; local
1815 bfd_size_type relindx; local
    [all...]

Completed in 31 milliseconds