HomeSort by relevance Sort by last modified time
    Searched defs:SWITCH_TABLE (Results 1 - 3 of 3) sorted by null

  /toolchain/binutils/binutils-2.27/gas/config/
tc-sh.h 70 #define SWITCH_TABLE(FIX) \
82 || (sh_relax && SWITCH_TABLE (FIX)))
87 && sh_relax && SWITCH_TABLE (FIX))
215 || (sh_relax && SWITCH_TABLE (FIX)))
228 || (sh_relax && SWITCH_TABLE (FIX))))
tc-crx.c 281 #define SWITCH_TABLE(fix) \
298 if (generic_force_reloc (fix) || SWITCH_TABLE (fix))
319 if (SWITCH_TABLE (fixP))
    [all...]
tc-cr16.c 468 #define SWITCH_TABLE(fix) \
486 if (generic_force_reloc (fix) || SWITCH_TABLE (fix))
539 if (SWITCH_TABLE (fixP))
    [all...]

Completed in 195 milliseconds