Searched refs:num_tracked_relocs (Results 1 – 2 of 2) sorted by relevance
235 unsigned int* num_tracked_relocs, in get_section_contents() argument256 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() argument606 (*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() local740 num_tracked_relocs.push_back(0); in find_identical_sections()[all …]
1560 * icf.h (Icf): Remove unused member num_tracked_relocs.