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
/
link
/
internal
/
sym
/
symkind.go
Age
Commit message (
Expand
)
Author
2026-01-27
cmd/link: remove unused symbol kind SFUNCTAB
Ian Lance Taylor
2026-01-22
cmd/link: put type descriptors in .go.type section
Ian Lance Taylor
2025-11-26
cmd/link: put moduledata in its own .go.module section
Ian Lance Taylor
2025-11-06
cmd/link: move pclntab out of relro section
Ian Lance Taylor
2025-11-04
cmd/link: don't generate .gosymtab section
Ian Lance Taylor
2025-11-04
cmd/link: add and use new SymKind SFirstUnallocated
Ian Lance Taylor
2025-11-04
cmd/link: remove unused SFILEPATH symbol kind
Ian Lance Taylor
2025-11-04
cmd/link: add comments for SymKind values
Ian Lance Taylor
2025-02-25
cmd/link: put .got section in __DATA_CONST segment
qmuntal
2025-02-22
cmd/internal/objabi,cmd/link/internal/sym: add SDWARFADDR symbol type
Than McIntosh
2024-11-07
cmd/internal/objabi, cmd/link: introduce SymKind helper methods
Russ Cox
2024-11-07
cmd/internal/objabi, cmd/link: add FIPS symbol kinds
Russ Cox
2024-04-22
cmd/link: move .dynamic and .got sections to relro if applicable
Than McIntosh
2023-07-31
cmd/link: always use symbol-targeted relocations on Mach-O
Cherry Mui
2023-05-02
cmd/link: generate .xdata PE section
qmuntal
2023-05-02
cmd/link: generate .pdata PE section
qmuntal
2023-04-05
cmd/internal/obj: generate SEH aux symbols for windows/amd64
qmuntal
2022-09-27
cmd/compile,cmd/link: hooks for identifying coverage counters
Than McIntosh
2022-05-20
cmd/compile, cmd/link: use libFuzzer 8-bit instead of extra counters
Khaled Yakdan
2022-04-05
all: separate doc comment from //go: directives
Russ Cox
2021-09-22
cmd/link: use keyed literal for AbiSymKindToSymKind
Cherry Mui
2021-09-22
cmd/link: remove ABI aliases
Cherry Mui
2020-09-03
cmd/link: MACHOPLT is executable
Cherry Zhang
2020-06-05
[dev.link] all: merge branch 'master' into dev.link
Cherry Zhang
2020-06-04
all: fix dead links to inferno-os bitbucket repository
Tobias Klauser
2020-05-26
[dev.link] cmd/{compile,link}: split SDWARFINFO symtype into sub-types
Than McIntosh
2020-05-18
[dev.link] cmd/link: delete SCONST symbol type
Cherry Zhang
2019-11-05
cmd: merge branch 'dev.link' into master
Cherry Zhang
2019-11-05
cmd/compile, cmd/link: add coverage instrumentation for libfuzzer
Matthew Dempsky
2019-11-01
[dev.link] all: merge branch 'master' into dev.link
Than McIntosh
2019-10-31
[dev.link] cmd/link: elf host obj support w/ new obj files
Jeremy Faller
2019-10-28
cmd/link: pass-through undefined call targets in external link mode
John Papandriopoulos
2019-10-01
Revert "cmd/link: load symbols from .syso in external link mode"
Andrew Bonventre
2019-10-01
cmd/link: load symbols from .syso in external link mode
John Papandriopoulos
2019-09-26
cmd/compile: remove isStmt symbol from FuncInfo
Jeremy Faller
2019-09-23
cmd/compile: add new symbol for debug line numbers
Jeremy Faller
2019-04-26
cmd/link: make it easy to find binary versions
Russ Cox
2018-11-27
cmd: fix symbols addressing for aix/ppc64
Clément Chigot
2018-11-12
cmd/compile, cmd/link: separate stable and internal ABIs
Austin Clements
2018-10-23
cmd/link: add new loading package for XCOFF files
Clément Chigot
2018-04-04
cmd/link: process is_stmt data into dwarf line tables
David Chase
2017-10-24
cmd/link: shrink SymKind down to a uint8
Michael Hudson-Doyle
2017-10-24
cmd/link: replace SSUB with an attribute bit
Michael Hudson-Doyle
2017-10-16
cmd/link: replace SCONTAINER with an attribute bit
Michael Hudson-Doyle
2017-10-16
cmd/link: replace SHIDDEN bit in SymKind with a bit of Attribute
Michael Hudson-Doyle
2017-10-05
cmd/link: put symbol data types in new package
David Crawshaw