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

/freebsd-10.0-release/contrib/binutils/bfd/
H A Delf64-mips.c2593 bfd_size_type reloc_count2;
2609 reloc_count2 = (rel_hdr2 ? NUM_SHDR_ENTRIES (rel_hdr2) : 0);
2611 BFD_ASSERT (asect->reloc_count == reloc_count + reloc_count2);
2628 reloc_count2 = 0;
2632 amt = (reloc_count + reloc_count2) * 3 * sizeof (arelent);
2648 rel_hdr2, reloc_count2,
2588 bfd_size_type reloc_count2; local
H A Delfcode.h1458 bfd_size_type reloc_count2;
1474 reloc_count2 = (rel_hdr2 ? NUM_SHDR_ENTRIES (rel_hdr2) : 0);
1476 BFD_ASSERT (asect->reloc_count == reloc_count + reloc_count2);
1493 reloc_count2 = 0;
1496 amt = (reloc_count + reloc_count2) * sizeof (arelent);
1509 rel_hdr2, reloc_count2,
1455 bfd_size_type reloc_count2; local

Completed in 138 milliseconds