Searched refs:g_soinfo_handles_map (Results 1 – 4 of 4) sorted by relevance
41 std::unordered_map<uintptr_t, soinfo*> g_soinfo_handles_map; variable
85 extern std::unordered_map<uintptr_t, soinfo*> g_soinfo_handles_map;
237 g_soinfo_handles_map.erase(handle_); in ~soinfo()898 g_soinfo_handles_map.find(handle_) != g_soinfo_handles_map.end()); in generate_handle()900 g_soinfo_handles_map[handle_] = this; in generate_handle()
2207 auto it = g_soinfo_handles_map.find(reinterpret_cast<uintptr_t>(handle)); in soinfo_from_handle()2208 if (it == g_soinfo_handles_map.end()) { in soinfo_from_handle()