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

/freebsd-9.3-release/contrib/gcc/config/mips/
H A Dmips.c630 /* mips_split_p[X] is true if symbols of type X can be split by
632 bool mips_split_p[NUM_SYMBOL_TYPES]; variable
1558 && !mips_split_p[info->symbol_type]);
1699 return mips_split_p[type] ? 2 : 1;
1799 || !mips_split_p[symbol_type])
1962 if (mips_split_p[symbol_type])
2133 && mips_split_p[symbol_type])
5099 mips_split_p[SYMBOL_64_HIGH] = true;
5103 mips_split_p[SYMBOL_64_MID] = true;
5107 mips_split_p[SYMBOL_64_LO
[all...]
H A Dmips.h123 extern bool mips_split_p[];

Completed in 167 milliseconds