summaryrefslogtreecommitdiff
path: root/src/debug/elf
Commit message (Expand)AuthorAgeFilesLines
* all: add GOOS=iosCherry Zhang2020-09-231-1/+1
* debug/elf: add many PT_ and DT_ constantsIan Lance Taylor2020-09-181-22/+201
* debug/elf: support relocations relative to sections with non-zero addressesVictor Michel2020-08-315-51/+135
* debug/elf: run relocation tests in parallelIan Lance Taylor2020-08-301-254/+296
* all: fix a bunch of misspellingsVille Skyttä2019-11-151-1/+1
* all: remove the nacl port (part 1)Brad Fitzpatrick2019-10-091-1/+1
* debug/elf: apply more relocations when reading DWARF data sectionsThan McIntosh2019-09-171-43/+69
* debug/dwarf, debug/elf: support DWARF 5Ian Lance Taylor2019-09-031-8/+16
* debug/elf: add version information to all dynamic symbolsAustin Clements2019-07-052-9/+35
* debug/elf: perform stricter section header table checks in NewFileTobias Klauser2019-03-012-2/+16
* all: skip unsupported tests on AIXClément Chigot2018-11-021-1/+1
* debug/elf: add R_RISCV_32_PCREL relocationTobias Klauser2018-09-071-0/+2
* debug/elf,macho,pe: support compressed DWARFHeschi Kreinick2018-06-191-16/+25
* debug/elf: add machine and OSABI constantsTobias Klauser2018-05-081-45/+327
* all: skip unsupported tests for js/wasmRichard Musiol2018-04-301-1/+1
* debug/elf: add riscv64 relocationsTobias Klauser2018-04-184-0/+191
* debug/elf: enable TestNoSectionOverlaps on *bsd and solarisTobias Klauser2018-04-171-3/+4
* debug/elf: add missing EM_AARCH64 to machineStringsTobias Klauser2018-04-101-0/+1
* debug/elf: add relocation constantsDavid Crawshaw2017-10-111-200/+556
* debug/elf: make safe for Go 1.4 compilersRuss Cox2017-10-052-7/+18
* 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-034-1/+79
* debug/elf: add sparc64 relocationsJames Clarke2016-10-113-0/+66
* all: use SeekStart, SeekCurrent, SeekEndJoe Tsai2016-05-062-7/+7
* all: make copyright headers consistent with one space after periodEmmanuel Odeke2016-05-021-1/+1
* all: remove unnecessary type conversionsMatthew Dempsky2016-04-152-18/+18
* all: use new io.SeekFoo constants instead of os.SEEK_FOOBrad Fitzpatrick2016-04-131-4/+4
* all: fix spelling mistakesEric Engestrom2016-04-031-1/+1
* debug/elf: deflake file_test.goJoe Tsai2016-03-301-1/+1
* debug/elf: add s390x relocationsMichael Munday2016-03-294-0/+204
* all: zero mtimes in testdata gz filesCaleb Spare2016-03-251-0/+0
* debug/dwarf: add Reader.SeekPC and Data.RangesIan Lance Taylor2016-03-221-2/+2
* all: single space after period.Brad Fitzpatrick2016-03-021-2/+2
* all: make copyright headers consistent with one space after periodBrad Fitzpatrick2016-03-014-4/+4
* debug/elf: rename Chdr64.Reserved to _Austin Clements2015-12-181-1/+1
* debug/elf: transparently decompress compressed sectionsAustin Clements2015-12-036-77/+424
* dwbug/elf: support old-style compressed DWARFAustin Clements2015-12-033-3/+54
* debug/elf: added MIPS ELF relocationsYao Zhang2015-11-125-0/+201
* all: remove executable bit from several filesAndrew Gerrand2015-09-042-0/+0
* debug/elf: map/slice literals janitoringDidier Spezia2015-08-251-11/+148
* all: cleanup usage of dashes in package documentationMatthew Dempsky2015-07-281-1/+1
* debug/elf: change R_ARM_REL32 to R_ARM_ABS32 in applyRelocationsARMIan Lance Taylor2015-06-263-1/+7
* debug/dwarf: add DWARF attribute value class to FieldAustin Clements2015-04-121-10/+10
* debug/elf: support reading debug info from 32-bit PPC objectsIan Lance Taylor2015-03-143-0/+48
* debug/elf: fix arm buildDave Cheney2015-03-113-9/+53
* 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
* all: power64 is now ppc64Russ Cox2014-12-051-1/+1
* [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