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.
This is a first draft, please take a look. I've tried to keep the structure ...
11 years, 2 months ago
(2014-01-09 21:15:24 UTC)
#2
This is a first draft, please take a look.
I've tried to keep the structure of the code and interface
close to debug/elf. The parsing of the symbol table is done
by the functions walksymtab and NewTable, derived from
debug/gosym.
thanks very much for working on this. https://codereview.appspot.com/49970044/diff/140001/src/pkg/debug/plan9obj/file.go File src/pkg/debug/plan9obj/file.go (right): https://codereview.appspot.com/49970044/diff/140001/src/pkg/debug/plan9obj/file.go#newcode17 src/pkg/debug/plan9obj/file.go:17: * Internal ...
11 years, 1 month ago
(2014-01-22 21:32:07 UTC)
#5
*** Submitted as https://code.google.com/p/go/source/detail?r=931cc1aeb3be *** debug/plan9obj: implement parsing of Plan 9 a.out executables It implements ...
11 years, 1 month ago
(2014-01-22 22:31:05 UTC)
#9
Issue 49970044: code review 49970044: debug/plan9obj: implement parsing of Plan 9 a.out execu...
(Closed)
Created 11 years, 2 months ago by 0intro
Modified 11 years, 1 month ago
Reviewers:
Base URL:
Comments: 37