aboutsummaryrefslogtreecommitdiff
path: root/src/debug/elf/file_test.go
AgeCommit message (Expand)Author
2026-01-22debug/elf: return FormatError when reading short filesMark F
2025-10-17all: remove unnecessary loop variable copies in testsTobias Klauser
2025-03-14debug/elf: add riscv attributes definitionsMeng Zhuo
2024-12-17debug/elf: adjust version API per issue discussionIan Lance Taylor
2024-12-11debug/elf: adjust version API per issue discussionIan Lance Taylor
2024-11-07debug/elf: add SHT_GNU_VERDEF section parsingbenbaker76
2023-09-22all: clean unnecessary casts for test filesJes Cok
2023-07-31debug/elf: don't use reflection in File.SymbolsTolya Korniltsev
2023-04-11all: add wasip1 supportJohan Brandhorst-Satzkorn
2023-04-11debug/elf: avoid decompress of section twiceMeng Zhuo
2023-03-07debug/elf: retrieve values for dynamic section tagsFlorin Papa
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-04-01debug/elf: ajdust SectionOverlap test for proper fieldsMeng Zhuo
2020-09-23all: add GOOS=iosCherry Zhang
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-03-01debug/elf: perform stricter section header table checks in NewFileTobias Klauser
2018-11-02all: skip unsupported tests on AIXClément Chigot
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
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
2016-03-30debug/elf: deflake file_test.goJoe Tsai
2016-03-29debug/elf: add s390x relocationsMichael Munday
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-08-25debug/elf: map/slice literals janitoringDidier Spezia
2015-06-26debug/elf: change R_ARM_REL32 to R_ARM_ABS32 in applyRelocationsARMIan Lance Taylor
2015-04-12debug/dwarf: add DWARF attribute value class to FieldAustin Clements
2015-03-14debug/elf: support reading debug info from 32-bit PPC objectsIan Lance Taylor
2015-03-11debug/elf: fix arm buildDave Cheney
2014-10-22build: merge the great pkg/ rename into dev.power64Austin Clements
2014-09-08build: move package sources from src/pkg to srcRuss Cox