Home
last modified time | relevance | path

Searched refs:mips_section_threshold (Results 1 – 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/gcc/config/mips/
Dmips.c543 int mips_section_threshold = -1; variable
1224 if (GET_MODE_SIZE (get_pool_mode (x)) <= mips_section_threshold) in mips_classify_symbol()
4721 mips_section_threshold = g_switch_set ? g_switch_value : MIPS_DEFAULT_GVALUE; in override_options()
4885 if (mips_section_threshold > 0) in override_options()
5932 mips_section_threshold, mips_arch_info->name, mips_isa); in mips_file_start()
7308 if (GET_MODE_SIZE (mode) <= (unsigned) mips_section_threshold in mips_select_rtx_section()
7309 && mips_section_threshold > 0) in mips_select_rtx_section()
7398 return (size > 0 && size <= mips_section_threshold); in mips_in_small_data_p()
Dmips.h115 extern int mips_section_threshold; /* # bytes of data/sdata cutoff */