summaryrefslogtreecommitdiff
path: root/src/cmd/nm
Commit message (Expand)AuthorAgeFilesLines
* build: adjustments for move from src/pkg to srcRuss Cox2014-09-081-1/+1
* cmd/addr2line, cmd/nm: factor object reading into cmd/internal/objfileRuss Cox2014-08-077-387/+14
* cmd/nm: skip test on android (no Go tool)David Crawshaw2014-07-081-2/+3
* build: make nacl passRuss Cox2014-05-201-0/+4
* cmd/nm, cmd/objdump: fix elf symbol typesRuss Cox2014-05-141-2/+2
* cmd/nm: do not write to GOROOT testdata directories during TestNMAlex Brainman2014-05-121-5/+12
* cmd/nm: do not fail TestNM if symbol has less then 3 columns in nm outputAlex Brainman2014-04-211-5/+0
* cmd/nm: disable TestNM on darwin, linux and solarisAlex Brainman2014-04-211-0/+4
* cmd/ld: correct addresses in windows pe symbol tableAlex Brainman2014-04-211-0/+49
* cmd/nm: print symbol sizes for windows pe executablesAlex Brainman2014-04-191-0/+14
* cmd/nm: windows pe handling fixesAlex Brainman2014-04-163-2/+73
* debug/plan9obj: implement parsing of Plan 9 a.out executablesDavid du Colombier2014-01-222-0/+52
* cmd/nm: add -sort=sizeRob Pike2014-01-082-2/+11
* all: fix a few spelling errors in source commentsMartin Olsson2013-12-271-1/+1
* cmd/nm: minor cleanup from previous CLRuss Cox2013-12-184-11/+12
* cmd/nm: reimplement in GoRuss Cox2013-12-168-425/+454
* cmd/nm: make -S listing a bit more accurateRuss Cox2013-09-161-2/+33
* cmd/nm: put the -S flag in the usage messageRob Pike2013-09-162-2/+2
* cmd/nm: don't add filename elements for m symbolsAnthony Martin2013-04-031-2/+4
* cmd/godoc: use go/build to determine package and example filesRobert Griesemer2013-02-191-1/+3
* gofmt: apply gofmt -w src miscRobert Griesemer2012-10-301-1/+1
* cmd/pack: rename __.SYMDEF to __.GOSYMDEFRuss Cox2012-09-131-1/+1
* doc: various update to command documentsShenghou Ma2012-03-091-1/+2
* build: delete make paraphernaliaRuss Cox2012-02-061-12/+2
* docs: replace references to gofix etc. with tool invocationsRob Pike2012-02-041-2/+1
* cmd/go: c tools not used during compilationRob Pike2012-01-291-2/+2
* Make.ccmd: link with mach lib,Joe Poirier2011-06-191-3/+0
* nm: document -S flagRuss Cox2011-03-081-0/+3
* nm: silently ignore .o files in .a filesRuss Cox2010-12-101-6/+9
* various: avoid %ld etcRuss Cox2010-10-131-1/+1
* build: $GOBIN defaults to $GOROOT/binRuss Cox2010-08-241-12/+6
* go: makes it build for the case $GOROOT has whitespacesSergio Luis O. B. Correia2009-11-231-2/+2
* tweak documentation of commandsRuss Cox2009-11-091-1/+1
* stylistic issues in a couple of cmd docsRob Pike2009-11-041-1/+1
* more command documentation, including nm and profRob Pike2009-11-031-0/+18
* clean moreRuss Cox2009-10-031-1/+1
* add -S flag to print size of symbolRuss Cox2009-09-081-13/+28
* rename libmach_amd64 libmachRob Pike2009-08-142-14/+14
* change gotype in symbol table fromRuss Cox2009-08-121-2/+2
* Support use of $GOBINDIR to override $HOME/binPhil Pennock2009-07-281-1/+1
* fix gotest by fixing nm -s to print in file order by storing a sequence numberRob Pike2009-04-151-3/+4
* symbol table changesRuss Cox2008-11-201-3/+8
* add nmRuss Cox2008-08-032-0/+368