summaryrefslogtreecommitdiff
path: root/src/debug/elf
Commit message (Expand)AuthorAgeFilesLines
* debug/elf: support zstd compressionIan Lance Taylor2023-04-183-1/+8
* all: add wasip1 supportJohan Brandhorst-Satzkorn2023-04-111-1/+1
* debug/elf: avoid decompress of section twiceMeng Zhuo2023-04-112-49/+83
* debug/elf: retrieve values for dynamic section tagsFlorin Papa2023-03-072-0/+52
* debug/elf: add DT_FLAGS_1 constantsFlorin Papa2023-02-032-0/+119
* debug/elf: guard access to File.gnuVersymZeke Lu2022-10-261-2/+6
* debug/elf: use saferio.SliceCap when decoding ELF sectionsZeke Lu2022-10-251-5/+9
* debug/elf: fix inccorrect value in COMPRESS_ZLIB string nameFlorian Zenker2022-10-142-1/+2
* debug: add top level security docs for dwarf, elf, macho, pe, and plan9objRoland Shoemaker2022-10-131-1/+11
* debug/elf: validate phentsize and shentsizeIan Lance Taylor2022-10-121-0/+17
* debug/elf: fix typo in R_PPC64_TPREL34 and R_PPC64_DTPREL34Paul E. Murphy2022-09-291-4/+4
* debug/elf: return error on reading from SHT_NOBITS sectionsZeke Lu2022-09-273-29/+33
* debug/elf: suport files with >= 65280 (0xff00) sectionsZeke Lu2022-09-272-7/+299
* debug/elf: validate shstrndxZeke Lu2022-09-191-1/+10
* debug/elf: define additional PPC64 ELFv2 relocationsPaul E. Murphy2022-09-081-0/+108
* debug/elf: validate offset and file size rangesDan Kortschak2022-08-291-0/+6
* debug/elf: fix reloc number of R_PPC64_SECTOFF_LO_DSPaul E. Murphy2022-08-271-2/+2
* debug/elf: use saferio to read section dataIan Lance Taylor2022-08-111-10/+5
* debug/elf: add new-style LoongArch reloc typesWANG Xuerui2022-08-111-1/+79
* debug: define ELF relocation for loong64Xiaodong Liu2022-04-042-0/+164
* debug/elf: ajdust SectionOverlap test for proper fieldsMeng Zhuo2022-04-011-4/+22
* debug/elf: check for negative shoff and phoff fieldsIan Lance Taylor2022-03-311-0/+13
* cmd/link: default generic ABI compression for ELFMeng Zhuo2022-03-161-4/+30
* debug/elf: do not read unrelated bytes for SHT_NOBITS sectionsAlessandro Arzilli2022-01-142-0/+34
* all: gofmt -w -r 'interface{} -> any' srcRuss Cox2021-12-132-2/+2
* cmd/link: enable internal linking of PIE binaries on ppc64lePaul E. Murphy2021-11-051-0/+2
* debug/elf: retain original error message when getSymbols fails.Florin Papa2021-09-101-4/+4
* debug/elf: don't apply DWARF relocations for ET_EXEC binariesVictor Michel2021-06-141-0/+7
* all: simplify the spelling of LinuxBrad Fitzpatrick2021-04-131-2/+2
* cmd/link,debug/elf: mips32, add .gnu.attributes and .MIPS.abiflags sectionsYunQiang Su2021-03-021-0/+2
* all: add GOOS=iosCherry Zhang2020-09-231-1/+1
* debug/elf: add many PT_ and DT_ constantsIan Lance Taylor2020-09-181-22/+201
* debug/elf: support relocations relative to sections with non-zero addressesVictor Michel2020-08-315-51/+135
* debug/elf: run relocation tests in parallelIan Lance Taylor2020-08-301-254/+296
* all: fix a bunch of misspellingsVille Skyttä2019-11-151-1/+1
* all: remove the nacl port (part 1)Brad Fitzpatrick2019-10-091-1/+1
* debug/elf: apply more relocations when reading DWARF data sectionsThan McIntosh2019-09-171-43/+69
* debug/dwarf, debug/elf: support DWARF 5Ian Lance Taylor2019-09-031-8/+16
* debug/elf: add version information to all dynamic symbolsAustin Clements2019-07-052-9/+35
* debug/elf: perform stricter section header table checks in NewFileTobias Klauser2019-03-012-2/+16
* all: skip unsupported tests on AIXClément Chigot2018-11-021-1/+1
* debug/elf: add R_RISCV_32_PCREL relocationTobias Klauser2018-09-071-0/+2
* debug/elf,macho,pe: support compressed DWARFHeschi Kreinick2018-06-191-16/+25
* debug/elf: add machine and OSABI constantsTobias Klauser2018-05-081-45/+327
* all: skip unsupported tests for js/wasmRichard Musiol2018-04-301-1/+1
* debug/elf: add riscv64 relocationsTobias Klauser2018-04-184-0/+191
* debug/elf: enable TestNoSectionOverlaps on *bsd and solarisTobias Klauser2018-04-171-3/+4
* debug/elf: add missing EM_AARCH64 to machineStringsTobias Klauser2018-04-101-0/+1
* debug/elf: add relocation constantsDavid Crawshaw2017-10-111-200/+556
* debug/elf: make safe for Go 1.4 compilersRuss Cox2017-10-052-7/+18