[go-nuts] Generic symbol name in binary

2021-12-19 Thread 'Dmitry Neverov' via golang-nuts
Is the naming scheme for generic symbols in binaries described somewhere? 

Thanks!

-- 
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/9a6dd6d5-0e50-4076-a86f-be5c5cb10e86n%40googlegroups.com.


[go-nuts] Type name format in dwarf

2021-03-04 Thread 'Dmitry Neverov' via golang-nuts
Please help me understand the type name format generated in debug info.

Mostly they seem to be in the . format, but 
sometimes _test is appended to import path. Also it seems like some parts 
of import path are url-encoded: type T defined in package pkg of the go 
module github.com/my/pkg.v2 gets name github.com/my/pkg%2ev2.T.

I wonder what are the rules for type names.

Thanks!

-- 
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/414d33a5-f6fd-4f68-9c8c-cd33b32e65cbn%40googlegroups.com.