Home
last modified time | relevance | path

Searched refs:score_elf_scom_symbol (Results 1 – 9 of 9) sorted by relevance

/netbsd/external/gpl3/binutils.old/dist/bfd/
H A Delf32-score7.c201 static asymbol score_elf_scom_symbol; variable
2844 score_elf_scom_section.symbol = &score_elf_scom_symbol; in s7_bfd_score_elf_symbol_processing()
2846 score_elf_scom_symbol.name = ".scommon"; in s7_bfd_score_elf_symbol_processing()
2847 score_elf_scom_symbol.flags = BSF_SECTION_SYM; in s7_bfd_score_elf_symbol_processing()
2848 score_elf_scom_symbol.section = &score_elf_scom_section; in s7_bfd_score_elf_symbol_processing()
2849 score_elf_scom_symbol_ptr = &score_elf_scom_symbol; in s7_bfd_score_elf_symbol_processing()
H A Delf32-score.c204 static asymbol score_elf_scom_symbol; variable
3039 score_elf_scom_section.symbol = &score_elf_scom_symbol; in s3_bfd_score_elf_symbol_processing()
3041 score_elf_scom_symbol.name = ".scommon"; in s3_bfd_score_elf_symbol_processing()
3042 score_elf_scom_symbol.flags = BSF_SECTION_SYM; in s3_bfd_score_elf_symbol_processing()
3043 score_elf_scom_symbol.section = &score_elf_scom_section; in s3_bfd_score_elf_symbol_processing()
3044 score_elf_scom_symbol_ptr = &score_elf_scom_symbol; in s3_bfd_score_elf_symbol_processing()
/netbsd/external/gpl3/gdb/dist/bfd/
H A Delf32-score7.c201 static asymbol score_elf_scom_symbol; variable
2845 score_elf_scom_section.symbol = &score_elf_scom_symbol; in s7_bfd_score_elf_symbol_processing()
2847 score_elf_scom_symbol.name = ".scommon"; in s7_bfd_score_elf_symbol_processing()
2848 score_elf_scom_symbol.flags = BSF_SECTION_SYM; in s7_bfd_score_elf_symbol_processing()
2849 score_elf_scom_symbol.section = &score_elf_scom_section; in s7_bfd_score_elf_symbol_processing()
2850 score_elf_scom_symbol_ptr = &score_elf_scom_symbol; in s7_bfd_score_elf_symbol_processing()
H A Delf32-score.c204 static asymbol score_elf_scom_symbol; variable
3040 score_elf_scom_section.symbol = &score_elf_scom_symbol; in s3_bfd_score_elf_symbol_processing()
3042 score_elf_scom_symbol.name = ".scommon"; in s3_bfd_score_elf_symbol_processing()
3043 score_elf_scom_symbol.flags = BSF_SECTION_SYM; in s3_bfd_score_elf_symbol_processing()
3044 score_elf_scom_symbol.section = &score_elf_scom_section; in s3_bfd_score_elf_symbol_processing()
3045 score_elf_scom_symbol_ptr = &score_elf_scom_symbol; in s3_bfd_score_elf_symbol_processing()
/netbsd/external/gpl3/gdb.old/dist/bfd/
H A Delf32-score7.c201 static asymbol score_elf_scom_symbol; variable
2845 score_elf_scom_section.symbol = &score_elf_scom_symbol; in s7_bfd_score_elf_symbol_processing()
2847 score_elf_scom_symbol.name = ".scommon"; in s7_bfd_score_elf_symbol_processing()
2848 score_elf_scom_symbol.flags = BSF_SECTION_SYM; in s7_bfd_score_elf_symbol_processing()
2849 score_elf_scom_symbol.section = &score_elf_scom_section; in s7_bfd_score_elf_symbol_processing()
2850 score_elf_scom_symbol_ptr = &score_elf_scom_symbol; in s7_bfd_score_elf_symbol_processing()
H A Delf32-score.c204 static asymbol score_elf_scom_symbol; variable
3040 score_elf_scom_section.symbol = &score_elf_scom_symbol; in s3_bfd_score_elf_symbol_processing()
3042 score_elf_scom_symbol.name = ".scommon"; in s3_bfd_score_elf_symbol_processing()
3043 score_elf_scom_symbol.flags = BSF_SECTION_SYM; in s3_bfd_score_elf_symbol_processing()
3044 score_elf_scom_symbol.section = &score_elf_scom_section; in s3_bfd_score_elf_symbol_processing()
3045 score_elf_scom_symbol_ptr = &score_elf_scom_symbol; in s3_bfd_score_elf_symbol_processing()
/netbsd/external/gpl3/binutils/dist/bfd/
H A Delf32-score7.c201 static const asymbol score_elf_scom_symbol = variable
204 BFD_FAKE_SECTION (score_elf_scom_section, &score_elf_scom_symbol,
H A Delf32-score.c204 static const asymbol score_elf_scom_symbol = variable
207 BFD_FAKE_SECTION (score_elf_scom_section, &score_elf_scom_symbol,
H A DChangeLog-202077 * elf32-score.c (score_elf_scom_section, score_elf_scom_symbol),
78 * elf32-score7.c (score_elf_scom_section, score_elf_scom_symbol),