summaryrefslogtreecommitdiff
path: root/src/debug/elf/file.go
Commit message (Expand)AuthorAgeFilesLines
* debug/elf: SPARC64 relocation type is only 8 bitsIan Lance Taylor2016-11-101-1/+1
* debug/elf: add support for GOARCH=mips{,le}Vladimir Stefanovic2016-11-031-1/+41
* debug/elf: add sparc64 relocationsJames Clarke2016-10-111-0/+47
* all: remove unnecessary type conversionsMatthew Dempsky2016-04-151-16/+16
* all: use new io.SeekFoo constants instead of os.SEEK_FOOBrad Fitzpatrick2016-04-131-4/+4
* debug/elf: add s390x relocationsMichael Munday2016-03-291-0/+51
* debug/dwarf: add Reader.SeekPC and Data.RangesIan Lance Taylor2016-03-221-2/+2
* all: make copyright headers consistent with one space after periodBrad Fitzpatrick2016-03-011-1/+1
* debug/elf: transparently decompress compressed sectionsAustin Clements2015-12-031-10/+66
* dwbug/elf: support old-style compressed DWARFAustin Clements2015-12-031-3/+26
* debug/elf: added MIPS ELF relocationsYao Zhang2015-11-121-0/+54
* debug/elf: change R_ARM_REL32 to R_ARM_ABS32 in applyRelocationsARMIan Lance Taylor2015-06-261-1/+1
* debug/elf: support reading debug info from 32-bit PPC objectsIan Lance Taylor2015-03-141-0/+42
* debug/elf: fix arm buildDave Cheney2015-03-111-9/+47
* debug/elf: load .debug_line section and pass to dwarf.NewAustin Clements2015-03-101-4/+4
* debug/elf: regularize DWARF section loadingAustin Clements2015-03-101-52/+35
* [dev.power64] all: merge default into dev.power64Austin Clements2014-10-221-0/+8
|\
| * debug/elf: add comments explaining applyRelocations for amd64/arm64Ian Lance Taylor2014-10-091-0/+8
* | build: merge the great pkg/ rename into dev.power64Austin Clements2014-10-221-1/+49
|/
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+945