Searched refs:relindx (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/legacy/binutils/bfd/
H A Dxcofflink.c1308 bfd_size_type relindx;
1317 relindx = xcoff_find_reloc (relocs, amt, sym.n_value);
1318 rel = relocs + relindx;
1322 if (relindx < enclosing->reloc_count
1387 rel_csects[relindx] = bfd_und_section_ptr;
1452 bfd_size_type relindx;
1458 relindx = xcoff_find_reloc (relocs, amt, csect->vma);
1460 rel = relocs + relindx;
1462 + relindx);
1465 + relindx * bfd_coff_rels
1304 bfd_size_type relindx; local
1448 bfd_size_type relindx; local
[all...]
/haiku-buildtools/binutils/bfd/
H A Dxcofflink.c1570 bfd_size_type relindx;
1579 relindx = xcoff_find_reloc (relocs, amt, sym.n_value);
1580 rel = relocs + relindx;
1584 if (relindx < enclosing->reloc_count
1649 rel_csects[relindx] = bfd_und_section_ptr;
1715 bfd_size_type relindx;
1721 relindx = xcoff_find_reloc (relocs, amt, csect->vma);
1723 rel = relocs + relindx;
1725 + relindx);
1728 + relindx * bfd_coff_rels
1564 bfd_size_type relindx; local
1709 bfd_size_type relindx; local
[all...]

Completed in 103 milliseconds