Home
last modified time | relevance | path

Searched refs:tc_frob_symbol (Results 1 – 20 of 20) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-hppa.h140 #define tc_frob_symbol(sym,punt) \ macro
180 #define tc_frob_symbol(sym,punt) \ macro
Dtc-xgate.h109 #define tc_frob_symbol(sym, punt) punt = xgate_frob_symbol (sym) macro
Dtc-nios2.h70 #define tc_frob_symbol(symp, punt) punt = nios2_frob_symbol (symp) ? 1 : punt macro
Dtc-cris.h123 #define tc_frob_symbol(symp, punt) \ macro
Dtc-m68k.h110 #define tc_frob_symbol(sym,punt) \ macro
Dtc-mmix.h145 #define tc_frob_symbol(sym, punt) \ macro
Dtc-sh64.h157 #define tc_frob_symbol(symp, punt) \ macro
Dtc-ppc.h185 #define tc_frob_symbol(sym, punt) punt = ppc_frob_symbol (sym) macro
Dtc-ia64.h130 #define tc_frob_symbol(s,p) p |= ia64_frob_symbol (s) macro
/toolchain/binutils/binutils-2.25/gas/
Dwrite.c2094 #ifdef tc_frob_symbol in write_object_file()
2096 tc_frob_symbol (symp, punt); in write_object_file()
DChangeLog-02033624 * config/tc-hppa.h (tc_frob_symbol): Frob undefined unused symbols
4496 (tc_frob_symbol): Keep user defined syms in reg_section. Don't punt.
5160 * config/tc-ppc.h (tc_frob_symbol): Don't define.
5178 (tc_frob_symbol): Likewise.
5187 (tc_frob_symbol): Likewise.
6934 (tc_symbol_new_hook): Define to tc_frob_symbol.
6936 (tc_frob_symbol): Define to call sh64_exclude_symbol.
DChangeLog-92954278 (tc_frob_symbol): Make definition conditional on OBJ_SOM or
7239 and tc_frob_symbol. Always call both if the symbol is going to be
7348 (tc_frob_symbol, TC_VALIDATE_FIX, md_end): Macros deleted.
8164 tc_frob_symbol; always retain symbol if it's used by a relocation,
8538 * config/tc-hppa.h (tc_frob_symbol): Define. Punt imported
9994 * config/obj-elf.h (obj_frob_symbol): Renamed from tc_frob_symbol,
10995 * config/obj-elf.h (FALSE, TRUE, S_*, tc_frob_symbol,
11159 (tc_frob_symbol): New macro: Get rid of symbols in reg_section.
11748 obj_frob_file, obj_frob_symbol, tc_frob_symbol if defined.
DChangeLog-2012978 * config/tc-xgate.h: Defined tc_frob_symbol.
DChangeLog-2008583 * config/tc-hppa.h (tc_frob_symbol): Check for $segrel$.
DChangeLog-96971657 * config/tc-hppa.h (tc_frob_symbol): Don't reset the value of the
2869 (tc_frob_symbol): Don't warn, just call m68k_frob_symbol.
2915 * config/tc-m68k.h (tc_frob_symbol): Check whether text label is
DChangeLog-00011490 (tc_frob_symbol): Define.
2954 (tc_frob_symbol): Avoid emitting undefined symbols.
5046 * config/tc-hppa.h (tc_frob_symbol): Elide "$PIC_pcrel$0" here too.
DChangeLog-20042386 (tc_frob_symbol): New macro definition.
DChangeLog-20092330 * config/tc-hppa.h (tc_frob_symbol): Don't frob absolute symbols with
DChangeLog-9899974 * config/tc-hppa.h (tc_frob_symbol): Always punt "$global$" symbol
/toolchain/binutils/binutils-2.25/gas/doc/
Dinternals.texi1461 @item tc_frob_symbol
1462 @cindex tc_frob_symbol