Home
last modified time | relevance | path

Searched refs:ecoff_scom_section (Results 1 – 6 of 6) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/bfd/
Decoff.c669 static asection ecoff_scom_section; variable
671 GLOBAL_SYM_INIT (SCOMMON, &ecoff_scom_section);
672 static asection ecoff_scom_section = variable
673 BFD_FAKE_SECTION (ecoff_scom_section, &ecoff_scom_symbol,
816 asym->section = &ecoff_scom_section; in ecoff_set_symbol_info()
3441 section = &ecoff_scom_section; in ecoff_link_add_externals()
DChangeLog-202074 (ecoff_scom_section, ecoff_scom_symbol): Statically init using
/netbsd/src/external/gpl3/binutils/dist/bfd/
Decoff.c669 static asection ecoff_scom_section; variable
671 GLOBAL_SYM_INIT (SCOMMON, &ecoff_scom_section);
672 static asection ecoff_scom_section = variable
673 BFD_FAKE_SECTION (ecoff_scom_section, &ecoff_scom_symbol,
816 asym->section = &ecoff_scom_section; in ecoff_set_symbol_info()
3441 section = &ecoff_scom_section; in ecoff_link_add_externals()
DChangeLog-202074 (ecoff_scom_section, ecoff_scom_symbol): Statically init using
/netbsd/src/external/gpl3/binutils/dist/gas/
Decoff.c3552 static asection ecoff_scom_section; variable
3554 GLOBAL_SYM_INIT (SCOMMON, &ecoff_scom_section);
3555 static asection ecoff_scom_section = variable
3556 BFD_FAKE_SECTION (ecoff_scom_section, &ecoff_scom_symbol,
3569 S_SET_SEGMENT (sym, &ecoff_scom_section); in ecoff_frob_symbol()
DChangeLog-20204 ecoff_scom_section, move to file scope and statically initialise.