HomeSort by relevance Sort by last modified time
    Searched refs:dll_name (Results 1 - 25 of 37) sorted by null

1 2

  /external/compiler-rt/test/asan/TestCases/Windows/
dll_host.cc 33 const char *dll_name = argv[1]; local
35 HMODULE h = LoadLibrary(dll_name);
38 dll_name, GetLastError());
report_globals_reload_dll.cc 17 const char *dll_name = argv[1]; local
30 HMODULE dll = LoadLibrary(dll_name);
report_globals_vs_freelibrary.cc 16 const char *dll_name = argv[1]; local
25 HMODULE dll = LoadLibrary(dll_name);
  /external/webrtc/webrtc/base/
latebindingsymboltable.h 35 const char *dll_name; member in struct:rtc::LateBindingSymbolTable::TableInfo
latebindingsymboltable.cc 79 ASSERT(info_->dll_name != NULL);
80 return LoadFromPath(info_->dll_name);
  /external/webrtc/webrtc/modules/audio_device/linux/
latebindingsymboltable_linux.cc 35 DllHandle InternalLoadDll(const char dll_name[]) {
37 DllHandle handle = dlopen(dll_name, RTLD_NOW);
43 "Can't load %s : %s", dll_name, GetDllError());
latebindingsymboltable_linux.h 37 DllHandle InternalLoadDll(const char dll_name[]);
  /external/libchrome/sandbox/win/src/
interception_internal.h 46 wchar_t dll_name[1]; // placeholder for null terminated name member in struct:sandbox::DllPatchInfo
sandbox_policy.h 234 virtual ResultCode AddDllToUnload(const wchar_t* dll_name) = 0;
  /toolchain/binutils/binutils-2.25/binutils/
dllwrap.c 104 static char *dll_name; variable
722 dll_name = optarg;
796 if (! dll_name && ! dll_file_name)
801 else if (! dll_name)
803 dll_name = xstrdup (mybasename (dll_file_name));
807 dll_file_name = xstrdup (dll_name);
860 dyn_string_append_cstr (dlltool_cmdline, dll_name);
1076 char *p = strrchr (dll_name, '.');
1077 size_t prefix_len = (p) ? (size_t) (p - dll_name) : strlen (dll_name);
    [all...]
dlltool.c 391 static char *dll_name; variable
1092 dll_name = xmalloc (strlen (image_basename) + strlen (suffix) + 1);
1093 sprintf (dll_name, "%s%s", image_basename, suffix);
1096 dll_name = xstrdup (image_basename);
1110 dll_name = NULL;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
cygwinccompiler.py 205 (dll_name, dll_extension) = os.path.splitext(
209 def_file = os.path.join(temp_dir, dll_name + ".def")
210 lib_file = os.path.join(temp_dir, 'lib' + dll_name + ".a")
emxccompiler.py 128 (dll_name, dll_extension) = os.path.splitext(
132 def_file = os.path.join(temp_dir, dll_name + ".def")
msvccompiler.py 520 (dll_name, dll_ext) = os.path.splitext(
524 self.library_filename(dll_name))
  /external/python/cpython2/Lib/distutils/
cygwinccompiler.py 205 (dll_name, dll_extension) = os.path.splitext(
209 def_file = os.path.join(temp_dir, dll_name + ".def")
210 lib_file = os.path.join(temp_dir, 'lib' + dll_name + ".a")
emxccompiler.py 128 (dll_name, dll_extension) = os.path.splitext(
132 def_file = os.path.join(temp_dir, dll_name + ".def")
msvccompiler.py 520 (dll_name, dll_ext) = os.path.splitext(
524 self.library_filename(dll_name))
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
cygwinccompiler.py 229 (dll_name, dll_extension) = os.path.splitext(
233 def_file = os.path.join(temp_dir, dll_name + ".def")
234 lib_file = os.path.join(temp_dir, 'lib' + dll_name + ".a")
emxccompiler.py 128 (dll_name, dll_extension) = os.path.splitext(
132 def_file = os.path.join(temp_dir, dll_name + ".def")
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
cygwinccompiler.py 229 (dll_name, dll_extension) = os.path.splitext(
233 def_file = os.path.join(temp_dir, dll_name + ".def")
234 lib_file = os.path.join(temp_dir, 'lib' + dll_name + ".a")
emxccompiler.py 128 (dll_name, dll_extension) = os.path.splitext(
132 def_file = os.path.join(temp_dir, dll_name + ".def")
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
cygwinccompiler.py 229 (dll_name, dll_extension) = os.path.splitext(
233 def_file = os.path.join(temp_dir, dll_name + ".def")
234 lib_file = os.path.join(temp_dir, 'lib' + dll_name + ".a")
emxccompiler.py 128 (dll_name, dll_extension) = os.path.splitext(
132 def_file = os.path.join(temp_dir, dll_name + ".def")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
cygwinccompiler.py 229 (dll_name, dll_extension) = os.path.splitext(
233 def_file = os.path.join(temp_dir, dll_name + ".def")
234 lib_file = os.path.join(temp_dir, 'lib' + dll_name + ".a")
emxccompiler.py 128 (dll_name, dll_extension) = os.path.splitext(
132 def_file = os.path.join(temp_dir, dll_name + ".def")

Completed in 3929 milliseconds

1 2