Searched refs:find_or_add_kept_section (Results 1 – 12 of 12) sorted by relevance
| /netbsd-src/external/gpl3/binutils.old/dist/gold/ |
| H A D | object.cc | 1056 include_group = layout->find_or_add_kept_section(signature, in include_section_group() 1181 bool include1 = layout->find_or_add_kept_section(sig1, this, index, false, in include_linkonce_section() 1183 bool include2 = layout->find_or_add_kept_section(sig2, this, index, false, in include_linkonce_section()
|
| H A D | layout.h | 841 find_or_add_kept_section(const std::string& name, Relobj* object,
|
| H A D | plugin.cc | 1352 ins.first->second = layout->find_or_add_kept_section(comdat_key, in include_comdat_group()
|
| H A D | incremental.cc | 2090 bool keep = layout->find_or_add_kept_section(signature, this, i, true, in do_layout()
|
| H A D | layout.cc | 5635 Layout::find_or_add_kept_section(const std::string& name, in find_or_add_kept_section() function in gold::Layout
|
| H A D | ChangeLog-0815 | 14479 (class Layout): Update declaration of find_or_add_kept_section. 14481 * layout.cc (Layout::find_or_add_kept_section): Remove candidate 14503 Layout::find_or_add_kept_section. 15051 (Layout::find_or_add_kept_section): Change name parameter to be a 15400 * layout.cc (Layout::find_or_add_kept_section): New function. 15405 (class Layout): Declare find_or_add_kept_section, not add_comdat. 15409 find_or_add_kept_section and Kept_section::group_sections. 15415 Layout::find_or_add_kept_section.
|
| /netbsd-src/external/gpl3/binutils/dist/gold/ |
| H A D | object.cc | 1056 include_group = layout->find_or_add_kept_section(signature, in include_section_group() 1181 bool include1 = layout->find_or_add_kept_section(sig1, this, index, false, in include_linkonce_section() 1183 bool include2 = layout->find_or_add_kept_section(sig2, this, index, false, in include_linkonce_section()
|
| H A D | layout.h | 841 find_or_add_kept_section(const std::string& name, Relobj* object,
|
| H A D | plugin.cc | 1352 ins.first->second = layout->find_or_add_kept_section(comdat_key, in include_comdat_group()
|
| H A D | incremental.cc | 2090 bool keep = layout->find_or_add_kept_section(signature, this, i, true, in do_layout()
|
| H A D | layout.cc | 5709 Layout::find_or_add_kept_section(const std::string& name, in find_or_add_kept_section() function in gold::Layout
|
| H A D | ChangeLog-0815 | 14479 (class Layout): Update declaration of find_or_add_kept_section. 14481 * layout.cc (Layout::find_or_add_kept_section): Remove candidate 14503 Layout::find_or_add_kept_section. 15051 (Layout::find_or_add_kept_section): Change name parameter to be a 15400 * layout.cc (Layout::find_or_add_kept_section): New function. 15405 (class Layout): Declare find_or_add_kept_section, not add_comdat. 15409 find_or_add_kept_section and Kept_section::group_sections. 15415 Layout::find_or_add_kept_section.
|