Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/binutils/dist/gold/
Dlayout.h204 class Kept_section
231 Kept_section() in Kept_section() function
238 Kept_section(const Kept_section& k) in Kept_section() function
246 ~Kept_section() in ~Kept_section()
361 Kept_section& operator=(const Kept_section&);
843 bool is_group_name, Kept_section** kept_section);
1314 typedef Unordered_map<std::string, Kept_section> Signatures;
Dobject.h42 class Kept_section; variable
2645 Kept_comdat_section(uint64_t a_sh_size, Kept_section* a_kept_section, in Kept_comdat_section()
2651 Kept_section* kept_section; // Kept section info
2804 Kept_section* kept_section) in set_kept_comdat_section()
2815 Kept_section** kept_section) const in get_kept_comdat_section()
Dobject.cc1047 Kept_section* kept_section = NULL; in include_section_group()
1179 Kept_section* kept1; in include_linkonce_section()
1180 Kept_section* kept2; in include_linkonce_section()
2975 Kept_section* kept_section; in map_to_kept_section()
3045 Kept_section* kept_section; in find_kept_section_object()
DChangeLog-2018458 reference to Kept_section info for discarded comdat sections
Dlayout.cc5714 Kept_section** kept_section) in find_or_add_kept_section()
5727 Kept_section candidate; in find_or_add_kept_section()
DChangeLog-081514475 (class Kept_section): Change from struct to class. Add accessors
14483 parameters. Change all callers. Adjust for new Kept_section.
14486 Kept_section. Rename secnum to shndx. Only record
14489 Kept_section. Only record Kept_comdat_section if sections are the
15402 * layout.h (struct Kept_section): Move out of class Layout.
15409 find_or_add_kept_section and Kept_section::group_sections.
17023 (Layout::Kept_section): New struct.