Searched refs:IsCrazy (Results 1 – 5 of 5) sorted by relevance
36 bool IsCrazy() const { return type_ == TYPE_CRAZY; } in IsCrazy() function52 SharedLibrary* GetCrazy() { return IsCrazy() ? crazy_ : NULL; } in GetCrazy()
95 if (lib->IsCrazy()) { in FindSymbolFrom()109 if (lib->IsCrazy()) { in FindSymbolFrom()138 if (wrap->IsCrazy()) { in FindLibraryForAddress()182 if (!wrap->IsSystem() && !wrap->IsCrazy()) in UnloadLibrary()189 if (wrap->IsCrazy()) { in UnloadLibrary()241 if (!wrap->IsCrazy()) { in LoadLibrary()
146 if (wrap_lib->IsCrazy()) { in WrapDlsym()171 if (wrap && wrap->IsCrazy()) { in WrapDladdr()200 if (wrap_lib->IsSystem() || wrap_lib->IsCrazy()) { in WrapDlclose()
213 if (context->java_vm != NULL && wrap->IsCrazy()) { in crazy_library_open()264 if (!library || !wrap->IsCrazy()) { in crazy_library_create_shared_relro()284 if (!library || !wrap->IsCrazy()) { in crazy_library_use_shared_relro()
134 if (wrap->IsCrazy()) { in Lookup()