aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/link/internal/loadelf
AgeCommit message (Expand)Author
2021-04-13cmd/compile,cmd/link: resolve cgo symbols to the correct Go ABIAustin Clements
2021-03-24cmd/link: separate elf addend size from reloc sizePaul E. Murphy
2021-03-16cmd/link: preserve elf phdr flags when loading external objectsPaul E. Murphy
2021-03-05cmd/link: add relocs type for mips64xMeng Zhuo
2020-12-11cmd/link/internal/loadelf: support additional ELF relocations on mips64Joel Sing
2020-11-25cmd/link: add relocation type R_AARCH64_LDST16_ABS_LO12_NC for arm64eric fang
2020-10-29cmd/link: add loadelf support for riscv64Joel Sing
2020-07-06[dev.link] cmd/link: better naming for Loader container/subsym methods, part ...Than McIntosh
2020-04-27cmd/link: use definition from debug/elf for ldelfMeng Zhuo
2020-04-10[dev.link] cmd/link: use new-style Reloc accessors in loadelfCherry Zhang
2020-03-25[dev.link] cmd/link: convert doxcoff to new styleCherry Zhang
2020-02-18[dev.link] cmd/link: use RO memory (when avail) in elf loaderJeremy Faller
2020-02-13[dev.link] cmd/link: remove the second result of MakeSymbolUpdaterCherry Zhang
2020-01-31[dev.link] all: merge branch 'master' into dev.linkCherry Zhang
2020-01-09[dev.link] cmd/link: convert ELF host object loading to new loaderThan McIntosh
2019-12-12[dev.link] cmd/link: remove sym.Symbols from loaderJeremy Faller
2019-12-09cmd/link: fix loadelf failed on MIPS familyMeng Zhuo
2019-12-03[dev.link] all: merge branch 'master' into dev.linkCherry Zhang
2019-11-23cmd/link: fix bug with -newobj and "ld -r" ELF host objectsThan McIntosh
2019-11-11[dev.link] cmd/link: remove old objs from host obj loadersJeremy Faller
2019-11-02[dev.link] cmd/link: set cgo attributes early when internal cgo linkingCherry Zhang
2019-10-31[dev.link] cmd/link: elf host obj support w/ new obj filesJeremy Faller
2019-05-12cmd/link: add support for R_AARCH64_LDST128_ABS_LO12_NC relocationsJoel Sing
2019-05-09cmd/internal/bio: rename Reader.Seek to MustSeekRuss Cox
2019-05-02cmd/link: support PIE mode with internal link on linux arm64erifan01
2019-04-18cmd/link: don't fail if multiple ELF sections have the same nameIan Lance Taylor
2019-04-17cmd/link: increase the reserved space for ELF relocationserifan01
2019-03-29cmd/link: permit duplicate weak symbolsJoel Sing
2018-08-30cmd/link: move Localentry field in sym.Symbol to cold sectionThan McIntosh
2018-07-03cmd/link: split off 'Dynimp' string fields to reduce sym.Symbol sizeThan McIntosh
2018-06-01all: update comment URLs from HTTP to HTTPS, where possibleTim Cooper
2018-02-20all: fix misspellingsShawn Smith
2018-02-07cmd/link/internal/loadelf: fix logic for computing ELF flags on ARMMichael Hudson-Doyle
2017-10-24cmd/link: replace SSUB with an attribute bitMichael Hudson-Doyle
2017-10-16cmd/link: replace SHIDDEN bit in SymKind with a bit of AttributeMichael Hudson-Doyle
2017-10-11cmd/link: move ELF reader to its own packageDavid Crawshaw