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

/haiku-buildtools/binutils/gold/
H A Dpowerpc.cc2197 Exec_sections exec_sections; local
2208 exec_sections.insert(Sec_info(shdr.get_sh_addr(),
2212 if (exec_sections.empty())
2232 = exec_sections.upper_bound(Sec_info(val, 0, 0));
2233 if (e != exec_sections.begin())

Completed in 111 milliseconds