aboutsummaryrefslogtreecommitdiff
path: root/src/debug/macho/file.go
AgeCommit message (Expand)Author
2024-01-25all: prealloc slice with possible minimum capabilitiesShulhan
2023-10-18debug: add available godoc linkcui fliter
2023-08-31all: rewrite internal/saferio.SliceCap using generics and add func SliceCapWi...Jes Cok
2023-02-28debug/macho: use saferio to read dynamic indirect symbolsIan Lance Taylor
2023-02-22debug/macho: don't crash if dynamic symtab with no symtabIan Lance Taylor
2023-02-21debug/macho: use saferio to read symbol table stringsIan Lance Taylor
2022-10-13debug: add top level security docs for dwarf, elf, macho, pe, and plan9objRoland Shoemaker
2022-09-25encoding/gob: use saferio.SliceCap when decoding a sliceIan Lance Taylor
2022-09-02debug/macho: use saferio to allocate load command sliceTobias Klauser
2022-08-29debug/macho: use saferio to allocate Load and Symbol slicesDan Kortschak
2022-08-26debug/macho: use saferio to read segment and section dataDan Kortschak
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-11-16debug/pe,debug/macho: add support for DWARF5 sectionsAlessandro Arzilli
2021-10-28debug/macho: fail on invalid dynamic symbol table commandRoland 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