• Rob Pike's avatar
    cmd/nm: add -sort=size · fca453e0
    Rob Pike authored
    When printing the size, we often want to sort on that key.
    Because it's used when looking for large things, make the
    sort go from largest to smallest.
    
    Perfect recreation of CL 45150044, which was lost to some blunder.
    
    R=golang-codereviews, gobot, rsc
    CC=golang-codereviews
    https://golang.org/cl/48500044
    fca453e0
Name
Last commit
Last update
..
doc.go Loading commit data...
elf.go Loading commit data...
goobj.go Loading commit data...
macho.go Loading commit data...
nm.go Loading commit data...
pe.go Loading commit data...