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
2024-01-25
all: prealloc slice with possible minimum capabilities
Shulhan
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
2018-04-12
cmd/internal/objfile: clean up some comments
Josh Bleecher Snyder
2018-04-06
cmd: some semi-automated cleanups
Daniel Martí
2018-02-26
cmd: avoid unnecessary type conversions
Kunpei Sakai
2017-11-29
cmd/internal/objfile: make lookupFunc an alias type
Cherry Zhang
2017-11-10
cmd/objdump: pass the correct execution mode to x86asm.Decode in disasm_x86 o...
Hiroshi Ioka
2017-11-02
cmd/internal/objfile: allow disassemble amd64p32 binaries
Cherry Zhang
2017-09-21
cmd/nm: accept macho files which don't have symbol table in the archive
Hiroshi Ioka
2017-09-21
cmd/nm: handle cgo archive
Hiroshi Ioka
2017-08-28
cmd/internal/objfile: add arm64 disassembler support
Wei Xiao
2017-08-26
all: remove some double spaces from comments
Daniel Martí
2017-04-28
cmd/internal: remove SymKind values that are only checked for, never set
Michael Hudson-Doyle
2017-04-27
cmd/internal/objabi, cmd/link: move linker-only symkind values into linker
Michael Hudson-Doyle
[next]