On Thu, Oct 31, 2019 at 2:58 PM <julio.neme...@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

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/CAOyqgcU1cKHVjOnbjhunK0_mg5XRQutWxS8yCY%3DaPz2TpfhAEg%40mail.gmail.com.

Reply via email to