aboutsummaryrefslogtreecommitdiff
path: root/src/debug/elf/file.go
AgeCommit message (Expand)Author
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