Searched refs:reloc_count2 (Results 1 – 2 of 2) sorted by relevance
1486 bfd_size_type reloc_count2; in elf_slurp_reloc_table() local1502 reloc_count2 = rel_hdr2 ? NUM_SHDR_ENTRIES (rel_hdr2) : 0; in elf_slurp_reloc_table()1504 BFD_ASSERT (asect->reloc_count == reloc_count + reloc_count2); in elf_slurp_reloc_table()1521 reloc_count2 = 0; in elf_slurp_reloc_table()1524 amt = (reloc_count + reloc_count2) * sizeof (arelent); in elf_slurp_reloc_table()1538 rel_hdr2, reloc_count2, in elf_slurp_reloc_table()
3879 bfd_size_type reloc_count2; in mips_elf64_slurp_reloc_table() local3895 reloc_count2 = (rel_hdr2 ? NUM_SHDR_ENTRIES (rel_hdr2) : 0); in mips_elf64_slurp_reloc_table()3897 BFD_ASSERT (asect->reloc_count == reloc_count + reloc_count2); in mips_elf64_slurp_reloc_table()3914 reloc_count2 = 0; in mips_elf64_slurp_reloc_table()3918 amt = (reloc_count + reloc_count2) * 3 * sizeof (arelent); in mips_elf64_slurp_reloc_table()3934 rel_hdr2, reloc_count2, in mips_elf64_slurp_reloc_table()