Home
last modified time | relevance | path

Searched refs:num_tracked_relocs (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/
Dicf.cc235 unsigned int* num_tracked_relocs, in get_section_contents() argument
256 if (num_tracked_relocs) in get_section_contents()
257 *num_tracked_relocs = 0; in get_section_contents()
367 if (num_tracked_relocs) in get_section_contents()
368 (*num_tracked_relocs)++; in get_section_contents()
569 std::vector<unsigned int>* num_tracked_relocs, in match_sections() argument
606 (*num_tracked_relocs)[i] = num_relocs; in match_sections()
666 if (iteration_num == 1 && (*num_tracked_relocs)[i] == 0) in match_sections()
700 std::vector<unsigned int> num_tracked_relocs; in find_identical_sections() local
740 num_tracked_relocs.push_back(0); in find_identical_sections()
[all …]
DChangeLog1560 * icf.h (Icf): Remove unused member num_tracked_relocs.