Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/include/coff/
Dsymconst.h78 #define scSCommon 18 /* small common */ macro
/toolchain/binutils/binutils-2.25/bfd/
Decoff.c776 case scSCommon: in ecoff_set_symbol_info()
3360 case scSCommon: in ecoff_link_add_externals()
3437 h->esym.asym.sc = scSCommon; in ecoff_link_add_externals()
4227 else if (h->esym.asym.sc == scSCommon) in ecoff_link_write_external()
4235 && h->esym.asym.sc != scSCommon) in ecoff_link_write_external()
Decofflink.c795 && internal_sym.sc != scSCommon); in bfd_ecoff_debug_accumulate()
1234 else if (esym.asym.sc == scSCommon) in bfd_ecoff_debug_externals()
Delf64-alpha.c1641 else if (h->esym.asym.sc == scSCommon) in elf64_alpha_output_extsym()
Delfxx-mips.c2941 else if (h->esym.asym.sc == scSCommon) in mips_elf_output_extsym()
DChangeLog-94956568 scCommon to scSCommon.
/toolchain/binutils/binutils-2.25/gas/
Decoff.c643 sc_SCommon = scSCommon, /* small common */