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/compiler-rt/lib/dfsan/dfsan_custom.cpp
  345   void *handle = dlopen(filename, flag);
projects/openmp/libomptarget/src/rtl.cpp
   59     void *dynlib_handle = dlopen(Name, RTLD_NOW);
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);