Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/config/mips/
H A Dmips.c543 int mips_section_threshold = -1; variable
1225 if (GET_MODE_SIZE (get_pool_mode (x)) <= mips_section_threshold) in mips_classify_symbol()
4722 mips_section_threshold = g_switch_set ? g_switch_value : MIPS_DEFAULT_GVALUE; in override_options()
4886 if (mips_section_threshold > 0) in override_options()
5933 mips_section_threshold, mips_arch_info->name, mips_isa); in mips_file_start()
7309 if (GET_MODE_SIZE (mode) <= (unsigned) mips_section_threshold in mips_select_rtx_section()
7310 && mips_section_threshold > 0) in mips_select_rtx_section()
7399 return (size > 0 && size <= mips_section_threshold); in mips_in_small_data_p()
H A Dmips.h115 extern int mips_section_threshold; /* # bytes of data/sdata cutoff */