Home
last modified time | relevance | path

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

/ndk/sources/android/crazy_linker/src/
Dcrazy_linker_rdebug.h202 static void AddEntryInternal(RDebug* rdebug, link_map_t* entry) { in AddEntryInternal() argument
203 rdebug->AddEntryImpl(entry); in AddEntryInternal()
205 static void DelEntryInternal(RDebug* rdebug, link_map_t* entry) { in DelEntryInternal() argument
206 rdebug->DelEntryImpl(entry); in DelEntryInternal()
Dcrazy_linker_rdebug.cpp275 RDebug* rdebug, in RDebugRunnable() argument
277 : handler_(handler), rdebug_(rdebug), entry_(entry) { } in RDebugRunnable()