Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gold/
Dicf.cc259 Icf::Reloc_info_list& reloc_info_list = in get_section_contents()
262 Icf::Reloc_info_list::iterator it_reloc_info_list = in get_section_contents()
272 Icf::Sections_reachable_info &v = in get_section_contents()
275 const Icf::Symbol_info &s = (it_reloc_info_list->second).symbol_info; in get_section_contents()
277 Icf::Addend_info &a = (it_reloc_info_list->second).addend_info; in get_section_contents()
279 const Icf::Offset_info &o = (it_reloc_info_list->second).offset_info; in get_section_contents()
280 const Icf::Reloc_addend_size_info &reloc_addend_size_info = in get_section_contents()
282 Icf::Sections_reachable_info::iterator it_v = v.begin(); in get_section_contents()
283 Icf::Symbol_info::const_iterator it_s = s.begin(); in get_section_contents()
284 Icf::Addend_info::iterator it_a = a.begin(); in get_section_contents()
[all …]
Dgc.h193 Icf::Sections_reachable_info* secvec = NULL; in gc_process_relocs()
194 Icf::Symbol_info* symvec = NULL; in gc_process_relocs()
195 Icf::Addend_info* addendvec = NULL; in gc_process_relocs()
196 Icf::Offset_info* offsetvec = NULL; in gc_process_relocs()
197 Icf::Reloc_addend_size_info* reloc_addend_size_vec = NULL; in gc_process_relocs()
212 Icf::Reloc_info* reloc_info = in gc_process_relocs()
Dicf.h39 class Icf
67 Icf() in Icf() function
Dsymtab.h62 class Icf; variable
1366 set_icf(Icf* icf) in set_icf()
1369 Icf*
1949 Icf* icf_;
Dmain.cc213 Icf icf; in main()
DChangeLog1560 * icf.h (Icf): Remove unused member num_tracked_relocs.
7030 * icf.cc (Icf::find_identical_sections): Change type of local variable
8425 * icf.h (Icf::Reloc_addend_size_info): New typedef.
8426 (Icf::Reloc_info): Add new member reloc_addend_size_info.
8618 * icf.h (Icf::check_section_for_function_pointers): Change type of
9514 * icf.h (Icf::check_section_for_function_pointers): Change to reject
9710 * icf.h (Icf::Sections_reachable_info): New typedef.
9711 (Icf::Sections_reachable_list): New typedef.
9712 (Icf::Offset_info): New typedef.
9713 (Icf::Reloc_info): New struct typedef.
[all …]