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

/haiku-buildtools/legacy/binutils/bfd/
H A Dnlmcode.h1605 bfd_size_type external_reloc_count, internal_reloc_count, i, c;
1655 external_reloc_count = 0;
1692 ++external_reloc_count;
1701 amt = external_reloc_count * sizeof (struct reloc_and_sec);
1732 BFD_ASSERT (i == external_reloc_count);
1735 qsort (external_relocs, (size_t) external_reloc_count,
1742 while (i < external_reloc_count)
1755 (j < external_reloc_count
1603 bfd_size_type external_reloc_count, internal_reloc_count, i, c; local
/haiku-buildtools/binutils/bfd/
H A Dnlmcode.h1604 bfd_size_type external_reloc_count, internal_reloc_count, i, c;
1654 external_reloc_count = 0;
1691 ++external_reloc_count;
1700 amt = external_reloc_count * sizeof (struct reloc_and_sec);
1731 BFD_ASSERT (i == external_reloc_count);
1734 qsort (external_relocs, (size_t) external_reloc_count,
1741 while (i < external_reloc_count)
1754 (j < external_reloc_count
1602 bfd_size_type external_reloc_count, internal_reloc_count, i, c; local

Completed in 47 milliseconds