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
Age
Commit message (
Expand
)
Author
18 hours
all: prealloc slice with possible minimum capabilities
Shulhan
2025-11-04
cmd/link: don't generate .gosymtab section
Ian Lance Taylor
2025-10-21
all: eliminate unnecessary type conversions
Jes Cok
2025-10-17
all: correct name for comments
Jes Cok
2025-08-06
all: remove support for windows/arm
qiulaidongfeng
2024-12-11
cmd/internal/objfile: break out dissassemblers to another package
Cherry Mui
2024-11-21
all: fix some function names and typos in comment
cuishuang
2024-11-13
cmd/compile, cmd/link: add FIPS verification support
Russ Cox
2024-11-06
cmd/objdump: add s390x plan9 disasm support
Srinivas Pokala
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
2024-09-03
cmd: replace many sort.Interface with slices.Sort and SortFunc
Zxilly
2024-08-21
cmd/objdump: add s390x GNU disasm support
Srinivas Pokala
2023-08-15
cmd/internal/archive: skip sentinel archive entries created by Go cmd
Than McIntosh
2023-08-03
runtime,runtime/pprof: get memory mappings on darwin.
Cosmos Nicolaou
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
2022-09-20
all: replace package ioutil with os and io in src
Andy Pan
2022-08-20
cmd/pprof: fix addr calculation for Windows
Egon Elbre
2021-11-24
cmd/internal/objfile, debug/gosym: use the address of runtime.text as textStart
Cherry Mui
2021-09-28
cmd/internal/objfile: use aux symbol for pcdata references
Cherry Mui
2021-05-10
cmd/internal/objfile: add objabi.SNOPTRDATA to "D"
Tao Qingyun
2021-04-30
cmd/internal/objfile: emit better error for Go object of a different version
Cherry Zhang
2021-02-19
cmd/internal/objfile: recognize Windows ARM64 executables
Russ Cox
2021-01-11
cmd/internal/objfile: don't require runtime.symtab symbol for XCOFF
Cherry Zhang
2020-10-16
cmd/internal/objfile: correct file table reading for Go object file
Cherry Zhang
2020-09-11
[dev.link] all: merge branch 'master' into dev.link
Cherry Zhang
2020-09-11
cmd/internal/objfile: recognize Mach-O __DATA_CONST segment as read-only data
Cherry Zhang
2020-08-22
cmd/internal/objfile: use pe.FileHeader.Machine to reliably determine GOARCH
Alex Brainman
2020-08-21
[dev.link] all: merge branch 'master' into dev.link
Cherry Zhang
2020-08-19
cmd/internal/objfile: cache computation of goobj.Arch
Tao Qingyun
2020-08-13
[dev.link] cmd/link, cmd/compile: create content addressable pcdata syms
Jeremy Faller
2020-08-11
[dev.link] cmd/pack: use cmd/internal/archive package
Cherry Zhang
2020-08-11
[dev.link] cmd: remove "2", another round
Cherry Zhang
2020-08-11
[dev.link] cmd/internal/objfile: read Go object file using goobj2 package
Cherry Zhang
2020-08-10
[dev.link] cmd/internal/archive: rename from goobj
Cherry Zhang
2020-08-10
[dev.link] use per package filenames to build pclntab
Jeremy Faller
2020-03-30
cmd/objdump: add support for -gnu option on Go objdump
Lynn Boger
2020-03-12
cmd/objdump: guard against out-of-range lines from directives.
David Chase
2019-10-10
all: remove nacl (part 3, more amd64p32)
Brad Fitzpatrick
2019-09-09
src: gofmt -s
Ainar Garipov
2018-12-10
all: move cmd/internal/xcoff to internal/xcoff
Clément Chigot
2018-12-06
cmd/internal/objfile: provide consistent output in objdump on ppc64x
Lynn Boger
2018-11-26
cmd/link: fix XCOFF sections
Clément Chigot
2018-10-31
cmd: add XCOFF objfile and adapt cmd/nm tests
Clément Chigot
2018-08-21
cmd/link: support windows/arm
Jordan Rhee
2018-08-03
cmd/internal/objfile: only consider executable segments for load address
Ian Lance Taylor
2018-05-16
cmd/internal/objfile, debug/macho: support disassembling arm64 Mach-O objects
Tobias Klauser
2018-04-18
cmd/internal/objfile: emit trailing tab outside of Disasm.Decode
Josh Bleecher Snyder
2018-04-13
cmd/internal/objfile: reuse tabwriter across symbols when disassembling
Josh Bleecher Snyder
[next]