Searched refs:DLL_IMPORT_PREFIX (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/gcc/config/i386/
H A Dwinnt.c58 #ifndef DLL_IMPORT_PREFIX
59 #define DLL_IMPORT_PREFIX "#i." macro
195 return (strncmp (DLL_IMPORT_PREFIX, symbol,
196 strlen (DLL_IMPORT_PREFIX)) == 0);
220 /* Remove DLL_IMPORT_PREFIX. */
221 oldname += strlen (DLL_IMPORT_PREFIX);
271 newname = alloca (strlen (DLL_IMPORT_PREFIX) + strlen (oldname) + 1);
272 sprintf (newname, "%s%s", DLL_IMPORT_PREFIX, oldname);
396 before the RTL name was marked with the DLL_IMPORT_PREFIX. */
413 if (strncmp (str, DLL_IMPORT_PREFIX, strle
[all...]

Completed in 90 milliseconds