Lines Matching refs:sreloc
2110 asection *sreloc = elf_section_data (p->sec)->sreloc; in allocate_dynrelocs() local
2111 sreloc->size += p->count * sizeof (Elf32_External_Rela); in allocate_dynrelocs()
2210 srel = elf_section_data (p->sec)->sreloc; in m32r_elf_size_dynamic_sections()
2404 asection *sgot, *splt, *sreloc; in m32r_elf_relocate_section() local
2415 sreloc = NULL; in m32r_elf_relocate_section()
2872 if (sreloc == NULL) in m32r_elf_relocate_section()
2874 sreloc = _bfd_elf_get_dynamic_reloc_section in m32r_elf_relocate_section()
2876 if (sreloc == NULL) in m32r_elf_relocate_section()
2925 loc = sreloc->contents; in m32r_elf_relocate_section()
2926 loc += sreloc->reloc_count * sizeof (Elf32_External_Rela); in m32r_elf_relocate_section()
2928 ++sreloc->reloc_count; in m32r_elf_relocate_section()
3723 asection *sreloc; in m32r_elf_check_relocs() local
3728 sreloc = NULL; in m32r_elf_check_relocs()
3901 if (sreloc == NULL) in m32r_elf_check_relocs()
3903 sreloc = _bfd_elf_make_dynamic_reloc_section in m32r_elf_check_relocs()
3906 if (sreloc == NULL) in m32r_elf_check_relocs()