Searched defs:RDebug (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_rdebug.h163 class RDebug;
164 typedef void (*rdebug_callback_handler_t)(RDebug*, link_map_t*);
166 class RDebug { class in namespace:crazy
168 RDebug() : r_debug_(NULL), init_(false), function in class:crazy::RDebug
171 ~RDebug() {}
202 static void AddEntryInternal(RDebug* rdebug, link_map_t* entry) {
205 static void DelEntryInternal(RDebug* rdebug, link_map_t* entry) {
219 RDebug(const RDebug&);
220 RDebug
[all...]

Completed in 553 milliseconds