summaryrefslogtreecommitdiff
path: root/src/cmd/link/internal/loadpe
Commit message (Expand)AuthorAgeFilesLines
* all: fix misuses of "a" vs "an"cui fliter2023-04-041-1/+1
* cmd/link: store COFF symbol complex type in the LSB instead of the MSBqmuntal2023-03-141-1/+4
* cmd/link: define correct complex types values for COFF symbolsqmuntal2023-03-101-5/+4
* cmd/link: revise DLL import symbol handlingThan McIntosh2022-11-191-39/+148
* cmd/link/internal/loadpe: handle _main reference properlyThan McIntosh2022-06-061-1/+7
* cmd/link/internal/loadpe: add rudimentary COMDAT supportThan McIntosh2022-03-311-21/+71
* cmd/link/internal/loadpe: generalize handling of "__imp_*" symsThan McIntosh2022-03-311-17/+51
* cmd/link/internal/loadpe: refactor readpesym()Than McIntosh2022-03-311-35/+51
* cmd/compile,cmd/link: resolve cgo symbols to the correct Go ABIAustin Clements2021-04-131-8/+5
* cmd/link: recognize ARM64 PE files and relocationsJason A. Donenfeld2021-02-261-0/+29
* cmd/link: handle grouped resource sectionsJason A. Donenfeld2020-12-221-23/+26
* cmd/link: ignore SEH marking on PE objectsJason A. Donenfeld2020-12-161-0/+15
* cmd/link: deal with ADDR32NB relocations the same way as ADDR32 on armJason A. Donenfeld2020-12-141-1/+1
* [dev.link] cmd/link: better naming for Loader container/subsym methods, part ...Than McIntosh2020-07-061-1/+1
* [dev.link] cmd/link: use new-style Reloc accessors in loadpeCherry Zhang2020-04-101-24/+27
* [dev.link] cmd/link: remove the second result of MakeSymbolUpdaterCherry Zhang2020-02-131-3/+5
* [dev.link] cmd/link: use new sym format in pe loaderJeremy Faller2020-02-051-80/+88
* [dev.link] cmd/link: remove sym.Symbols from loaderJeremy Faller2019-12-121-3/+2
* [dev.link] all: merge branch 'master' into dev.linkCherry Zhang2019-11-151-4/+4
|\
| * all: fix a bunch of misspellingsVille Skyttä2019-11-151-4/+4
* | [dev.link] cmd/link: remove old objs from host obj loadersJeremy Faller2019-11-111-11/+4
|/
* [dev.link] cmd/link: fix loadpe to work with new obj fileJeremy Faller2019-11-021-10/+20
* cmd/link: use libmsvcrt.a during internal linkAlex Brainman2019-10-201-3/+20
* cmd/internal/bio: rename Reader.Seek to MustSeekRuss Cox2019-05-091-1/+1
* cmd/link: move Plt, Got fields in sym.Symbol to cold sectionThan McIntosh2018-08-301-2/+2
* cmd/link: support windows/armJordan Rhee2018-08-211-16/+55
* cmd: some semi-automated cleanupsDaniel Martí2018-04-061-3/+1
* cmd/link: replace SSUB with an attribute bitMichael Hudson-Doyle2017-10-241-1/+2
* cmd/link: split PE loader into its own packageDavid Crawshaw2017-10-121-0/+448