HomeSort by: relevance | last modified time | path
    Searched defs:LIBGCC_SONAME (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/config/i386/
cygwin-w64.h 83 #undef LIBGCC_SONAME
84 #define LIBGCC_SONAME "cyggcc_s-seh-1.dll"
cygwin.h 154 #define LIBGCC_SONAME "cyggcc_s" LIBGCC_EH_EXTN "-1.dll"
mingw32.h 317 #define LIBGCC_SONAME "libgcc_s" LIBGCC_EH_EXTN "-1.dll"
  /src/external/gpl3/gcc/dist/libgcc/config/i386/
cygming-crtbegin.c 41 #ifndef LIBGCC_SONAME
42 #define LIBGCC_SONAME "libgcc_s.dll"
124 HANDLE h = GetModuleHandle (LIBGCC_SONAME);
128 /* Increasing the load-count of LIBGCC_SONAME DLL. */
129 hmod_libgcc = LoadLibrary (LIBGCC_SONAME);
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
cygwin-w64.h 83 #undef LIBGCC_SONAME
84 #define LIBGCC_SONAME "cyggcc_s-seh-1.dll"
cygwin.h 163 #define LIBGCC_SONAME "cyggcc_s" LIBGCC_EH_EXTN "-1.dll"
mingw32.h 296 #define LIBGCC_SONAME "libgcc_s" LIBGCC_EH_EXTN "-1.dll"
  /src/external/gpl3/gcc.old/dist/libgcc/config/i386/
cygming-crtbegin.c 41 #ifndef LIBGCC_SONAME
42 #define LIBGCC_SONAME "libgcc_s.dll"
124 HANDLE h = GetModuleHandle (LIBGCC_SONAME);
128 /* Increasing the load-count of LIBGCC_SONAME DLL. */
129 hmod_libgcc = LoadLibrary (LIBGCC_SONAME);

Completed in 26 milliseconds