Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/config/mips/
H A Dlinux.h49 if (SIZE > 0 && SIZE <= mips_section_threshold) \
H A Delf.h109 if (SIZE > 0 && SIZE <= mips_section_threshold) \
H A Dmips.c231 int mips_section_threshold = -1; variable
5095 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_threshold
8121 && mips_section_threshold > 0)
8182 else if (size > 0 && size <= mips_section_threshold)
8192 if (size > 0 && size <= mips_section_threshold)
[all …]
H A Dmips.h151 extern int mips_section_threshold; /* # bytes of data/sdata cutoff */
/openbsd-src/gnu/gcc/gcc/config/mips/
H A Dmips.c543 int mips_section_threshold = -1; variable
1220 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()
H A Dmips.h114 extern int mips_section_threshold; /* # bytes of data/sdata cutoff */