Hi,
I am experimenting with dwarf generation in Go1.15 at the moment and looking into new loader module. I am trying to understand how the data being generated and put into []byte specifically how the loader.payloads item being generated. I couldn't figure it out yet.
There is a LoadFull function in loader with works with payloads but I have no idea what function and in what phase the raw data for each symbols being created and added to payloads. I would appreciate if anyone could help me in this regard.
Best,