Searched refs:ecoff_scom_section (Results 1 – 6 of 6) sorted by relevance
| /netbsd/src/external/gpl3/gdb/dist/bfd/ |
| D | ecoff.c | 669 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()
|
| D | ChangeLog-2020 | 74 (ecoff_scom_section, ecoff_scom_symbol): Statically init using
|
| /netbsd/src/external/gpl3/binutils/dist/bfd/ |
| D | ecoff.c | 669 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()
|
| D | ChangeLog-2020 | 74 (ecoff_scom_section, ecoff_scom_symbol): Statically init using
|
| /netbsd/src/external/gpl3/binutils/dist/gas/ |
| D | ecoff.c | 3552 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()
|
| D | ChangeLog-2020 | 4 ecoff_scom_section, move to file scope and statically initialise.
|