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

/haiku-buildtools/binutils/gold/
H A Dobject.cc1521 std::vector<unsigned int> eh_frame_sections; local
1676 eh_frame_sections.push_back(i);
1794 gold_assert(!is_pass_one || eh_frame_sections.empty());
1795 for (std::vector<unsigned int>::const_iterator p = eh_frame_sections.begin();
1796 p != eh_frame_sections.end();

Completed in 92 milliseconds