Searched refs:reloc_sections (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/binutils/gold/
H A Dobject.cc1518 std::vector<unsigned int> reloc_sections; local
1645 reloc_sections.push_back(i);
1821 gold_assert(!is_two_pass || reloc_sections.empty());
1823 for (std::vector<unsigned int>::const_iterator p = reloc_sections.begin();
1824 p != reloc_sections.end();

Completed in 46 milliseconds