]> Cypherpunks repositories - gostls13.git/commit
[dev.link] cmd/link/internal/loader: expand methods for FuncInfo
authorThan McIntosh <thanm@google.com>
Wed, 8 Apr 2020 15:56:43 +0000 (11:56 -0400)
committerThan McIntosh <thanm@google.com>
Fri, 10 Apr 2020 12:33:04 +0000 (12:33 +0000)
commit30b0c819d13692cc63852f4bfbf5979bffc13acc
tree24189c5a994c4bb7e19d010bf56e43190769408b
parent37cc5cd76941f2b42f8b1403dde362439c8a9e69
[dev.link] cmd/link/internal/loader: expand methods for FuncInfo

Expand the methods for the FuncInfo helper, to support reading the
contents of an object file FuncInfo aux symbol using the new style
(that is to say, incrementally and without allocating slices to hold
the various bits).

Change-Id: I953d72c4a53f98c840e6b25b08fd33dc4a833dd5
Reviewed-on: https://go-review.googlesource.com/c/go/+/227585
Reviewed-by: Cherry Zhang <cherryyz@google.com>
src/cmd/internal/goobj2/funcinfo.go
src/cmd/link/internal/loader/loader.go