Lines Matching refs:sreloc
1440 asection *sreloc; in sh_elf64_relocate_section() local
1451 sreloc = NULL; in sh_elf64_relocate_section()
1710 if (sreloc == NULL) in sh_elf64_relocate_section()
1712 sreloc = _bfd_elf_get_dynamic_reloc_section in sh_elf64_relocate_section()
1714 if (sreloc == NULL) in sh_elf64_relocate_section()
1761 loc = sreloc->contents; in sh_elf64_relocate_section()
1762 loc += sreloc->reloc_count++ * sizeof (Elf64_External_Rela); in sh_elf64_relocate_section()
2396 asection *sreloc; in sh_elf64_check_relocs() local
2400 sreloc = NULL; in sh_elf64_check_relocs()
2686 if (sreloc == NULL) in sh_elf64_check_relocs()
2688 sreloc = _bfd_elf_make_dynamic_reloc_section in sh_elf64_check_relocs()
2691 if (sreloc == NULL) in sh_elf64_check_relocs()
2695 sreloc->size += sizeof (Elf64_External_Rela); in sh_elf64_check_relocs()
2714 if (p->section == sreloc) in sh_elf64_check_relocs()
2725 p->section = sreloc; in sh_elf64_check_relocs()