On Thu, Oct 31, 2019 at 2:58 PM <
julio....@gmail.com> wrote:
>
> TBH, I just would like to know if getting a symbol address at link time is possible. Because I actually found today a workaround to be able to add new dependencies my -toolexec tool. But I may need to do this later on.
I'm still not 100% clear on what this means but I'm fairly sure that
the answer is no for any meaning.
> The other idea I had in mind was using the gosymtab to find function adresses but it looks like this section is not always present and I am not sure how long it will be supported.
The gosymtab may or may not be there, but the executable's symbol
table will normally be there.
Ian