Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/binutils/gas/config/
HDtc-ppc.h152 #define tc_symbol_new_hook(sym) ppc_symbol_new_hook (sym) macro
HDtc-arm.c2862 #ifdef tc_symbol_new_hook in symbol_locate()
2863 tc_symbol_new_hook (symbolP); in symbol_locate()
/freebsd-11-stable/contrib/binutils/gas/
HDsymbols.c158 #ifdef tc_symbol_new_hook in symbol_create()
159 tc_symbol_new_hook (symbolP); in symbol_create()
HDChangeLog-02036942 (tc_symbol_new_hook): Define to tc_frob_symbol.
HDChangeLog-92957234 tc_symbol_new_hook is defined, call it on the new symbol.