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

/haiku-fatelf/src/bin/gdb/bfd/
H A Decoff.c662 static asection ecoff_scom_section;
808 if (ecoff_scom_section.name == NULL)
811 ecoff_scom_section.name = SCOMMON;
812 ecoff_scom_section.flags = SEC_IS_COMMON;
813 ecoff_scom_section.output_section = &ecoff_scom_section;
814 ecoff_scom_section.symbol = &ecoff_scom_symbol;
815 ecoff_scom_section.symbol_ptr_ptr = &ecoff_scom_symbol_ptr;
818 ecoff_scom_symbol.section = &ecoff_scom_section;
821 asym->section = &ecoff_scom_section;
658 static asection ecoff_scom_section; variable
[all...]

Completed in 89 milliseconds