1
0
mirror of https://github.com/golang/go synced 2024-10-04 08:31:22 -06:00
go/src/cmd/nm
David du Colombier 021c11683c debug/plan9obj: implement parsing of Plan 9 a.out executables
It implements parsing of the header and symbol table for both
32-bit and 64-bit Plan 9 binaries. The nm tool was updated to
use this package.

R=rsc, aram
CC=golang-codereviews
https://golang.org/cl/49970044
2014-01-22 23:30:52 +01:00
..
doc.go cmd/nm: add -sort=size 2014-01-08 15:56:40 -08:00
elf.go cmd/nm: minor cleanup from previous CL 2013-12-18 13:29:40 -05:00
goobj.go cmd/nm: minor cleanup from previous CL 2013-12-18 13:29:40 -05:00
macho.go cmd/nm: reimplement in Go 2013-12-16 12:52:11 -05:00
nm.go debug/plan9obj: implement parsing of Plan 9 a.out executables 2014-01-22 23:30:52 +01:00
pe.go cmd/nm: reimplement in Go 2013-12-16 12:52:11 -05:00
plan9obj.go debug/plan9obj: implement parsing of Plan 9 a.out executables 2014-01-22 23:30:52 +01:00