Hello,
I received some information from compiler team:
You can rename main to something else e.g. main_user() and call __eabi() from whetever place you want
__eabi() generates automatically for main() only
Another way is to suppress original eabi function by custom one
Hope it helps a little bit.
Regards,
Martin