Home
last modified time | relevance | path

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

/external/chromium_org/third_party/android_crazy_linker/src/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()