Lines Matching refs:asect
3702 mips_elf64_slurp_one_reloc_table (bfd *abfd, asection *asect, in mips_elf64_slurp_one_reloc_table() argument
3842 relent->address = rela.r_offset - asect->vma; in mips_elf64_slurp_one_reloc_table()
3852 asect->reloc_count += (relent - relents) / 3; in mips_elf64_slurp_one_reloc_table()
3872 mips_elf64_slurp_reloc_table (bfd *abfd, asection *asect, in mips_elf64_slurp_reloc_table() argument
3875 struct bfd_elf_section_data * const d = elf_section_data (asect); in mips_elf64_slurp_reloc_table()
3883 if (asect->relocation != NULL) in mips_elf64_slurp_reloc_table()
3888 if ((asect->flags & SEC_RELOC) == 0 in mips_elf64_slurp_reloc_table()
3889 || asect->reloc_count == 0) in mips_elf64_slurp_reloc_table()
3897 BFD_ASSERT (asect->reloc_count == reloc_count + reloc_count2); in mips_elf64_slurp_reloc_table()
3898 BFD_ASSERT ((rel_hdr && asect->rel_filepos == rel_hdr->sh_offset) in mips_elf64_slurp_reloc_table()
3899 || (rel_hdr2 && asect->rel_filepos == rel_hdr2->sh_offset)); in mips_elf64_slurp_reloc_table()
3908 if (asect->size == 0) in mips_elf64_slurp_reloc_table()
3924 asect->reloc_count = 0; in mips_elf64_slurp_reloc_table()
3927 && ! mips_elf64_slurp_one_reloc_table (abfd, asect, in mips_elf64_slurp_reloc_table()
3933 && ! mips_elf64_slurp_one_reloc_table (abfd, asect, in mips_elf64_slurp_reloc_table()
3939 asect->relocation = relents; in mips_elf64_slurp_reloc_table()