Lines Matching refs:sreloc
1247 asection *sreloc; in score_elf_rel_dyn_section() local
1249 sreloc = bfd_get_linker_section (dynobj, dname); in score_elf_rel_dyn_section()
1250 if (sreloc == NULL && create_p) in score_elf_rel_dyn_section()
1252 sreloc = bfd_make_section_anyway_with_flags (dynobj, dname, in score_elf_rel_dyn_section()
1259 if (sreloc == NULL in score_elf_rel_dyn_section()
1260 || ! bfd_set_section_alignment (dynobj, sreloc, in score_elf_rel_dyn_section()
1264 return sreloc; in score_elf_rel_dyn_section()
1297 asection *sreloc; in score_elf_create_dynamic_relocation() local
1305 sreloc = score_elf_rel_dyn_section (dynobj, FALSE); in score_elf_create_dynamic_relocation()
1306 BFD_ASSERT (sreloc != NULL); in score_elf_create_dynamic_relocation()
1307 BFD_ASSERT (sreloc->contents != NULL); in score_elf_create_dynamic_relocation()
1308 BFD_ASSERT (sreloc->reloc_count * SCORE_ELF_REL_SIZE (output_bfd) < sreloc->size); in score_elf_create_dynamic_relocation()
1391 (sreloc->contents + sreloc->reloc_count * sizeof (Elf32_External_Rel))); in score_elf_create_dynamic_relocation()
1394 ++sreloc->reloc_count; in score_elf_create_dynamic_relocation()
2783 asection *sreloc; in s3_bfd_score_elf_check_relocs() local
2814 sreloc = NULL; in s3_bfd_score_elf_check_relocs()
2912 if (sreloc == NULL) in s3_bfd_score_elf_check_relocs()
2914 sreloc = score_elf_rel_dyn_section (dynobj, TRUE); in s3_bfd_score_elf_check_relocs()
2915 if (sreloc == NULL) in s3_bfd_score_elf_check_relocs()