Lines Matching refs:sreloc
4498 asection *sreloc; in elfNN_aarch64_final_link_relocate() local
4529 sreloc = globals->root.irelifunc; in elfNN_aarch64_final_link_relocate()
4530 elf_append_rela (output_bfd, sreloc, &outrel); in elfNN_aarch64_final_link_relocate()
4639 asection *sreloc; in elfNN_aarch64_final_link_relocate() local
4679 sreloc = elf_section_data (input_section)->sreloc; in elfNN_aarch64_final_link_relocate()
4680 if (sreloc == NULL || sreloc->contents == NULL) in elfNN_aarch64_final_link_relocate()
4683 loc = sreloc->contents + sreloc->reloc_count++ * RELOC_SIZE (globals); in elfNN_aarch64_final_link_relocate()
4686 if (sreloc->reloc_count * RELOC_SIZE (globals) > sreloc->size) in elfNN_aarch64_final_link_relocate()
5972 asection *sreloc; in elfNN_aarch64_check_relocs() local
5982 sreloc = NULL; in elfNN_aarch64_check_relocs()
6109 if (sreloc == NULL) in elfNN_aarch64_check_relocs()
6114 sreloc = _bfd_elf_make_dynamic_reloc_section in elfNN_aarch64_check_relocs()
6117 if (sreloc == NULL) in elfNN_aarch64_check_relocs()
7168 asection *sreloc; in elfNN_aarch64_allocate_dynrelocs() local
7170 sreloc = elf_section_data (p->sec)->sreloc; in elfNN_aarch64_allocate_dynrelocs()
7172 BFD_ASSERT (sreloc != NULL); in elfNN_aarch64_allocate_dynrelocs()
7174 sreloc->size += p->count * RELOC_SIZE (htab); in elfNN_aarch64_allocate_dynrelocs()
7320 srel = elf_section_data (p->sec)->sreloc; in elfNN_aarch64_size_dynamic_sections()