Lines Matching refs:asect
1380 asection *asect, in elf_slurp_reloc_table_from_section() argument
1433 relent->address = rela.r_offset - asect->vma; in elf_slurp_reloc_table_from_section()
1441 abfd->filename, asect->name, i, ELF_R_SYM (rela.r_info)); in elf_slurp_reloc_table_from_section()
1478 asection *asect, in elf_slurp_reloc_table() argument
1482 struct bfd_elf_section_data * const d = elf_section_data (asect); in elf_slurp_reloc_table()
1490 if (asect->relocation != NULL) in elf_slurp_reloc_table()
1495 if ((asect->flags & SEC_RELOC) == 0 in elf_slurp_reloc_table()
1496 || asect->reloc_count == 0) in elf_slurp_reloc_table()
1504 BFD_ASSERT (asect->reloc_count == reloc_count + reloc_count2); in elf_slurp_reloc_table()
1505 BFD_ASSERT ((rel_hdr && asect->rel_filepos == rel_hdr->sh_offset) in elf_slurp_reloc_table()
1506 || (rel_hdr2 && asect->rel_filepos == rel_hdr2->sh_offset)); in elf_slurp_reloc_table()
1515 if (asect->size == 0) in elf_slurp_reloc_table()
1530 && !elf_slurp_reloc_table_from_section (abfd, asect, in elf_slurp_reloc_table()
1537 && !elf_slurp_reloc_table_from_section (abfd, asect, in elf_slurp_reloc_table()
1543 asect->relocation = relents; in elf_slurp_reloc_table()