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
/
elf.go
Age
Commit message (
Expand
)
Author
2023-02-03
debug/elf: add DT_FLAGS_1 constants
Florin Papa
2022-10-14
debug/elf: fix inccorrect value in COMPRESS_ZLIB string name
Florian Zenker
2022-09-29
debug/elf: fix typo in R_PPC64_TPREL34 and R_PPC64_DTPREL34
Paul E. Murphy
2022-09-08
debug/elf: define additional PPC64 ELFv2 relocations
Paul E. Murphy
2022-08-27
debug/elf: fix reloc number of R_PPC64_SECTOFF_LO_DS
Paul E. Murphy
2022-08-11
debug/elf: add new-style LoongArch reloc types
WANG Xuerui
2022-04-04
debug: define ELF relocation for loong64
Xiaodong Liu
2021-11-05
cmd/link: enable internal linking of PIE binaries on ppc64le
Paul E. Murphy
2021-04-13
all: simplify the spelling of Linux
Brad Fitzpatrick
2021-03-02
cmd/link,debug/elf: mips32, add .gnu.attributes and .MIPS.abiflags sections
YunQiang Su
2020-09-18
debug/elf: add many PT_ and DT_ constants
Ian Lance Taylor
2018-09-07
debug/elf: add R_RISCV_32_PCREL relocation
Tobias Klauser
2018-05-08
debug/elf: add machine and OSABI constants
Tobias Klauser
2018-04-18
debug/elf: add riscv64 relocations
Tobias Klauser
2018-04-10
debug/elf: add missing EM_AARCH64 to machineStrings
Tobias Klauser
2017-10-11
debug/elf: add relocation constants
David Crawshaw
2016-05-02
all: make copyright headers consistent with one space after period
Emmanuel Odeke
2016-04-15
all: remove unnecessary type conversions
Matthew Dempsky
2016-04-03
all: fix spelling mistakes
Eric Engestrom
2016-03-29
debug/elf: add s390x relocations
Michael Munday
2016-03-02
all: single space after period.
Brad Fitzpatrick
2015-12-18
debug/elf: rename Chdr64.Reserved to _
Austin Clements
2015-12-03
debug/elf: transparently decompress compressed sections
Austin Clements
2015-11-12
debug/elf: added MIPS ELF relocations
Yao Zhang
2015-07-28
all: cleanup usage of dashes in package documentation
Matthew Dempsky
2014-12-05
all: power64 is now ppc64
Russ Cox
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