Home
last modified time | relevance | path

Searched refs:DLL_EXPORT_PREFIX (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/gcc/config/i386/
HDwinnt.c61 #ifndef DLL_EXPORT_PREFIX
62 #define DLL_EXPORT_PREFIX "#e." macro
185 return (strncmp (DLL_EXPORT_PREFIX, symbol, in i386_pe_dllexport_name_p()
186 strlen (DLL_EXPORT_PREFIX)) == 0); in i386_pe_dllexport_name_p()
225 newname = alloca (strlen (DLL_EXPORT_PREFIX) + strlen (oldname) + 1); in i386_pe_mark_dllexport()
226 sprintf (newname, "%s%s", DLL_EXPORT_PREFIX, oldname); in i386_pe_mark_dllexport()
415 else if (strncmp (str, DLL_EXPORT_PREFIX, strlen (DLL_EXPORT_PREFIX)) in i386_pe_strip_name_encoding()
417 str += strlen (DLL_EXPORT_PREFIX); in i386_pe_strip_name_encoding()
467 || (strncmp (name, DLL_EXPORT_PREFIX, strlen (DLL_EXPORT_PREFIX)) in i386_pe_output_labelref()
469 && name[strlen (DLL_EXPORT_PREFIX)] == FASTCALL_PREFIX)) in i386_pe_output_labelref()
/NextBSD/contrib/gcc/
HDChangeLog-200329994 (DLL_EXPORT_PREFIX): New define. Use throughout instead of