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

/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Delf32-v850.c1894 static asection v850_elf_tcom_section;
1977 if (v850_elf_tcom_section.name == NULL)
1980 v850_elf_tcom_section.name = ".tcommon";
1981 v850_elf_tcom_section.flags = SEC_IS_COMMON;
1982 v850_elf_tcom_section.output_section = & v850_elf_tcom_section;
1983 v850_elf_tcom_section.symbol = & v850_elf_tcom_symbol;
1984 v850_elf_tcom_section.symbol_ptr_ptr = & v850_elf_tcom_symbol_ptr;
1987 v850_elf_tcom_symbol.section = & v850_elf_tcom_section;
1990 asym->section = & v850_elf_tcom_section;
1888 static asection v850_elf_tcom_section; variable
[all...]

Completed in 63 milliseconds