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

/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Delf32-cr16c.c810 static asection cr16c_elf_ncom_section; variable
863 if (cr16c_elf_ncom_section.name == NULL)
866 cr16c_elf_ncom_section.name = ".ncommon";
867 cr16c_elf_ncom_section.flags = SEC_IS_COMMON | SEC_ALLOC;
868 cr16c_elf_ncom_section.output_section = &cr16c_elf_ncom_section;
869 cr16c_elf_ncom_section.symbol = &cr16c_elf_ncom_symbol;
870 cr16c_elf_ncom_section.symbol_ptr_ptr = &cr16c_elf_ncom_symbol_ptr;
873 cr16c_elf_ncom_symbol.section = &cr16c_elf_ncom_section;
876 asym->section = &cr16c_elf_ncom_section;
[all...]

Completed in 184 milliseconds