Searched refs:S_IS_LOCAL (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-sparc.h121 || S_IS_LOCAL ((FIX)->fx_addsy)))))
H A Dobj-coff.c331 if (S_IS_LOCAL (symbolP))
H A Dtc-alpha.c5597 if (S_IS_LOCAL (sym))
H A Dtc-i386.c4874 if (S_IS_LOCAL (exp->X_add_symbol)
H A Dtc-score.c4803 if (symsec != segtype && ! S_IS_LOCAL (sym))
H A Dtc-ia64.c4628 if (!S_IS_LOCAL (unwind.proc_pending.sym)
H A Dtc-mips.c2190 if (symseg != from_seg && !S_IS_LOCAL (sym))
H A Dtc-arm.c2411 both for S_IS_LOCAL and for a leading dot, to give a way to bypass
2413 if (S_IS_LOCAL (symbolP) || name[0] == '.')
19238 && S_IS_LOCAL (fixp->fx_addsy))
/freebsd-11-stable/contrib/binutils/gas/
H A Dsymbols.h97 extern int S_IS_LOCAL (symbolS *);
H A Dsymbols.c902 || S_IS_LOCAL (symp->sy_value.X_add_symbol))
930 || S_IS_LOCAL (symp->sy_value.X_add_symbol))
933 || S_IS_LOCAL (symp->sy_value.X_op_symbol))
2071 S_IS_LOCAL (symbolS *s)
2764 if (S_IS_LOCAL (sym))
2067 S_IS_LOCAL (symbolS *s) function
H A Dwrite.c804 if (symsec != sec && ! S_IS_LOCAL (sym))
1760 && (!S_IS_EXTERNAL (symp) || S_IS_LOCAL (symp)))
1786 /* Note that S_IS_EXTERNAL and S_IS_LOCAL are not always
1790 && (punt || S_IS_LOCAL (symp) ||

Completed in 335 milliseconds