Searched refs:mips_section_threshold (Results 1 – 6 of 6) sorted by relevance
49 if (SIZE > 0 && SIZE <= mips_section_threshold) \
109 if (SIZE > 0 && SIZE <= mips_section_threshold) \
231 int mips_section_threshold = -1; variable5095 mips_section_threshold = g_switch_set ? g_switch_value : MIPS_DEFAULT_GVALUE; in override_options()5097 if (mips_section_threshold <= 0) in override_options()5298 if (mips_section_threshold > 0) in override_options()5325 mips_section_threshold = 0x7fffffff; in override_options()6496 mips_section_threshold, mips_arch_info->name, mips_isa);8120 if (GET_MODE_SIZE (mode) <= (unsigned) mips_section_threshold8121 && mips_section_threshold > 0)8182 else if (size > 0 && size <= mips_section_threshold)8192 if (size > 0 && size <= mips_section_threshold)[all …]
151 extern int mips_section_threshold; /* # bytes of data/sdata cutoff */
543 int mips_section_threshold = -1; variable1220 if (GET_MODE_SIZE (get_pool_mode (x)) <= mips_section_threshold) in mips_classify_symbol()4694 mips_section_threshold = g_switch_set ? g_switch_value : MIPS_DEFAULT_GVALUE; in override_options()4858 if (mips_section_threshold > 0) in override_options()5906 mips_section_threshold, mips_arch_info->name, mips_isa); in mips_file_start()7285 if (GET_MODE_SIZE (mode) <= (unsigned) mips_section_threshold in mips_select_rtx_section()7286 && mips_section_threshold > 0) in mips_select_rtx_section()7375 return (size > 0 && size <= mips_section_threshold); in mips_in_small_data_p()
114 extern int mips_section_threshold; /* # bytes of data/sdata cutoff */