Searched refs:rdebug (Results 1 – 2 of 2) sorted by relevance
202 static void AddEntryInternal(RDebug* rdebug, link_map_t* entry) { in AddEntryInternal() argument203 rdebug->AddEntryImpl(entry); in AddEntryInternal()205 static void DelEntryInternal(RDebug* rdebug, link_map_t* entry) { in DelEntryInternal() argument206 rdebug->DelEntryImpl(entry); in DelEntryInternal()
275 RDebug* rdebug, in RDebugRunnable() argument277 : handler_(handler), rdebug_(rdebug), entry_(entry) { } in RDebugRunnable()