Home
last modified time | relevance | path

Searched defs: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()
205 static void DelEntryInternal(RDebug* rdebug, link_map_t* entry) { in DelEntryInternal()
Dcrazy_linker_rdebug.cpp275 RDebug* rdebug, in RDebugRunnable()