Searched refs:scCommon (Results 1 - 9 of 9) sorted by relevance

/freebsd-11.0-release/contrib/binutils/include/coff/
H A Dsymconst.h77 #define scCommon 17 /* common variable */ macro
/freebsd-11.0-release/contrib/binutils/bfd/
H A Decoff.c764 case scCommon:
3441 case scCommon:
3524 if (h->esym.asym.sc == scCommon)
3669 case scCommon:
4413 else if (h->esym.asym.sc == scCommon)
4422 if (h->esym.asym.sc != scCommon
4424 h->esym.asym.sc = scCommon;
H A Decofflink.c831 BFD_ASSERT (internal_sym.sc != scCommon
1278 if (esym.asym.sc == scCommon)
H A Delf64-alpha.c1629 if (h->esym.asym.sc == scCommon)
H A Delfxx-mips.c1895 if (h->esym.asym.sc == scCommon)
/freebsd-11.0-release/contrib/gcc/
H A Dmips-tdump.c91 sc_Common = scCommon, /* common variable */
H A Dmips-tfile.c227 scCommon -- common variable
716 sc_Common = scCommon, /* common variable */
/freebsd-11.0-release/contrib/gdb/gdb/
H A Dmdebugread.c143 #define SC_IS_COMMON(sc) ((sc) == scCommon || (sc) == scSCommon)
/freebsd-11.0-release/contrib/binutils/gas/
H A Decoff.c251 scCommon -- common variable
646 sc_Common = scCommon, /* common variable */

Completed in 317 milliseconds