Home | History | Annotate | Download | only in ti

Lines Matching refs:dlopen_handle_

161   CHECK(dlopen_handle_ != nullptr) << "Cannot find symbols in an unloaded agent library " << this;
162 return dlsym(dlopen_handle_, name.c_str());
167 if (dlopen_handle_ != nullptr) {
174 dlopen_handle_ = nullptr;
184 : dlopen_handle_(nullptr),
193 if (dlopen_handle_ != nullptr) {
197 dlopen_handle_ = other.dlopen_handle_;
201 other.dlopen_handle_ = nullptr;
225 if (dlopen_handle_ != nullptr) {
235 return os << "Agent { name=\"" << m.name_ << "\", handle=" << m.dlopen_handle_ << " }";