Lines Matching refs:sreloc
806 asection *sreloc; in or1k_elf_relocate_section() local
816 sreloc = elf_section_data (input_section)->sreloc; in or1k_elf_relocate_section()
1034 BFD_ASSERT (sreloc != NULL); in or1k_elf_relocate_section()
1078 loc = sreloc->contents; in or1k_elf_relocate_section()
1079 loc += sreloc->reloc_count++ * sizeof (Elf32_External_Rela); in or1k_elf_relocate_section()
1109 sreloc = bfd_get_section_by_name (dynobj, ".rela.got"); in or1k_elf_relocate_section()
1166 loc = sreloc->contents; in or1k_elf_relocate_section()
1167 loc += sreloc->reloc_count++ * in or1k_elf_relocate_section()
1199 loc = sreloc->contents; in or1k_elf_relocate_section()
1200 loc += sreloc->reloc_count++ * sizeof (Elf32_External_Rela); in or1k_elf_relocate_section()
1416 asection *sreloc = NULL; in or1k_elf_check_relocs() local
1625 if (sreloc == NULL) in or1k_elf_check_relocs()
1648 sreloc = bfd_get_section_by_name (dynobj, name); in or1k_elf_check_relocs()
1649 if (sreloc == NULL) in or1k_elf_check_relocs()
1651 sreloc = _bfd_elf_make_dynamic_reloc_section in or1k_elf_check_relocs()
1654 if (sreloc == NULL) in or1k_elf_check_relocs()
1657 elf_section_data (sec)->sreloc = sreloc; in or1k_elf_check_relocs()
2389 asection *sreloc = elf_section_data (p->sec)->sreloc; in allocate_dynrelocs() local
2390 sreloc->size += p->count * sizeof (Elf32_External_Rela); in allocate_dynrelocs()
2486 srel = elf_section_data (p->sec)->sreloc; in or1k_elf_size_dynamic_sections()