Home
last modified time | relevance | path

Searched refs:score_elf_section_data (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/bfd/
Delf32-score7.c139 #define score_elf_section_data(sec) \ macro
970 g = score_elf_section_data (sgot)->u.got_info; in score_elf_got_info()
1327 score_elf_section_data (s)->u.got_info = g; in score_elf_create_got_section()
1328 score_elf_section_data (s)->elf.this_hdr.sh_flags |= SHF_ALLOC | SHF_WRITE | SHF_SCORE_GPREL; in score_elf_create_got_section()
1440 g = score_elf_section_data (got)->u.got_info; in s7_bfd_score_elf_hide_symbol()
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()
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()
3398 BFD_ASSERT (score_elf_section_data (sgot) != NULL); in s7_bfd_score_elf_finish_dynamic_sections()
[all …]
Delf32-score.c143 #define score_elf_section_data(sec) \ macro
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()
1470 score_elf_section_data (s)->elf.this_hdr.sh_flags |= SHF_ALLOC | SHF_WRITE | SHF_SCORE_GPREL; in score_elf_create_got_section()
1579 g = score_elf_section_data (got)->u.got_info; in s3_bfd_score_elf_hide_symbol()
2808 BFD_ASSERT (score_elf_section_data (sgot) != NULL); in s3_bfd_score_elf_check_relocs()
2809 g = score_elf_section_data (sgot)->u.got_info; in s3_bfd_score_elf_check_relocs()
3531 BFD_ASSERT (score_elf_section_data (sgot) != NULL); in s3_bfd_score_elf_finish_dynamic_symbol()
3532 g = score_elf_section_data (sgot)->u.got_info; in s3_bfd_score_elf_finish_dynamic_symbol()
3588 BFD_ASSERT (score_elf_section_data (sgot) != NULL); in s3_bfd_score_elf_finish_dynamic_sections()
[all …]