Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/bfd/
Delf32-score7.c201 static asymbol score_elf_scom_symbol; variable
2849 score_elf_scom_section.symbol = &score_elf_scom_symbol; in s7_bfd_score_elf_symbol_processing()
2851 score_elf_scom_symbol.name = ".scommon"; in s7_bfd_score_elf_symbol_processing()
2852 score_elf_scom_symbol.flags = BSF_SECTION_SYM; in s7_bfd_score_elf_symbol_processing()
2853 score_elf_scom_symbol.section = &score_elf_scom_section; in s7_bfd_score_elf_symbol_processing()
2854 score_elf_scom_symbol_ptr = &score_elf_scom_symbol; in s7_bfd_score_elf_symbol_processing()
Delf32-score.c204 static asymbol score_elf_scom_symbol; variable
3043 score_elf_scom_section.symbol = &score_elf_scom_symbol; in s3_bfd_score_elf_symbol_processing()
3045 score_elf_scom_symbol.name = ".scommon"; in s3_bfd_score_elf_symbol_processing()
3046 score_elf_scom_symbol.flags = BSF_SECTION_SYM; in s3_bfd_score_elf_symbol_processing()
3047 score_elf_scom_symbol.section = &score_elf_scom_section; in s3_bfd_score_elf_symbol_processing()
3048 score_elf_scom_symbol_ptr = &score_elf_scom_symbol; in s3_bfd_score_elf_symbol_processing()