aboutsummaryrefslogtreecommitdiff
path: root/src/debug/elf/file.go
AgeCommit message (Expand)Author
2021-09-10debug/elf: retain original error message when getSymbols fails.Florin Papa
2021-06-14debug/elf: don't apply DWARF relocations for ET_EXEC binariesVictor Michel
2020-08-31debug/elf: support relocations relative to sections with non-zero addressesVictor Michel
2019-09-17debug/elf: apply more relocations when reading DWARF data sectionsThan McIntosh
2019-09-03debug/dwarf, debug/elf: support DWARF 5Ian Lance Taylor
2019-07-05debug/elf: add version information to all dynamic symbolsAustin Clements
2019-03-01debug/elf: perform stricter section header table checks in NewFileTobias Klauser
2018-06-19debug/elf,macho,pe: support compressed DWARFHeschi Kreinick
2018-04-18debug/elf: add riscv64 relocationsTobias Klauser
2017-10-05debug/elf: make safe for Go 1.4 compilersRuss Cox
2016-11-10debug/elf: SPARC64 relocation type is only 8 bitsIan Lance Taylor
2016-11-03debug/elf: add support for GOARCH=mips{,le}Vladimir Stefanovic
2016-10-11debug/elf: add sparc64 relocationsJames Clarke
2016-04-15all: remove unnecessary type conversionsMatthew Dempsky
2016-04-13all: use new io.SeekFoo constants instead of os.SEEK_FOOBrad Fitzpatrick
2016-03-29debug/elf: add s390x relocationsMichael Munday
2016-03-22debug/dwarf: add Reader.SeekPC and Data.RangesIan Lance Taylor
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2015-12-03debug/elf: transparently decompress compressed sectionsAustin Clements
2015-12-03dwbug/elf: support old-style compressed DWARFAustin Clements
2015-11-12debug/elf: added MIPS ELF relocationsYao Zhang
2015-06-26debug/elf: change R_ARM_REL32 to R_ARM_ABS32 in applyRelocationsARMIan Lance Taylor
2015-03-14debug/elf: support reading debug info from 32-bit PPC objectsIan Lance Taylor
2015-03-11debug/elf: fix arm buildDave Cheney
2015-03-10debug/elf: load .debug_line section and pass to dwarf.NewAustin Clements
2015-03-10debug/elf: regularize DWARF section loadingAustin Clements
2014-10-22[dev.power64] all: merge default into dev.power64Austin Clements
2014-10-22build: merge the great pkg/ rename into dev.power64Austin Clements
2014-10-09debug/elf: add comments explaining applyRelocations for amd64/arm64Ian Lance Taylor
2014-09-08build: move package sources from src/pkg to srcRuss Cox