Home | History | Annotate | Download | only in emultempl

Lines Matching full:stdcall

297     {"add-stdcall-alias", no_argument, NULL, OPTION_STDCALL_ALIASES},
298 {"enable-stdcall-fixup", no_argument, NULL, OPTION_ENABLE_STDCALL_FIXUP},
299 {"disable-stdcall-fixup", no_argument, NULL, OPTION_DISABLE_STDCALL_FIXUP},
420 fprintf (file, _(" --add-stdcall
421 fprintf (file, _(" --disable-stdcall-fixup Don't link _sym to _sym@nn\n"));
422 fprintf (file, _(" --enable-stdcall-fixup Link _sym to _sym@nn without warnings\n"));
1026 /* The symbol is a stdcall symbol, so let's look for a
1050 einfo (_("Use --enable-stdcall-fixup to disable these warnings\n"));
1051 einfo (_("Use --disable-stdcall-fixup to disable these fixups\n"));
1058 /* The symbol is a cdecl symbol, so we look for stdcall
1077 einfo (_("Use --enable-stdcall-fixup to disable these warnings\n"));
1078 einfo (_("Use --disable-stdcall-fixup to disable these fixups\n"));
1498 stdcall/fastcall fixup here. */