index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
debug
/
elf
/
file_test.go
Age
Commit message (
Expand
)
Author
2026-01-22
debug/elf: return FormatError when reading short files
Mark F
2025-10-17
all: remove unnecessary loop variable copies in tests
Tobias Klauser
2025-03-14
debug/elf: add riscv attributes definitions
Meng Zhuo
2024-12-17
debug/elf: adjust version API per issue discussion
Ian Lance Taylor
2024-12-11
debug/elf: adjust version API per issue discussion
Ian Lance Taylor
2024-11-07
debug/elf: add SHT_GNU_VERDEF section parsing
benbaker76
2023-09-22
all: clean unnecessary casts for test files
Jes Cok
2023-07-31
debug/elf: don't use reflection in File.Symbols
Tolya Korniltsev
2023-04-11
all: add wasip1 support
Johan Brandhorst-Satzkorn
2023-04-11
debug/elf: avoid decompress of section twice
Meng Zhuo
2023-03-07
debug/elf: retrieve values for dynamic section tags
Florin Papa
2022-09-27
debug/elf: return error on reading from SHT_NOBITS sections
Zeke Lu
2022-09-27
debug/elf: suport files with >= 65280 (0xff00) sections
Zeke Lu
2022-04-01
debug/elf: ajdust SectionOverlap test for proper fields
Meng Zhuo
2020-09-23
all: add GOOS=ios
Cherry Zhang
2020-08-31
debug/elf: support relocations relative to sections with non-zero addresses
Victor Michel
2020-08-30
debug/elf: run relocation tests in parallel
Ian Lance Taylor
2019-11-15
all: fix a bunch of misspellings
Ville Skyttä
2019-10-09
all: remove the nacl port (part 1)
Brad Fitzpatrick
2019-03-01
debug/elf: perform stricter section header table checks in NewFile
Tobias Klauser
2018-11-02
all: skip unsupported tests on AIX
Clément Chigot
2018-04-30
all: skip unsupported tests for js/wasm
Richard Musiol
2018-04-18
debug/elf: add riscv64 relocations
Tobias Klauser
2018-04-17
debug/elf: enable TestNoSectionOverlaps on *bsd and solaris
Tobias Klauser
2016-11-03
debug/elf: add support for GOARCH=mips{,le}
Vladimir Stefanovic
2016-10-11
debug/elf: add sparc64 relocations
James Clarke
2016-05-06
all: use SeekStart, SeekCurrent, SeekEnd
Joe Tsai
2016-03-30
debug/elf: deflake file_test.go
Joe Tsai
2016-03-29
debug/elf: add s390x relocations
Michael Munday
2016-03-01
all: make copyright headers consistent with one space after period
Brad Fitzpatrick
2015-12-03
debug/elf: transparently decompress compressed sections
Austin Clements
2015-12-03
dwbug/elf: support old-style compressed DWARF
Austin Clements
2015-11-12
debug/elf: added MIPS ELF relocations
Yao Zhang
2015-08-25
debug/elf: map/slice literals janitoring
Didier Spezia
2015-06-26
debug/elf: change R_ARM_REL32 to R_ARM_ABS32 in applyRelocationsARM
Ian Lance Taylor
2015-04-12
debug/dwarf: add DWARF attribute value class to Field
Austin Clements
2015-03-14
debug/elf: support reading debug info from 32-bit PPC objects
Ian Lance Taylor
2015-03-11
debug/elf: fix arm build
Dave Cheney
2014-10-22
build: merge the great pkg/ rename into dev.power64
Austin Clements
2014-09-08
build: move package sources from src/pkg to src
Russ Cox