Home
last modified time | relevance | path

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

/ndk/sources/android/crazy_linker/src/
Dcrazy_linker_rdebug.h177 void DelEntry(link_map_t* entry) { RunOrDelay(&DelEntryInternal, entry); } in DelEntry() function
Dcrazy_linker_library_list.cpp213 Globals::GetRDebug()->DelEntry(&lib->link_map_); in UnloadLibrary()