Searched refs:tc_frob_symbol (Results 1 – 20 of 20) sorted by relevance
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-hppa.h | 140 #define tc_frob_symbol(sym,punt) \ macro 180 #define tc_frob_symbol(sym,punt) \ macro
|
D | tc-xgate.h | 109 #define tc_frob_symbol(sym, punt) punt = xgate_frob_symbol (sym) macro
|
D | tc-nios2.h | 70 #define tc_frob_symbol(symp, punt) punt = nios2_frob_symbol (symp) ? 1 : punt macro
|
D | tc-cris.h | 123 #define tc_frob_symbol(symp, punt) \ macro
|
D | tc-m68k.h | 110 #define tc_frob_symbol(sym,punt) \ macro
|
D | tc-mmix.h | 145 #define tc_frob_symbol(sym, punt) \ macro
|
D | tc-sh64.h | 157 #define tc_frob_symbol(symp, punt) \ macro
|
D | tc-ppc.h | 185 #define tc_frob_symbol(sym, punt) punt = ppc_frob_symbol (sym) macro
|
D | tc-ia64.h | 130 #define tc_frob_symbol(s,p) p |= ia64_frob_symbol (s) macro
|
/toolchain/binutils/binutils-2.25/gas/ |
D | write.c | 2094 #ifdef tc_frob_symbol in write_object_file() 2096 tc_frob_symbol (symp, punt); in write_object_file()
|
D | ChangeLog-0203 | 3624 * 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.
|
D | ChangeLog-9295 | 4278 (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.
|
D | ChangeLog-2012 | 978 * config/tc-xgate.h: Defined tc_frob_symbol.
|
D | ChangeLog-2008 | 583 * config/tc-hppa.h (tc_frob_symbol): Check for $segrel$.
|
D | ChangeLog-9697 | 1657 * 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
|
D | ChangeLog-0001 | 1490 (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.
|
D | ChangeLog-2004 | 2386 (tc_frob_symbol): New macro definition.
|
D | ChangeLog-2009 | 2330 * config/tc-hppa.h (tc_frob_symbol): Don't frob absolute symbols with
|
D | ChangeLog-9899 | 974 * config/tc-hppa.h (tc_frob_symbol): Always punt "$global$" symbol
|
/toolchain/binutils/binutils-2.25/gas/doc/ |
D | internals.texi | 1461 @item tc_frob_symbol 1462 @cindex tc_frob_symbol
|