Lines Matching refs:sgot
951 asection *sgot = bfd_get_linker_section (abfd, ".got"); in score_elf_got_section() local
953 if (sgot == NULL || (! maybe_excluded && (sgot->flags & SEC_EXCLUDE) != 0)) in score_elf_got_section()
955 return sgot; in score_elf_got_section()
964 asection *sgot; in score_elf_got_info() local
967 sgot = score_elf_got_section (abfd, TRUE); in score_elf_got_info()
968 BFD_ASSERT (sgot != NULL); in score_elf_got_info()
969 BFD_ASSERT (elf_section_data (sgot) != NULL); in score_elf_got_info()
970 g = score_elf_section_data (sgot)->u.got_info; in score_elf_got_info()
974 *sgotp = sgot; in score_elf_got_info()
1348 asection *sgot, bfd_vma value, in score_elf_create_local_got_entry() argument
1384 bfd_put_32 (abfd, value, (sgot->contents + entry.gotidx)); in score_elf_create_local_got_entry()
1396 asection *sgot; in score_elf_got16_entry() local
1409 g = score_elf_got_info (elf_hash_table (info)->dynobj, &sgot); in score_elf_got16_entry()
1411 entry = score_elf_create_local_got_entry (abfd, ibfd, g, sgot, value, 0, NULL, in score_elf_got16_entry()
1588 asection *sgot; in score_elf_local_got_index() local
1592 g = score_elf_got_info (elf_hash_table (info)->dynobj, &sgot); in score_elf_local_got_index()
1594 entry = score_elf_create_local_got_entry (abfd, ibfd, g, sgot, value, in score_elf_local_got_index()
1609 asection *sgot; in score_elf_global_got_index() local
1613 g = score_elf_got_info (abfd, &sgot); in score_elf_global_got_index()
1623 BFD_ASSERT (got_index < sgot->size); in score_elf_global_got_index()
1636 asection *sgot; in score_elf_got_offset_from_index() local
1639 score_elf_got_info (dynobj, &sgot); in score_elf_got_offset_from_index()
1642 return sgot->output_section->vma + sgot->output_offset + got_index - gp; in score_elf_got_offset_from_index()
1976 asection *sgot = score_elf_got_section (tmpbfd, FALSE); in score_elf_final_link_relocate() local
1977 bfd_put_32 (tmpbfd, value, sgot->contents + g); in score_elf_final_link_relocate()
2587 asection *sgot; in s7_bfd_score_elf_check_relocs() local
2603 sgot = NULL; in s7_bfd_score_elf_check_relocs()
2608 sgot = score_elf_got_section (dynobj, FALSE); in s7_bfd_score_elf_check_relocs()
2609 if (sgot == NULL) in s7_bfd_score_elf_check_relocs()
2613 BFD_ASSERT (score_elf_section_data (sgot) != NULL); in s7_bfd_score_elf_check_relocs()
2614 g = score_elf_section_data (sgot)->u.got_info; in s7_bfd_score_elf_check_relocs()
2658 if (dynobj == NULL || sgot == NULL) in s7_bfd_score_elf_check_relocs()
2668 g = score_elf_got_info (dynobj, &sgot); in s7_bfd_score_elf_check_relocs()
2760 g = score_elf_got_info (dynobj, &sgot); in s7_bfd_score_elf_check_relocs()
3296 asection *sgot; in s7_bfd_score_elf_finish_dynamic_symbol() local
3338 sgot = score_elf_got_section (dynobj, FALSE); in s7_bfd_score_elf_finish_dynamic_symbol()
3339 BFD_ASSERT (sgot != NULL); in s7_bfd_score_elf_finish_dynamic_symbol()
3340 BFD_ASSERT (score_elf_section_data (sgot) != NULL); in s7_bfd_score_elf_finish_dynamic_symbol()
3341 g = score_elf_section_data (sgot)->u.got_info; in s7_bfd_score_elf_finish_dynamic_symbol()
3353 bfd_put_32 (output_bfd, value, sgot->contents + offset); in s7_bfd_score_elf_finish_dynamic_symbol()
3385 asection *sgot; in s7_bfd_score_elf_finish_dynamic_sections() local
3393 sgot = score_elf_got_section (dynobj, FALSE); in s7_bfd_score_elf_finish_dynamic_sections()
3394 if (sgot == NULL) in s7_bfd_score_elf_finish_dynamic_sections()
3398 BFD_ASSERT (score_elf_section_data (sgot) != NULL); in s7_bfd_score_elf_finish_dynamic_sections()
3399 g = score_elf_section_data (sgot)->u.got_info; in s7_bfd_score_elf_finish_dynamic_sections()
3498 if (sgot != NULL && sgot->size > 0) in s7_bfd_score_elf_finish_dynamic_sections()
3500 bfd_put_32 (output_bfd, 0, sgot->contents); in s7_bfd_score_elf_finish_dynamic_sections()
3501 bfd_put_32 (output_bfd, 0x80000000, sgot->contents + SCORE_ELF_GOT_SIZE (output_bfd)); in s7_bfd_score_elf_finish_dynamic_sections()
3504 if (sgot != NULL) in s7_bfd_score_elf_finish_dynamic_sections()
3505 elf_section_data (sgot->output_section)->this_hdr.sh_entsize in s7_bfd_score_elf_finish_dynamic_sections()