Searched refs:S_IS_WEAK (Results 1 - 15 of 15) sorted by relevance

/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-sparc.h140 && ! S_IS_WEAK ((FIX)->fx_addsy)))) \
H A Dobj-coff.c1184 && ! S_IS_WEAK (symp)
1195 if (! S_IS_WEAK (weakp))
1247 if (S_IS_WEAK (symp))
1252 && !S_IS_WEAK (symp)
1343 if (S_IS_WEAK (symp) && S_IS_COMMON (symp))
1357 || (! (S_IS_EXTERNAL (symp) || S_IS_WEAK (symp))
H A Dobj-aout.c115 if (S_IS_WEAK (sym) && S_IS_COMMON (sym))
H A Dobj-elf.c1838 if (S_IS_WEAK (symp))
1848 if (S_IS_WEAK (symp))
2038 else if (S_IS_WEAK (symp)
H A Dtc-mep.c1760 if (S_IS_WEAK (fixP->fx_addsy))
H A Dtc-ppc.c1991 if (! S_IS_WEAK (symp)
4935 || (! (S_IS_EXTERNAL (sym) || S_IS_WEAK (sym))
5001 if (! (S_IS_EXTERNAL (sym) || S_IS_WEAK (sym))
6089 && !S_IS_WEAK (fixP->fx_addsy))
H A Dtc-sparc.c3152 || S_IS_WEAK (fixP->fx_addsy))
3633 || S_IS_WEAK (fixp->fx_addsy))
H A Dtc-score.c4824 || (! S_IS_WEAK (sym) && ! S_IS_EXTERNAL (sym)))
5201 && (S_IS_EXTERNAL (fixP->fx_addsy) || S_IS_WEAK (fixP->fx_addsy)))
5460 if (fixP->fx_addsy && !S_IS_DEFINED (fixP->fx_addsy) && !S_IS_WEAK (fixP->fx_addsy))
H A Dtc-i386.c5342 || S_IS_WEAK (fragP->fr_symbol)))
5670 || S_IS_WEAK (fixP->fx_addsy))
H A Dtc-mips.c2236 && ! S_IS_WEAK (label)
12340 && !S_IS_WEAK (fixP->fx_addsy))
13673 && (!IS_ELF || (! S_IS_WEAK (sym) && ! S_IS_EXTERNAL (sym)))
H A Dtc-alpha.c5663 if ((S_IS_EXTERNAL (fixp->fx_addsy) || S_IS_WEAK (fixp->fx_addsy)
H A Dtc-ia64.c11078 if (S_IS_EXTERNAL (fix->fx_addsy) || S_IS_WEAK (fix->fx_addsy))
/freebsd-11-stable/contrib/binutils/gas/
H A Dsymbols.h90 extern int S_IS_WEAK (symbolS *);
H A Dsymbols.c1180 || S_IS_WEAK (add_symbol)
1993 S_IS_WEAK (symbolS *s)
2002 return S_IS_WEAK (s->sy_value.X_add_symbol);
2601 && ! S_IS_WEAK (s)
2768 if (S_IS_WEAK (sym))
1989 S_IS_WEAK (symbolS *s) function
H A Decoff.c3626 if (S_IS_WEAK (sym))
4018 sym_ptr->ecoff_sym.weakext = S_IS_WEAK (as_sym);
4025 && ! S_IS_WEAK (as_sym))
4048 || S_IS_WEAK (as_sym)
4122 || S_IS_WEAK (as_sym)
4269 if (S_IS_EXTERNAL (as_sym) || S_IS_WEAK (as_sym))
4629 && ! S_IS_WEAK (sym)

Completed in 231 milliseconds