Home | History | Annotate | Download | only in src

Lines Matching refs:crazy

5 // Implements the crazy linker C-based API exposed by <crazy_linker.h>
22 using crazy::Globals;
23 using crazy::Error;
24 using crazy::SearchPathList;
25 using crazy::ScopedGlobalLock;
26 using crazy::LibraryView;
111 if (crazy::FindElfBinaryForAddress(
166 crazy::Globals::GetRDebug()->SetDelayedCallbackPoster(&PostFromContext,
176 crazy::Globals::GetRDebug()->SetDelayedCallbackPoster(NULL, NULL);
203 crazy::Globals::GetLibraries()->LoadLibrary(lib_name,
214 crazy::SharedLibrary* lib = wrap->GetCrazy();
217 crazy::Globals::GetLibraries()->UnloadLibrary(wrap);
247 crazy::AshmemRegion region;
250 !crazy::AshmemRegion::CheckFileDescriptorIsReadOnly(region.fd()))
269 crazy::SharedLibrary* lib = wrap->GetCrazy();
289 crazy::SharedLibrary* lib = wrap->GetCrazy();