Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/bfd/
Delfcode.h1490 bfd_size_type reloc_count2; in elf_slurp_reloc_table() local
1506 reloc_count2 = rel_hdr2 ? NUM_SHDR_ENTRIES (rel_hdr2) : 0; in elf_slurp_reloc_table()
1509 if (asect->reloc_count != reloc_count + reloc_count2) in elf_slurp_reloc_table()
1527 reloc_count2 = 0; in elf_slurp_reloc_table()
1530 amt = (reloc_count + reloc_count2) * sizeof (arelent); in elf_slurp_reloc_table()
1544 rel_hdr2, reloc_count2, in elf_slurp_reloc_table()
Delf64-mips.c3915 bfd_size_type reloc_count2; in mips_elf64_slurp_reloc_table() local
3931 reloc_count2 = (rel_hdr2 ? NUM_SHDR_ENTRIES (rel_hdr2) : 0); in mips_elf64_slurp_reloc_table()
3933 BFD_ASSERT (asect->reloc_count == reloc_count + reloc_count2); in mips_elf64_slurp_reloc_table()
3950 reloc_count2 = 0; in mips_elf64_slurp_reloc_table()
3954 amt = (reloc_count + reloc_count2) * 3 * sizeof (arelent); in mips_elf64_slurp_reloc_table()
3970 rel_hdr2, reloc_count2, in mips_elf64_slurp_reloc_table()