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

/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_rdebug.h202 static void AddEntryInternal(RDebug* rdebug, link_map_t* entry) { argument
203 rdebug->AddEntryImpl(entry);
205 static void DelEntryInternal(RDebug* rdebug, link_map_t* entry) { argument
206 rdebug->DelEntryImpl(entry);
H A Dcrazy_linker_rdebug.cpp271 // AddEntryImpl() or DelEntryImpl() respectively on rdebug.
275 RDebug* rdebug,
277 : handler_(handler), rdebug_(rdebug), entry_(entry) { }
274 RDebugRunnable(rdebug_callback_handler_t handler, RDebug* rdebug, link_map_t* entry) argument

Completed in 92 milliseconds