Lines Matching defs:handle
3494 void *handle = assign_valid_handle(p);
3495 if (handle == NULL) {
3496 LD_LOGE("dlopen_post: generate random handle failed");
3500 return handle;
4095 error("Invalid library handle %p", (void *)h);
4173 LD_LOGE("[dlclose]: invalid handle %{public}p", p);
4281 void* handle = find_handle_by_dso(p);
4282 if (handle) {
4283 remove_handle_node(handle);
6353 LD_LOGE("[cxa_thread] can't find matched dso handle node by %{public}p, count:%{public}d", dso_handle, node->count);
6354 error("[cxa_thread] can't find matched dso handle node by %p, count:%d", dso_handle, node->count);