Lines Matching refs:asect
1349 asection *asect, in elf_slurp_reloc_table_from_section() argument
1402 relent->address = rela.r_offset - asect->vma; in elf_slurp_reloc_table_from_section()
1410 abfd->filename, asect->name, i, ELF_R_SYM (rela.r_info)); in elf_slurp_reloc_table_from_section()
1447 asection *asect, in elf_slurp_reloc_table() argument
1451 struct bfd_elf_section_data * const d = elf_section_data (asect); in elf_slurp_reloc_table()
1459 if (asect->relocation != NULL) in elf_slurp_reloc_table()
1464 if ((asect->flags & SEC_RELOC) == 0 in elf_slurp_reloc_table()
1465 || asect->reloc_count == 0) in elf_slurp_reloc_table()
1473 BFD_ASSERT (asect->reloc_count == reloc_count + reloc_count2); in elf_slurp_reloc_table()
1474 BFD_ASSERT (asect->rel_filepos == rel_hdr->sh_offset in elf_slurp_reloc_table()
1475 || (rel_hdr2 && asect->rel_filepos == rel_hdr2->sh_offset)); in elf_slurp_reloc_table()
1484 if (asect->size == 0) in elf_slurp_reloc_table()
1498 if (!elf_slurp_reloc_table_from_section (abfd, asect, in elf_slurp_reloc_table()
1505 && !elf_slurp_reloc_table_from_section (abfd, asect, in elf_slurp_reloc_table()
1511 asect->relocation = relents; in elf_slurp_reloc_table()