eh_frame, init and fini in a C build
I see these in the linker scripts, but I do not see them in the output for a C application.
I know eh_frame is for C++ exceptions, and it is not strange it is not in the output of the C application. I also read it is used for some C functionality as well. Can these functionality be used in embedded platforms (without an OS) ? Can I ever see eh_frame in a C build output ?
I thought init and fini is only for processes and shared objects. Neither is in a C project, are these used for anything else ?
