Home
last modified time | relevance | path

Searched refs:sh_relax (Results 1 – 5 of 5) sorted by relevance

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-sh.h34 extern int sh_relax;
82 || (sh_relax && SWITCH_TABLE (FIX)))
87 && sh_relax && SWITCH_TABLE (FIX))
215 || (sh_relax && SWITCH_TABLE (FIX)))
228 || (sh_relax && SWITCH_TABLE (FIX))))
Dtc-sh64.h112 || (sh_relax && SWITCH_TABLE (FIX)) \
120 || (sh_relax && SWITCH_TABLE (FIX)) \
Dtc-sh.c124 int sh_relax; /* set if -relax seen */ variable
2306 if (sh_relax) in insert_loop_bounds()
2975 if (sh_relax in md_assemble()
3053 if (sh_relax in sh_frob_label()
3077 if (sh_relax in sh_flush_pending_output()
3110 if (! sh_relax) in s_uses()
3190 sh_relax = 1; in md_parse_option()
3542 if (! sh_relax) in sh_frob_file()
3681 if (donerelax && !sh_relax) in md_convert_frag()
3798 if (sh_relax in sh_handle_align()
[all …]
Dtc-sh64.c764 if (! sh64_expand || sh_relax) in shmedia_md_apply_fix()
823 || sh_relax in shmedia_md_convert_frag()
850 = ((symbolP && final && ! sh_relax ? S_GET_VALUE (symbolP) : 0) in shmedia_md_convert_frag()
886 | (((sh_relax in shmedia_md_convert_frag()
893 if (sh_relax) in shmedia_md_convert_frag()
/toolchain/binutils/binutils-2.27/gas/
DChangeLog-92952058 * config/tc-sh.c (sh_relax): Rename from relax, and make global.
2072 (sh_relax): Declare.