Lines Matching refs:sreloc
3163 asection *sreloc; in mips_elf_rel_dyn_section() local
3168 sreloc = bfd_get_linker_section (dynobj, dname); in mips_elf_rel_dyn_section()
3169 if (sreloc == NULL && create_p) in mips_elf_rel_dyn_section()
3171 sreloc = bfd_make_section_anyway_with_flags (dynobj, dname, in mips_elf_rel_dyn_section()
3178 if (sreloc == NULL in mips_elf_rel_dyn_section()
3179 || ! bfd_set_section_alignment (dynobj, sreloc, in mips_elf_rel_dyn_section()
3183 return sreloc; in mips_elf_rel_dyn_section()
3289 asection *sreloc, in mips_elf_output_dynamic_relocation() argument
3306 (sreloc->contents in mips_elf_output_dynamic_relocation()
3312 (sreloc->contents in mips_elf_output_dynamic_relocation()
3326 asection *sreloc, *sgot; in mips_elf_initialize_tls_slots() local
3362 sreloc = mips_elf_rel_dyn_section (info, FALSE); in mips_elf_initialize_tls_slots()
3374 (abfd, sreloc, sreloc->reloc_count++, indx, in mips_elf_initialize_tls_slots()
3380 (abfd, sreloc, sreloc->reloc_count++, indx, in mips_elf_initialize_tls_slots()
3408 (abfd, sreloc, sreloc->reloc_count++, indx, in mips_elf_initialize_tls_slots()
3429 (abfd, sreloc, sreloc->reloc_count++, indx, in mips_elf_initialize_tls_slots()
6349 asection *sreloc; in mips_elf_create_dynamic_relocation() local
6361 sreloc = mips_elf_rel_dyn_section (info, FALSE); in mips_elf_create_dynamic_relocation()
6362 BFD_ASSERT (sreloc != NULL); in mips_elf_create_dynamic_relocation()
6363 BFD_ASSERT (sreloc->contents != NULL); in mips_elf_create_dynamic_relocation()
6364 BFD_ASSERT (sreloc->reloc_count * MIPS_ELF_REL_SIZE (output_bfd) in mips_elf_create_dynamic_relocation()
6365 < sreloc->size); in mips_elf_create_dynamic_relocation()
6496 (sreloc->contents in mips_elf_create_dynamic_relocation()
6497 + sreloc->reloc_count * sizeof (Elf64_Mips_External_Rel))); in mips_elf_create_dynamic_relocation()
6505 (sreloc->contents in mips_elf_create_dynamic_relocation()
6506 + sreloc->reloc_count * sizeof (Elf32_External_Rela))); in mips_elf_create_dynamic_relocation()
6511 (sreloc->contents + sreloc->reloc_count * sizeof (Elf32_External_Rel))); in mips_elf_create_dynamic_relocation()
6514 ++sreloc->reloc_count; in mips_elf_create_dynamic_relocation()
7916 asection *sreloc; in _bfd_mips_elf_check_relocs() local
8188 sreloc = NULL; in _bfd_mips_elf_check_relocs()
8374 if (sreloc == NULL) in _bfd_mips_elf_check_relocs()
8376 sreloc = mips_elf_rel_dyn_section (info, TRUE); in _bfd_mips_elf_check_relocs()
8377 if (sreloc == NULL) in _bfd_mips_elf_check_relocs()
8548 if (sreloc == NULL) in _bfd_mips_elf_check_relocs()
8550 sreloc = mips_elf_rel_dyn_section (info, TRUE); in _bfd_mips_elf_check_relocs()
8551 if (sreloc == NULL) in _bfd_mips_elf_check_relocs()