Home
last modified time | relevance | path

Searched refs:relaxable_symbol (Results 1 – 6 of 6) sorted by relevance

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-m68k.c1014 #define relaxable_symbol(symbol) \ macro
1235 #define relaxable_symbol(symbol) (!(S_IS_WEAK (symbol))) macro
5292 && relaxable_symbol (fragP->fr_symbol)) in md_estimate_size_before_relax()
5312 && relaxable_symbol (fragP->fr_symbol)) in md_estimate_size_before_relax()
5330 && relaxable_symbol (fragP->fr_symbol)) in md_estimate_size_before_relax()
5344 && relaxable_symbol (fragP->fr_symbol))) in md_estimate_size_before_relax()
5357 && relaxable_symbol (fragP->fr_symbol))) in md_estimate_size_before_relax()
Dtc-m68hc11.c218 static int relaxable_symbol (symbolS *);
4084 relaxable_symbol (symbolS *symbol) in relaxable_symbol() function
4097 || !relaxable_symbol (fragP->fr_symbol) in md_estimate_size_before_relax()
/toolchain/binutils/binutils-2.27/gas/
DChangeLog-20071611 * config/tc-m68k.c (relaxable_symbol): Make sure that the correct
1660 * config/tc-m68k.c (relaxable_symbol): Do not relax weak symbols.
DChangeLog-98993567 to relaxable_symbol to prevent references to external symbol from
3572 * config/tc-m68k.c (relaxable_symbol): If TARGET_OS is "elf", all
3869 * config/tc-m68k.c (relaxable_symbol): New macro.
DChangeLog-00012436 * config/tc-m68k.c (relaxable_symbol): Only treat external symbols
3350 * config/tc-m68hc11.c (relaxable_symbol): Relax externally visible
3547 (relaxable_symbol): New function.
DChangeLog-02034456 (tc_m68hc11_fix_adjustable): Don't test relaxable_symbol.
4462 relaxable_symbol.