I want to declare the type (specifically STT_FUNC) of a symbol that I declared in my ldscript.
Is such thing possible, and if it is then how?
For example, I have the following:
funcy = 0x11223344;
I would like to do something like:
funcy = FUNCTION(0x11223344);