aboutsummaryrefslogtreecommitdiff
path: root/src/debug/elf
AgeCommit message (Expand)Author
2023-02-03debug/elf: add DT_FLAGS_1 constantsFlorin Papa
2022-10-26debug/elf: guard access to File.gnuVersymZeke Lu
2022-10-25debug/elf: use saferio.SliceCap when decoding ELF sectionsZeke Lu
2022-10-14debug/elf: fix inccorrect value in COMPRESS_ZLIB string nameFlorian Zenker
2022-10-13debug: add top level security docs for dwarf, elf, macho, pe, and plan9objRoland Shoemaker
2022-10-12debug/elf: validate phentsize and shentsizeIan Lance Taylor
2022-09-29debug/elf: fix typo in R_PPC64_TPREL34 and R_PPC64_DTPREL34Paul E. Murphy
2022-09-27debug/elf: return error on reading from SHT_NOBITS sectionsZeke Lu
2022-09-27debug/elf: suport files with >= 65280 (0xff00) sectionsZeke Lu
2022-09-19debug/elf: validate shstrndxZeke Lu
2022-09-08debug/elf: define additional PPC64 ELFv2 relocationsPaul E. Murphy
2022-08-29debug/elf: validate offset and file size rangesDan Kortschak
2022-08-27debug/elf: fix reloc number of R_PPC64_SECTOFF_LO_DSPaul E. Murphy
2022-08-11debug/elf: use saferio to read section dataIan Lance Taylor
2022-08-11debug/elf: add new-style LoongArch reloc typesWANG Xuerui
2022-04-04debug: define ELF relocation for loong64Xiaodong Liu
2022-04-01debug/elf: ajdust SectionOverlap test for proper fieldsMeng Zhuo
2022-03-31debug/elf: check for negative shoff and phoff fieldsIan Lance Taylor
2022-03-16cmd/link: default generic ABI compression for ELFMeng Zhuo
2022-01-14debug/elf: do not read unrelated bytes for SHT_NOBITS sectionsAlessandro Arzilli
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-11-05cmd/link: enable internal linking of PIE binaries on ppc64lePaul E. Murphy
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
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-23all: add GOOS=iosCherry Zhang
2020-09-18debug/elf: add many PT_ and DT_ constantsIan Lance Taylor
2020-08-31debug/elf: support relocations relative to sections with non-zero addressesVictor Michel
2020-08-30debug/elf: run relocation tests in parallelIan Lance Taylor
2019-11-15all: fix a bunch of misspellingsVille Skyttä
2019-10-09all: remove the nacl port (part 1)Brad Fitzpatrick
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-11-02all: skip unsupported tests on AIXClément Chigot
2018-09-07debug/elf: add R_RISCV_32_PCREL relocationTobias Klauser
2018-06-19debug/elf,macho,pe: support compressed DWARFHeschi Kreinick
2018-05-08debug/elf: add machine and OSABI constantsTobias Klauser
2018-04-30all: skip unsupported tests for js/wasmRichard Musiol
2018-04-18debug/elf: add riscv64 relocationsTobias Klauser
2018-04-17debug/elf: enable TestNoSectionOverlaps on *bsd and solarisTobias Klauser
2018-04-10debug/elf: add missing EM_AARCH64 to machineStringsTobias Klauser
2017-10-11debug/elf: add relocation constantsDavid Crawshaw
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-05-06all: use SeekStart, SeekCurrent, SeekEndJoe Tsai