Searched refs:DLOpen (Results 1 – 11 of 11) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | DynamicLibrary.cpp | 35 static void *DLOpen(const char *Filename, std::string *Err); 154 void *Handle = HandleSet::DLOpen(FileName, Err); in getPermanentLibrary()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Unix/ |
D | DynamicLibrary.inc | 27 void *DynamicLibrary::HandleSet::DLOpen(const char *File, std::string *Err) { 56 void *DynamicLibrary::HandleSet::DLOpen(const char *File, std::string *Err) {
|
/third_party/node/src/ |
D | node_binding.h | 92 void DLOpen(const v8::FunctionCallbackInfo<v8::Value>& args);
|
D | node_process_methods.cc | 475 env->SetMethod(target, "dlopen", binding::DLOpen); in InitializeProcessMethods()
|
D | node_binding.cc | 414 void DLOpen(const FunctionCallbackInfo<Value>& args) { in DLOpen() function
|
/third_party/flutter/skia/third_party/externals/sdl/premake/ |
D | README-linux.txt | 16 -DLOpen (most of the other dependencies are dependent on this)
|
D | changelog | 137 dependencies depend on DLOpen for shared library binding). 138 -Modified the dependency order for Linux in SDL2.lua so that DLOpen is listed 146 DLOpen, ALSA, PulseAudio, ESD, NAS, OSS, and X11. The dependency code is 277 -Tested the various functions with X11, DLOpen, and ALSA dependency
|
D | README.txt | 57 --dlopen : Force the DLOpen dependency on for Linux targets.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/ |
D | DynamicLibrary.inc | 35 void *DynamicLibrary::HandleSet::DLOpen(const char *File, std::string *Err) {
|
/third_party/node/doc/guides/ |
D | investigating_native_memory_leak.md | 234 ==4174== by 0x9B29A0: node::binding::DLOpen(v8::FunctionCallbackInfo<v8::Value> const&)::{lambda…
|
/third_party/node/doc/changelogs/ |
D | CHANGELOG_IOJS.md | 377 …github.com/nodejs/node/commit/b196c1da3c)] - **src**: fix memory leak in DLOpen (Karl Skomski) [#2…
|