Search notes:

GCC linker option: --kill-at

This option instructs the linker to not add the function name decorations at-sign and number for stdcall functions.
Compare with --add-stdcall-alias.

See also

GCC linker: options

Index