HomeSort by: relevance | last modified time | path
    Searched defs:SWITCH_TABLE (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/binutils/dist/gas/config/
tc-sh.h 70 #define SWITCH_TABLE(FIX) \
82 || (sh_relax && SWITCH_TABLE (FIX)))
87 && sh_relax && SWITCH_TABLE (FIX))
210 || (sh_relax && SWITCH_TABLE (FIX)))
223 || (sh_relax && SWITCH_TABLE (FIX))))
tc-crx.c 257 #define SWITCH_TABLE(fix) \
274 if (generic_force_reloc (fix) || SWITCH_TABLE (fix))
295 if (SWITCH_TABLE (fixP))
tc-cr16.c 475 #define SWITCH_TABLE(fix) \
492 if (generic_force_reloc (fix) || SWITCH_TABLE (fix))
545 if (SWITCH_TABLE (fixP))
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-sh.h 70 #define SWITCH_TABLE(FIX) \
82 || (sh_relax && SWITCH_TABLE (FIX)))
87 && sh_relax && SWITCH_TABLE (FIX))
209 || (sh_relax && SWITCH_TABLE (FIX)))
222 || (sh_relax && SWITCH_TABLE (FIX))))
tc-crx.c 257 #define SWITCH_TABLE(fix) \
274 if (generic_force_reloc (fix) || SWITCH_TABLE (fix))
295 if (SWITCH_TABLE (fixP))
tc-cr16.c 478 #define SWITCH_TABLE(fix) \
495 if (generic_force_reloc (fix) || SWITCH_TABLE (fix))
548 if (SWITCH_TABLE (fixP))

Completed in 28 milliseconds