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

1 2

  /external/libmicrohttpd/src/microhttpd/
Makefile.am 30 dll_name=`$(EGREP) -o dlname=\'.+\' libmicrohttpd.la` && \
31 dll_name=$${dll_name#*\'} && dll_name=$${dll_name%\'} && test -n "$$dll_name" && \
32 echo Creating $$dll_name by $(MS_LIB_TOOL).. && cd "$(lt_cv_objdir)" && \
33 $(MS_LIB_TOOL) -def:libmicrohttpd.def -name:$$dll_name -out:libmicrohttpd.lib $(libmicrohttpd_la_OBJECTS:.lo=.o) && cd ..
36 dll_name=`$(EGREP) -o dlname=\'.+\' libmicrohttpd.la` && \
37 dll_name=$${dll_name#*\'} && dll_name=$${dll_name%\'} && test -n "$$dll_name" &&
    [all...]
Makefile.in     [all...]
  /external/compiler-rt/test/asan/TestCases/Windows/
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);
dll_host.cc 33 const char *dll_name = argv[1]; local
35 HMODULE h = LoadLibrary(dll_name);
38 dll_name, GetLastError());
  /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/webrtc/webrtc/base/
latebindingsymboltable.cc 79 ASSERT(info_->dll_name != NULL);
80 return LoadFromPath(info_->dll_name);
latebindingsymboltable.h 35 const char *dll_name; member in struct:rtc::LateBindingSymbolTable::TableInfo
  /external/libchrome/sandbox/win/src/
interception_internal.h 46 wchar_t dll_name[1]; // placeholder for null terminated name member in struct:sandbox::DllPatchInfo
  /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/
emxccompiler.py 128 (dll_name, dll_extension) = os.path.splitext(
132 def_file = os.path.join(temp_dir, dll_name + ".def")
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")
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
emxccompiler.py 128 (dll_name, dll_extension) = os.path.splitext(
132 def_file = os.path.join(temp_dir, dll_name + ".def")
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")
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
emxccompiler.py 128 (dll_name, dll_extension) = os.path.splitext(
132 def_file = os.path.join(temp_dir, dll_name + ".def")
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")
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
emxccompiler.py 128 (dll_name, dll_extension) = os.path.splitext(
132 def_file = os.path.join(temp_dir, dll_name + ".def")
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")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
emxccompiler.py 128 (dll_name, dll_extension) = os.path.splitext(
132 def_file = os.path.join(temp_dir, dll_name + ".def")
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")

Completed in 1779 milliseconds

1 2