aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/debug/elf/file.go
AgeCommit message (Expand)Author
2014-09-08build: move package sources from src/pkg to srcRuss Cox
2014-08-27debug/elf: support arm64 relocationsMichael Hudson-Doyle
2014-07-10debug/elf: add (*File).DynamicSymbols, ErrNoSymbols, and tests for (*File).Sy...Pietro Gagliardi
2014-06-03debug/elf: support DWARF that needs relocs for 386Ian Lance Taylor
2014-02-18cmd/ld: remove Plan 9 symbol tableRuss Cox
2014-01-27all: use {bytes,strings}.NewReader instead of bytes.BuffersBrad Fitzpatrick
2014-01-27debug/dwarf, debug/elf: add support for reading DWARF 4 type infoIan Lance Taylor
2013-03-22debug/elf: repair GNU version symbols.Rémy Oudompheng
2013-03-21debug/elf: restore Go 1.0 semantics for (*File).SymbolsRuss Cox
2012-12-18debug/elf: handle missing shstrndx in core filesDave Cheney
2012-11-15debug/elf: fix offset for GNU version symbolsJoel Sing
2012-11-15debug/elf: do not skip first symbol in the symbol tableJoel Sing
2012-08-03debug/elf: Add support for getting DynTag string table values.Mike Rosset
2012-05-21debug/elf: Expose entry point from Header in File struct.Matthew Horsnell
2011-11-01src/pkg/[a-m]*: gofix -r error -force=errorRuss Cox
2011-07-13debug/elf: Read ELF Program headers.Matthew Horsnell
2011-06-22os.Error API: don't export os.ErrorString, use os.NewError consistentlyRobert Griesemer
2011-06-13cgo: handle new Apple LLVM-based gcc from Xcode 4.2Russ Cox
2011-04-27cgo: handle versioned ELF symbolsRuss Cox
2011-04-04os: New Open API.Rob Pike
2011-04-04os: add Seek whence constantsBrad Fitzpatrick
2010-12-08debug/elf, debug/macho: add ImportedLibraries, ImportedSymbolsRuss Cox
2010-05-27changes &x -> x[0:] for array to slice conversionRuss Cox
2010-04-11debug/elf: Fix doc commentsEvan Shaw
2010-03-02gofmt: experiment: align values in map composites where possibleRobert Griesemer
2009-12-15 1) Change default gofmt default settings forRobert Griesemer
2009-11-20gofmt -r 'α[β:len(α)] -> α[β:]' -w src/cmd src/pkgRuss Cox
2009-11-09 - replaced gofmt expression formatting algorithm withRobert Griesemer
2009-11-09remove semis after statements in one-statement statement listsRobert Griesemer
2009-11-06- fine-tuning of one-line func heuristic (nodes.go)Robert Griesemer
2009-11-02Fix cgo for GCC 4.4Adam Langley
2009-10-27files that are okay from the last gofmt roundRuss Cox
2009-10-20base64 -> encoding/base64Russ Cox
2009-10-08more lgtm files from gofmtRuss Cox
2009-10-06gofmt on crypto, debugRuss Cox
2009-09-18add DWARF method to elf.File.Russ Cox
2009-09-01import debug/gosym from usr/austin/symRuss Cox
2009-08-31elf file parserRuss Cox