Hi all,
Before emitting the object file, how and where can I iterate over each section containing symbols of type FUNC to perform some processing?
I believe the MC layer has this capability, but where exactly is it implemented?
I have looked through ELFObjectWriter.cpp and ELFStreamer.cpp, but I’m not sure where this can be achieved.