Searched refs:score_elf_scom_section (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/binutils/bfd/
H A Delf32-score.c214 static asection score_elf_scom_section; variable
2751 if (score_elf_scom_section.name == NULL)
2754 score_elf_scom_section.name = ".scommon";
2755 score_elf_scom_section.flags = SEC_IS_COMMON;
2756 score_elf_scom_section.output_section = &score_elf_scom_section;
2757 score_elf_scom_section.symbol = &score_elf_scom_symbol;
2758 score_elf_scom_section.symbol_ptr_ptr = &score_elf_scom_symbol_ptr;
2761 score_elf_scom_symbol.section = &score_elf_scom_section;
2764 asym->section = &score_elf_scom_section;
[all...]

Completed in 54 milliseconds