Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Delfcode.h1486 bfd_size_type reloc_count2; in elf_slurp_reloc_table() local
1502 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()
Delf64-mips.c3879 bfd_size_type reloc_count2; in mips_elf64_slurp_reloc_table() local
3895 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()