Home | History | Annotate | Download | only in cpu_ref

Lines Matching full:dlopen

80 // This function returns the dlopen()-ed handle if successful.
100 loaded = dlopen(origName, RTLD_NOW | RTLD_LOCAL);
127 loaded = dlopen(newName.c_str(), RTLD_NOW | RTLD_LOCAL);