Home
last modified time | relevance | path

Searched refs:scCommon (Results 1 – 7 of 7) sorted by relevance

/toolchain/binutils/binutils-2.25/include/coff/
Dsymconst.h77 #define scCommon 17 /* common variable */ macro
/toolchain/binutils/binutils-2.25/bfd/
Decoff.c768 case scCommon: in ecoff_set_symbol_info()
3353 case scCommon: in ecoff_link_add_externals()
3436 if (h->esym.asym.sc == scCommon) in ecoff_link_add_externals()
4225 else if (h->esym.asym.sc == scCommon) in ecoff_link_write_external()
4234 if (h->esym.asym.sc != scCommon in ecoff_link_write_external()
4236 h->esym.asym.sc = scCommon; in ecoff_link_write_external()
Decofflink.c794 BFD_ASSERT (internal_sym.sc != scCommon in bfd_ecoff_debug_accumulate()
1232 if (esym.asym.sc == scCommon) in bfd_ecoff_debug_externals()
Delf64-alpha.c1639 if (h->esym.asym.sc == scCommon) in elf64_alpha_output_extsym()
Delfxx-mips.c2939 if (h->esym.asym.sc == scCommon) in mips_elf_output_extsym()
DChangeLog-94956568 scCommon to scSCommon.
/toolchain/binutils/binutils-2.25/gas/
Decoff.c642 sc_Common = scCommon, /* common variable */