aboutsummaryrefslogtreecommitdiff
path: root/src/debug/elf/elf.go
AgeCommit message (Expand)Author
2023-02-03debug/elf: add DT_FLAGS_1 constantsFlorin Papa
2022-10-14debug/elf: fix inccorrect value in COMPRESS_ZLIB string nameFlorian Zenker
2022-09-29debug/elf: fix typo in R_PPC64_TPREL34 and R_PPC64_DTPREL34Paul E. Murphy
2022-09-08debug/elf: define additional PPC64 ELFv2 relocationsPaul E. Murphy
2022-08-27debug/elf: fix reloc number of R_PPC64_SECTOFF_LO_DSPaul E. Murphy
2022-08-11debug/elf: add new-style LoongArch reloc typesWANG Xuerui
2022-04-04debug: define ELF relocation for loong64Xiaodong Liu
2021-11-05cmd/link: enable internal linking of PIE binaries on ppc64lePaul E. Murphy
2021-04-13all: simplify the spelling of LinuxBrad Fitzpatrick
2021-03-02cmd/link,debug/elf: mips32, add .gnu.attributes and .MIPS.abiflags sectionsYunQiang Su
2020-09-18debug/elf: add many PT_ and DT_ constantsIan Lance Taylor
2018-09-07debug/elf: add R_RISCV_32_PCREL relocationTobias Klauser
2018-05-08debug/elf: add machine and OSABI constantsTobias Klauser
2018-04-18debug/elf: add riscv64 relocationsTobias Klauser
2018-04-10debug/elf: add missing EM_AARCH64 to machineStringsTobias Klauser
2017-10-11debug/elf: add relocation constantsDavid Crawshaw
2016-05-02all: make copyright headers consistent with one space after periodEmmanuel Odeke
2016-04-15all: remove unnecessary type conversionsMatthew Dempsky
2016-04-03all: fix spelling mistakesEric Engestrom
2016-03-29debug/elf: add s390x relocationsMichael Munday
2016-03-02all: single space after period.Brad Fitzpatrick
2015-12-18debug/elf: rename Chdr64.Reserved to _Austin Clements
2015-12-03debug/elf: transparently decompress compressed sectionsAustin Clements
2015-11-12debug/elf: added MIPS ELF relocationsYao Zhang
2015-07-28all: cleanup usage of dashes in package documentationMatthew Dempsky
2014-12-05all: power64 is now ppc64Russ Cox
2014-10-22build: merge the great pkg/ rename into dev.power64Austin Clements
2014-09-08build: move package sources from src/pkg to srcRuss Cox