aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/link/internal/ld/symtab.go
AgeCommit message (Expand)Author
2020-06-04all: fix dead links to inferno-os bitbucket repositoryTobias Klauser
2020-04-28[dev.link] cmd/link: remove elf sym fields from sym.SymbolThan McIntosh
2020-04-28[dev.link] cmd/link: tweak genasmsym to eliminate Gotype refThan McIntosh
2020-04-24[dev.link] cmd/link: begin converting dodata() to loader APIsThan McIntosh
2020-04-21[dev.link] cmd/link: convert symtab pass to new styleCherry Zhang
2020-04-14[dev.link] cmd/link: remove some globals from symtab.goJeremy Faller
2020-04-13[dev.link] cmd/link: convert inltree syms to anonymous in pclntabThan McIntosh
2020-04-10[dev.link] cmd/link: convert pcln linker phase to use loader APIsThan McIntosh
2020-03-24[dev.link] cmd/link: convert mangleTypeSym to new styleCherry Zhang
2019-12-04[dev.link] cmd/link: avoid allsyms loop in initarray setupThan McIntosh
2019-11-01[dev.link] all: merge branch 'master' into dev.linkThan McIntosh
2019-10-28cmd/link: pass-through undefined call targets in external link modeJohn Papandriopoulos
2019-10-25[dev.link] all: merge branch 'master' into dev.linkCherry Zhang
2019-10-24cmd/compile, cmd/link, runtime: make defers low-cost through inline code and ...Dan Scales
2019-10-16Revert "cmd/compile, cmd/link, runtime: make defers low-cost through inline c...Bryan C. Mills
2019-10-16cmd/compile, cmd/link, runtime: make defers low-cost through inline code and ...Dan Scales
2019-10-09[dev.link] cmd/link: change some decodetype functions to operate on bytesCherry Zhang
2019-10-01Revert "cmd/link: load symbols from .syso in external link mode"Andrew Bonventre
2019-10-01cmd/link: load symbols from .syso in external link modeJohn Papandriopoulos
2019-04-16cmd/link/internal/ld: inline dosymtabSergey Yanykin
2019-03-06cmd/link: fix moduledata symbols for aix/ppc64 and external linkingClément Chigot
2018-11-12cmd/compile, cmd/link: separate stable and internal ABIsAustin Clements
2018-11-12cmd/link: start file-local symbols at version 10Austin Clements
2018-10-22cmd/compile,cmd/link: remove statictmp variables from symbol table.Alessandro Arzilli
2018-08-30cmd/link: move ElfType field in sym.Symbol to cold sectionThan McIntosh
2018-06-23cmd/link: never coalesce type descriptors when dynamically linking GoMichael Hudson-Doyle
2017-10-26cmd/link, plugin: always encode pathDavid Crawshaw
2017-10-21cmd/link: move Headtype global to ctxtDavid Crawshaw
2017-10-16cmd/link: replace SHIDDEN bit in SymKind with a bit of AttributeMichael Hudson-Doyle
2017-10-13cmd/link: zero symtab fields correctlyDavid Crawshaw
2017-10-13cmd/link, runtime: put hasmain bit in moduledataDavid Crawshaw
2017-10-09cmd/link: various cleanups using toolsDaniel Martí
2017-10-06cmd/link: move build/link mode globals into ctxtDavid Crawshaw
2017-10-05cmd/link: move Library type to sym packageDavid Crawshaw
2017-10-05cmd/link: put symbol data types in new packageDavid Crawshaw
2017-10-04cmd/link: convert symbol Add* functions to methodsDavid Crawshaw
2017-10-04cmd/link: remove coutbuf global variableDavid Crawshaw
2017-10-03cmd/link: remove SysArch global variableDavid Crawshaw
2017-09-15cmd/link: replace unrolled Cput loops with Cwrite/CwritestringMatthew Dempsky
2017-08-29cmd/link: remove unused SFILE and FileSymIan Lance Taylor
2017-05-09cmd/internal/obj, cmd/link: fix st_other field on PPC64Ian Lance Taylor
2017-05-01Revert "cmd/link: replace SHIDDEN bit in SymKind with a bit of Attribute"Michael Hudson-Doyle
2017-04-30cmd/link: replace SHIDDEN bit in SymKind with a bit of AttributeMichael Hudson-Doyle
2017-04-30cmd/link: rename AttrHidden to AttrNotInSymbolTableMichael Hudson-Doyle
2017-04-27cmd/internal/objabi, cmd/link: move linker-only symkind values into linkerMichael Hudson-Doyle
2017-04-23cmd/link: cleanup after IntSize->PtrSize conversionMatthew Dempsky
2017-04-22cmd: remove IntSize and WidthintMatthew Dempsky
2017-04-19cmd/internal/objabi: extract shared functionality from objMatthew Dempsky
2017-04-18cmd/link: replace Segment's linked list of Sections with a sliceMichael Hudson-Doyle
2017-03-03cmd/compile,link: generate PC-value tables with inlining informationDavid Lazar