Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils/dist/gold/
H A Dpowerpc.cc2727 Exec_sections exec_sections; in do_read_symbols() local
2738 exec_sections.insert(Sec_info(shdr.get_sh_addr(), in do_read_symbols()
2742 if (exec_sections.empty()) in do_read_symbols()
2762 = exec_sections.upper_bound(Sec_info(val, 0, 0)); in do_read_symbols()
2763 if (e != exec_sections.begin()) in do_read_symbols()
/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A Dpowerpc.cc2703 Exec_sections exec_sections; in do_read_symbols() local
2714 exec_sections.insert(Sec_info(shdr.get_sh_addr(), in do_read_symbols()
2718 if (exec_sections.empty()) in do_read_symbols()
2738 = exec_sections.upper_bound(Sec_info(val, 0, 0)); in do_read_symbols()
2739 if (e != exec_sections.begin()) in do_read_symbols()