HomeSort by relevance Sort by last modified time
    Searched refs:scom_section (Results 1 - 3 of 3) sorted by null

  /toolchain/binutils/binutils-2.25/gas/config/
tc-m32r.c 131 static asection scom_section; variable
728 scom_section = *bfd_com_section_ptr;
729 scom_section.name = ".scommon";
730 scom_section.output_section = & scom_section;
731 scom_section.symbol = & scom_symbol;
732 scom_section.symbol_ptr_ptr = & scom_section.symbol;
735 scom_symbol.section = & scom_section;
    [all...]
tc-tic6x.c 41 static asection scom_section; variable
679 S_SET_SEGMENT (symbolP, &scom_section);
793 scom_section = *bfd_com_section_ptr;
794 scom_section.name = ".scommon";
795 scom_section.output_section = & scom_section;
796 scom_section.symbol = & scom_symbol;
797 scom_section.symbol_ptr_ptr = & scom_section.symbol;
800 scom_symbol.section = & scom_section;
    [all...]
  /toolchain/binutils/binutils-2.25/gas/
ecoff.c 3582 static asection scom_section; local
    [all...]

Completed in 74 milliseconds