Lines Matching refs:sreloc

3261       asection *sreloc = elf_section_data (p->sec)->sreloc;  in allocate_dynrelocs()  local
3262 sreloc->size += p->count * sizeof (Elf32_External_Rela); in allocate_dynrelocs()
3386 srel = elf_section_data (p->sec)->sreloc; in sh_elf_size_dynamic_sections()
3633 sh_elf_add_dyn_reloc (bfd *output_bfd, asection *sreloc, bfd_vma offset, in sh_elf_add_dyn_reloc() argument
3643 reloc_offset = sreloc->reloc_count * sizeof (Elf32_External_Rela); in sh_elf_add_dyn_reloc()
3644 BFD_ASSERT (reloc_offset < sreloc->size); in sh_elf_add_dyn_reloc()
3646 sreloc->contents + reloc_offset); in sh_elf_add_dyn_reloc()
3647 sreloc->reloc_count++; in sh_elf_add_dyn_reloc()
3822 asection *sreloc = NULL; in sh_elf_relocate_section() local
4304 if (sreloc == NULL) in sh_elf_relocate_section()
4306 sreloc = _bfd_elf_get_dynamic_reloc_section in sh_elf_relocate_section()
4308 if (sreloc == NULL) in sh_elf_relocate_section()
4388 loc = sreloc->contents; in sh_elf_relocate_section()
4389 loc += sreloc->reloc_count++ * sizeof (Elf32_External_Rela); in sh_elf_relocate_section()
5430 if (sreloc == NULL) in sh_elf_relocate_section()
5432 sreloc = _bfd_elf_get_dynamic_reloc_section in sh_elf_relocate_section()
5434 if (sreloc == NULL) in sh_elf_relocate_section()
5452 loc = sreloc->contents; in sh_elf_relocate_section()
5453 loc += sreloc->reloc_count++ * sizeof (Elf32_External_Rela); in sh_elf_relocate_section()
5994 asection *sreloc; in sh_elf_check_relocs() local
5998 sreloc = NULL; in sh_elf_check_relocs()
6456 if (sreloc == NULL) in sh_elf_check_relocs()
6458 sreloc = _bfd_elf_make_dynamic_reloc_section in sh_elf_check_relocs()
6461 if (sreloc == NULL) in sh_elf_check_relocs()