reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Support/Unix/DynamicLibrary.inc
   28   void *Handle = ::dlopen(File, RTLD_LAZY|RTLD_GLOBAL);
projects/openmp/runtime/src/kmp_alloc.cpp
 1257   h_memkind = dlopen(kmp_mk_lib_name, RTLD_LAZY);
projects/openmp/runtime/src/ompt-general.cpp
  254       void *h = dlopen(fname, RTLD_LAZY);