Home
last modified time | relevance | path

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

/NextBSD/contrib/gcc/config/i386/
HDwinnt.c58 #ifndef DLL_IMPORT_PREFIX
59 #define DLL_IMPORT_PREFIX "#i." macro
194 return (strncmp (DLL_IMPORT_PREFIX, symbol, in i386_pe_dllimport_name_p()
195 strlen (DLL_IMPORT_PREFIX)) == 0); in i386_pe_dllimport_name_p()
220 oldname += strlen (DLL_IMPORT_PREFIX); in i386_pe_mark_dllexport()
270 newname = alloca (strlen (DLL_IMPORT_PREFIX) + strlen (oldname) + 1); in i386_pe_mark_dllimport()
271 sprintf (newname, "%s%s", DLL_IMPORT_PREFIX, oldname); in i386_pe_mark_dllimport()
412 if (strncmp (str, DLL_IMPORT_PREFIX, strlen (DLL_IMPORT_PREFIX)) in i386_pe_strip_name_encoding()
414 str += strlen (DLL_IMPORT_PREFIX); in i386_pe_strip_name_encoding()
449 if (strncmp (name, DLL_IMPORT_PREFIX, strlen (DLL_IMPORT_PREFIX)) in i386_pe_output_labelref()
[all …]
/NextBSD/contrib/gcc/
HDChangeLog-200329992 * config/i386/winnt.c (DLL_IMPORT_PREFIX): New define.
29998 (i386_pe_mark_dllexport): Here. Remove DLL_IMPORT_PREFIX,
30001 (i386_pe_encode_section_info): Here. Remove DLL_IMPORT_PREFIX,