Home
last modified time | relevance | path

Searched refs:got_info (Results 1 – 5 of 5) sorted by relevance

/toolchain/binutils/binutils-2.27/bfd/
DChangeLog-20081293 (mips_elf_calculate_relocation): Check htab->got_info instead of
1427 * elfxx-mips.c (_mips_elf_section_data): Remove the "u.got_info" field.
1428 (mips_elf_link_hash_table): Add "sgot" and "got_info" fields.
1436 Use htab->got_info.
1438 use htab->got_info and htab->sgot instead.
1444 and htab->got_info instead.
1446 Use htab->sgot and htab->got_info.
1448 Don't call mips_elf_got_info; use htab->got_info instead.
1450 a local variable and read it from htab->got_info.
1453 htab->got_info instead.
[all …]
Delf32-score7.c133 struct score_got_info *got_info; member
970 g = score_elf_section_data (sgot)->u.got_info; in score_elf_got_info()
1328 score_elf_section_data (s)->u.got_info = g; in score_elf_create_got_section()
1441 g = score_elf_section_data (got)->u.got_info; in s7_bfd_score_elf_hide_symbol()
2611 g = score_elf_section_data (sgot)->u.got_info; in s7_bfd_score_elf_check_relocs()
3341 g = score_elf_section_data (sgot)->u.got_info; in s7_bfd_score_elf_finish_dynamic_symbol()
3399 g = score_elf_section_data (sgot)->u.got_info; in s7_bfd_score_elf_finish_dynamic_sections()
Delf32-score.c137 struct score_got_info *got_info; member
1086 g = score_elf_section_data (sgot)->u.got_info; in score_elf_got_info()
1469 score_elf_section_data (s)->u.got_info = g; in score_elf_create_got_section()
1579 g = score_elf_section_data (got)->u.got_info; in s3_bfd_score_elf_hide_symbol()
2805 g = score_elf_section_data (sgot)->u.got_info; in s3_bfd_score_elf_check_relocs()
3531 g = score_elf_section_data (sgot)->u.got_info; in s3_bfd_score_elf_finish_dynamic_symbol()
3588 g = score_elf_section_data (sgot)->u.got_info; in s3_bfd_score_elf_finish_dynamic_sections()
Delfxx-mips.c464 struct mips_got_info *got_info; member
3656 + mips_elf_adjust_gp (output_bfd, htab->got_info, input_bfd); in mips_elf_got_offset_from_index()
3825 g = htab->got_info; in mips_elf_sort_hash_table()
3904 g = htab->got_info; in mips_elf_record_got_entry()
3998 g = htab->got_info; in mips_elf_record_local_got_symbol()
4025 g1 = htab->got_info; in mips_elf_record_got_page_ref()
4454 g = htab->got_info; in mips_elf_count_got_symbols()
4816 g = htab->got_info; in mips_elf_multi_got()
5155 htab->got_info = mips_elf_create_got_info (abfd); in mips_elf_create_got_section()
5605 if (htab->got_info) in mips_elf_calculate_relocation()
[all …]
/toolchain/binutils/binutils-2.27/gold/
Dmips.cc1778 set_got_info(Mips_got_info<size, big_endian>* got_info) in set_got_info() argument
1779 { this->got_info_ = got_info; } in set_got_info()