Searched refs:DLL_EXPORT_PREFIX (Results 1 – 2 of 2) sorted by relevance
61 #ifndef DLL_EXPORT_PREFIX62 #define DLL_EXPORT_PREFIX "#e." macro185 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()
29994 (DLL_EXPORT_PREFIX): New define. Use throughout instead of