Searched refs:sh_frob_label (Results 1 – 5 of 5) sorted by relevance
119 extern void sh_frob_label (symbolS *);120 #define tc_frob_label(sym) sh_frob_label (sym)
148 do { sh_frob_label (sym); sh64_frob_label (sym); } while (0)
3048 sh_frob_label (symbolS *sym) in sh_frob_label() function
4946 (sh_frob_label): Declare.4952 (sh_frob_label): New function.
913 * config/tc-sh.h (tc_frob_label): Pass sym to sh_frob_label.