aboutsummaryrefslogtreecommitdiff
path: root/src/debug/macho/file.go
AgeCommit message (Expand)Author
2022-02-03[release-branch.go1.16] debug/pe,debug/macho: add support for DWARF5 sectionsAlessandro Arzilli
2021-10-29[release-branch.go1.16] debug/macho: fail on invalid dynamic symbol table com...Roland Shoemaker
2019-09-18cmd/link: prefix Go syms with _ on darwinJeremy Faller
2019-09-17Revert "cmd/link: prefix syms with "_" on darwin links"Jeremy Faller
2019-09-17cmd/link: prefix syms with "_" on darwin linksJeremy Faller
2018-06-19debug/elf,macho,pe: support compressed DWARFHeschi Kreinick
2018-03-06debug/macho: use bytes.IndexByte instead of a loopJosh Bleecher Snyder
2017-09-27debug/macho: fill Rpath.LoadBytes in NewFileHiroshi Ioka
2017-09-27debug/macho: parse relocationsHiroshi Ioka
2017-08-17debug/macho: support LC_RPATHHiroshi Ioka
2017-08-16debug/macho: rearrange codeHiroshi Ioka
2016-03-22debug/dwarf: add Reader.SeekPC and Data.RangesIan Lance Taylor
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2015-03-10debug/macho, debug/pe: load DWARF line section and pass to dwarf.NewAustin Clements
2014-09-08build: move package sources from src/pkg to srcRuss Cox