Home | History | Annotate | Download | only in bfd

Lines Matching refs:asect

3708 mips_elf64_slurp_one_reloc_table (bfd *abfd, asection *asect,
3848 relent->address = rela.r_offset - asect->vma;
3858 asect->reloc_count += (relent - relents) / 3;
3878 mips_elf64_slurp_reloc_table (bfd *abfd, asection *asect,
3881 struct bfd_elf_section_data * const d = elf_section_data (asect);
3889 if (asect->relocation != NULL)
3894 if ((asect->flags & SEC_RELOC) == 0
3895 || asect->reloc_count == 0)
3903 BFD_ASSERT (asect->reloc_count == reloc_count + reloc_count2);
3904 BFD_ASSERT ((rel_hdr && asect->rel_filepos == rel_hdr->sh_offset)
3905 || (rel_hdr2 && asect->rel_filepos == rel_hdr2->sh_offset));
3910 /* Note that ASECT->RELOC_COUNT tends not to be accurate in this
3914 if (asect->size == 0)
3930 asect->reloc_count = 0;
3933 && ! mips_elf64_slurp_one_reloc_table (abfd, asect,
3939 && ! mips_elf64_slurp_one_reloc_table (abfd, asect,
3945 asect->relocation = relents;