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

/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Decoff.c629 static asection ecoff_scom_section;
773 if (ecoff_scom_section.name == NULL)
776 ecoff_scom_section.name = SCOMMON;
777 ecoff_scom_section.flags = SEC_IS_COMMON;
778 ecoff_scom_section.output_section = &ecoff_scom_section;
779 ecoff_scom_section.symbol = &ecoff_scom_symbol;
780 ecoff_scom_section.symbol_ptr_ptr = &ecoff_scom_symbol_ptr;
783 ecoff_scom_symbol.section = &ecoff_scom_section;
786 asym->section = &ecoff_scom_section;
626 static asection ecoff_scom_section; variable
[all...]

Completed in 189 milliseconds