Lines Matching refs:sreloc
2554 asection *sreloc; in elf_m68k_check_relocs() local
2566 sreloc = NULL; in elf_m68k_check_relocs()
2801 if (sreloc == NULL) in elf_m68k_check_relocs()
2803 sreloc = _bfd_elf_make_dynamic_reloc_section in elf_m68k_check_relocs()
2806 if (sreloc == NULL) in elf_m68k_check_relocs()
2818 sreloc->size += sizeof (Elf32_External_Rela); in elf_m68k_check_relocs()
2861 if (p->section == sreloc) in elf_m68k_check_relocs()
2872 p->section = sreloc; in elf_m68k_check_relocs()
3617 asection *sreloc; in elf_m68k_relocate_section() local
3629 sreloc = NULL; in elf_m68k_relocate_section()
4082 sreloc = elf_section_data (input_section)->sreloc; in elf_m68k_relocate_section()
4083 if (sreloc == NULL) in elf_m68k_relocate_section()
4086 loc = sreloc->contents; in elf_m68k_relocate_section()
4087 loc += sreloc->reloc_count++ * sizeof (Elf32_External_Rela); in elf_m68k_relocate_section()