HomeSort by relevance Sort by last modified time
    Searched full:exports (Results 26 - 50 of 426) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/zlib/win32/
zlib.def 4 EXPORTS
  /external/chromium/base/win/
pe_image.cc 152 PIMAGE_EXPORT_DIRECTORY exports = GetExportDirectory(); local
154 if (NULL == exports)
162 RVAToAddr(exports->AddressOfFunctions));
164 return functions + ordinal - exports->Base;
174 PBYTE exports = reinterpret_cast<PBYTE>( local
178 // Check for forwarded exports as a special case.
179 if (exports <= function && exports + size > function)
193 PIMAGE_EXPORT_DIRECTORY exports = GetExportDirectory();
195 if (NULL == exports)
    [all...]
pe_image.h 22 // It's main purpose is to provide an easy way to work with imports and exports
34 // Callback to enumerate exports.
52 // module is the dll that exports this symbol. cookie is the value passed to
60 // module is the dll that exports this block of symbols. cookie is the value
126 // Returns the exports directory.
156 // Enumerates PE exports.
  /external/llvm/tools/gold/
CMakeLists.txt 23 set(srcexp ${CMAKE_CURRENT_SOURCE_DIR}/gold.exports)
37 # Force re-linking when the exports file changes. Actually, it
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/nfsd/
export.h 4 * Public declarations for NFS exports. The definitions for the
16 * Important limits for the exports stuff.
  /external/stlport/stlport/stl/config/
_dm.h 45 Exports in Digital Mars 'def' file must match mangled names in iostream.cpp.
47 longer match these pre-defined exports. To use STLport dynamic libraries
48 and STLport namespaces with Digital Mars, the pre-defined exports in
  /ndk/sources/cxx-stl/stlport/stlport/stl/config/
_dm.h 45 Exports in Digital Mars 'def' file must match mangled names in iostream.cpp.
47 longer match these pre-defined exports. To use STLport dynamic libraries
48 and STLport namespaces with Digital Mars, the pre-defined exports in
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/config/
_dm.h 45 Exports in Digital Mars 'def' file must match mangled names in iostream.cpp.
47 longer match these pre-defined exports. To use STLport dynamic libraries
48 and STLport namespaces with Digital Mars, the pre-defined exports in
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/config/
_dm.h 45 Exports in Digital Mars 'def' file must match mangled names in iostream.cpp.
47 longer match these pre-defined exports. To use STLport dynamic libraries
48 and STLport namespaces with Digital Mars, the pre-defined exports in
  /external/icu4c/tools/makeconv/
makeconv.h 25 /* exports from makeconv.c */
  /external/srec/srec/test/SRecTest/
Android.mk 6 # common settings for all ASR builds, exports some variables for sub-makes
  /external/srec/srec/test/SRecTestAudio/
Android.mk 6 # common settings for all ASR builds, exports some variables for sub-makes
  /external/srec/tools/make_cfst/
Android.mk 6 # common settings for all ASR builds, exports some variables for sub-makes
  /external/srec/tools/make_g2g/
Android.mk 6 # common settings for all ASR builds, exports some variables for sub-makes
  /external/srec/tools/parseStringTest/
Android.mk 6 # common settings for all ASR builds, exports some variables for sub-makes
  /external/srec/tools/test_g2g/
Android.mk 6 # common settings for all ASR builds, exports some variables for sub-makes
  /frameworks/base/tools/localize/
ValuesFile.h 33 // exports this file as a n XMLNode, you own this object
  /prebuilt/darwin-x86/toolchain/arm-linux-androideabi-4.4.x/share/man/man1/
arm-linux-androideabi-dlltool.1 172 been specified it creates a exports file. If the \fB\-l\fR option
202 The second file needed for \s-1DLL\s0 creation is an exports file. This file
221 exports file by creating temporary files containing assembler statements
236 \& dlltool \-e exports.o \-l dll.lib dll.o
237 \& gcc dll.o exports.o \-o dll.dll
262 exports file generated by dlltool.
325 to create the exports file.
333 assembler when building the exports file. This option will work even if
366 Specifies that when \fBdlltool\fR is creating the exports file it
376 Specifies that when \fBdlltool\fR is creating the exports file i
    [all...]
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/share/man/man1/
arm-linux-androideabi-dlltool.1 172 been specified it creates a exports file. If the \fB\-l\fR option
202 The second file needed for \s-1DLL\s0 creation is an exports file. This file
221 exports file by creating temporary files containing assembler statements
236 \& dlltool \-e exports.o \-l dll.lib dll.o
237 \& gcc dll.o exports.o \-o dll.dll
262 exports file generated by dlltool.
325 to create the exports file.
333 assembler when building the exports file. This option will work even if
366 Specifies that when \fBdlltool\fR is creating the exports file it
376 Specifies that when \fBdlltool\fR is creating the exports file i
    [all...]
  /external/srec/portable/include/
PortExport.h 25 /* (1) Platform specific macro which handles symbol exports & imports.*/
77 * Exports C-style symbols; avoids name-mangling.
83 * Exports C-style symbols; avoids name-mangling.
  /external/kernel-headers/original/linux/nfsd/
export.h 4 * Public declarations for NFS exports. The definitions for the
20 * Important limits for the exports stuff.
  /external/llvm/runtime/libprofile/
Makefile 19 EXTRA_DIST = libprofile.exports
20 EXPORTED_SYMBOL_FILE = $(PROJ_SRC_DIR)/libprofile.exports
  /external/webkit/Source/WebKit/win/WebKit.vcproj/
WebKit_Cairo.def 3 EXPORTS
30 ; Deprecated re-exports from JavaScriptCore
WebKit_Cairo_debug.def 3 EXPORTS
30 ; Deprecated re-exports from JavaScriptCore
  /external/webkit/Source/WebKit2/win/
WebKit2.def 0 EXPORTS
27 ; Deprecated re-exports from JavaScriptCore

Completed in 439 milliseconds

12 3 4 5 6 7 8 91011>>