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
/
cmd
/
internal
/
objfile
/
elf.go
Age
Commit message (
Expand
)
Author
2026-02-03
all: prealloc slice with possible minimum capabilities
Shulhan
2025-11-04
cmd/link: don't generate .gosymtab section
Ian Lance Taylor
2024-10-29
cmd/internal/objfile,cmd/objdump: add disassembly support for riscv64
Joel Sing
2024-09-19
cmd/objdump: add loong64 disassembler support
Guoqi Chen
2023-04-07
cmd/internal/objfile: align the load address of ELF binary
Cherry Mui
2022-09-22
cmd/internal/objfile: read file/line information for ELF PIE binaries
Cherry Mui
2018-08-03
cmd/internal/objfile: only consider executable segments for load address
Ian Lance Taylor
2017-09-21
cmd/nm: handle cgo archive
Hiroshi Ioka
2017-08-28
cmd/internal/objfile: add arm64 disassembler support
Wei Xiao
2016-10-13
cmd/internal/objfile: add ppc64/ppc64le disassembler support
Shenghou Ma
2016-05-31
runtime/pprof, cmd/pprof: fix profiling for PIE
Ian Lance Taylor
2016-03-31
cmd/pprof: use DWARF info to lookup unknown PC addresses
Ian Lance Taylor
2016-03-21
cmd/internal/objfile: add s390x support
Michael Munday
2016-03-01
all: make copyright headers consistent with one space after period
Brad Fitzpatrick
2014-12-05
all: power64 is now ppc64
Russ Cox
2014-10-29
cmd/objdump: use cmd/internal/objfile
Russ Cox
2014-08-07
cmd/addr2line, cmd/nm: factor object reading into cmd/internal/objfile
Russ Cox