Searched refs:r_debug_ (Results 1 – 2 of 2) sorted by relevance
231 r_debug_ = reinterpret_cast<r_debug*>(dyn_section->d_un.d_ptr); in Init()234 r_debug_->r_version, in Init()235 r_debug_->r_map, in Init()236 r_debug_->r_brk, in Init()237 r_debug_->r_ldbase); in Init()239 if (r_debug_->r_version != 1) { in Init()242 r_debug_->r_version); in Init()243 r_debug_ = NULL; in Init()250 int prot = self_maps.GetProtectionFlagsForAddress(r_debug_->r_map); in Init()327 if (!r_debug_) { in AddEntryImpl()[all …]
168 RDebug() : r_debug_(NULL), init_(false), in RDebug()187 r_debug* GetAddress() { return r_debug_; } in GetAddress()222 r_debug* r_debug_; variable