Lines Matching refs:num_tracked_relocs
235 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()
760 &num_tracked_relocs, &this->kept_section_id_, in find_identical_sections()