Lines Matching refs:sreloc
1104 asection *sreloc; in score_elf_rel_dyn_section() local
1106 sreloc = bfd_get_linker_section (dynobj, dname); in score_elf_rel_dyn_section()
1107 if (sreloc == NULL && create_p) in score_elf_rel_dyn_section()
1109 sreloc = bfd_make_section_anyway_with_flags (dynobj, dname, in score_elf_rel_dyn_section()
1116 if (sreloc == NULL in score_elf_rel_dyn_section()
1117 || ! bfd_set_section_alignment (dynobj, sreloc, in score_elf_rel_dyn_section()
1121 return sreloc; in score_elf_rel_dyn_section()
1155 asection *sreloc; in score_elf_create_dynamic_relocation() local
1163 sreloc = score_elf_rel_dyn_section (dynobj, FALSE); in score_elf_create_dynamic_relocation()
1164 BFD_ASSERT (sreloc != NULL); in score_elf_create_dynamic_relocation()
1165 BFD_ASSERT (sreloc->contents != NULL); in score_elf_create_dynamic_relocation()
1166 BFD_ASSERT (sreloc->reloc_count * SCORE_ELF_REL_SIZE (output_bfd) < sreloc->size); in score_elf_create_dynamic_relocation()
1249 (sreloc->contents + sreloc->reloc_count * sizeof (Elf32_External_Rel))); in score_elf_create_dynamic_relocation()
1252 ++sreloc->reloc_count; in score_elf_create_dynamic_relocation()
2588 asection *sreloc; in s7_bfd_score_elf_check_relocs() local
2619 sreloc = NULL; in s7_bfd_score_elf_check_relocs()
2717 if (sreloc == NULL) in s7_bfd_score_elf_check_relocs()
2719 sreloc = score_elf_rel_dyn_section (dynobj, TRUE); in s7_bfd_score_elf_check_relocs()
2720 if (sreloc == NULL) in s7_bfd_score_elf_check_relocs()