Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-sh.h119 extern void sh_frob_label (symbolS *);
120 #define tc_frob_label(sym) sh_frob_label (sym)
Dtc-sh64.h148 do { sh_frob_label (sym); sh64_frob_label (sym); } while (0)
Dtc-sh.c3048 sh_frob_label (symbolS *sym) in sh_frob_label() function
/toolchain/binutils/binutils-2.27/gas/
DChangeLog-96974946 (sh_frob_label): Declare.
4952 (sh_frob_label): New function.
DChangeLog-2005913 * config/tc-sh.h (tc_frob_label): Pass sym to sh_frob_label.