aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/link/internal/ld/pe.go
AgeCommit message (Expand)Author
2021-02-02[release-branch.go1.15] cmd/link/internal/ld/pe: fix segfault adding resource...Derek Parker
2020-06-19cmd/link: use sym.Symbol in addpersrcCherry Zhang
2020-04-29[dev.link] cmd/link: free loader memory after LoadFullCherry Zhang
2020-04-28[dev.link] cmd/link: tweak genasmsym to eliminate Gotype refThan McIntosh
2020-04-20[dev.link] cmd/link: revise representation of dwarfpThan McIntosh
2020-03-31[dev.link] cmd/link: unify Relocs.Count and len(rs)Cherry Zhang
2020-03-30[dev.link] cmd/link: use new-style relocation accessors in LoadFullCherry Zhang
2020-03-24[dev.link] cmd/link: remove global datap, moved to *LinkJeremy Faller
2020-03-13[dev.link] all: merge branch 'master' into dev.linkCherry Zhang
2020-03-13[dev.link] cmd/link: convert dope to new styleCherry Zhang
2020-03-10debug/pe: copy some consts from cmd/link/internal/ldAlex Brainman
2020-03-06[dev.link] all: merge branch 'master' into dev.linkCherry Zhang
2020-03-03[dev.link] cmd/link: convert Peinit to use the loaderCherry Zhang
2020-03-01cmd/go, cmd/link: implement -buildmode=pie on windowsAlex Brainman
2020-02-05[dev.link] cmd/link: use new sym format in pe loaderJeremy Faller
2019-10-28cmd/link: pass-through undefined call targets in external link modeJohn Papandriopoulos
2019-10-27cmd/link: enable DEP for Windows executablesJason A. Donenfeld
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-09-08all: fix typosAinar Garipov
2019-08-31ld: ensure that PE versions sync for internal and external linkageJason A. Donenfeld
2019-08-31ld: mark PE executables as terminal services awareJason A. Donenfeld
2019-08-27ld: fix up header copy and paste errorJason A. Donenfeld
2019-05-29cmd/link: do not generate NT 4 compatibility binariesJason A. Donenfeld
2019-04-17cmd/link: increase the reserved space for ELF relocationserifan01
2019-03-01cmd/link: remove unused flag -D (FlagDataAddr)Alex Tokarev
2018-11-12cmd/link: start file-local symbols at version 10Austin Clements
2018-10-05cmd/link: move .rel symbol from .rdata into .textAlex Brainman
2018-08-30cmd/link: split out Extname into cold portion of sym.SymbolThan McIntosh
2018-08-21cmd/link: support windows/armJordan Rhee
2018-07-03cmd/link: split off 'Dynimp' string fields to reduce sym.Symbol sizeThan McIntosh
2018-07-02runtime: query thread stack size from OS on WindowsAustin Clements
2018-07-02runtime: initialize g0 stack bounds on Windows to full stackAustin Clements
2018-06-09cmd/link: split pe .text section into .text and .rdataAlex Brainman
2018-06-01all: update comment URLs from HTTP to HTTPS, where possibleTim Cooper
2018-04-27cmd/link/internal/ld: simple cleanupsDaniel Martí
2018-04-02cmd/link/internal/ld: make Thearch unexportedquasilyte
2018-01-03runtime: always use 1MB stacks on 32-bit WindowsAustin Clements
2017-11-03cmd/link: restore windows stack commit size back to 4KBAlex Brainman
2017-10-24cmd/link: replace SSUB with an attribute bitMichael Hudson-Doyle
2017-10-19cmd/link: add TODO missing from CL 70310Alex Brainman
2017-10-16cmd/link: replace SHIDDEN bit in SymKind with a bit of AttributeMichael Hudson-Doyle
2017-10-12cmd/link: split PE loader into its own packageDavid Crawshaw
2017-10-06cmd/link: move build/link mode globals into ctxtDavid 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-21cmd/link: Grouping declaration of variables on ld/pe.goAvelino
2017-08-30cmd/link: unexport all peSection fieldsAlex Brainman