aboutsummaryrefslogtreecommitdiff
path: root/lib/std/elf.zig
AgeCommit message (Expand)Author
2020-11-22Merge branch 'piepiepie' of https://github.com/LemonBoy/zig into pieAndrew Kelley
2020-10-25openbsd: make dl_phdr_info cross archesSébastien Marie
2020-09-15std: Fix typo in ELF section header iteratorLemonBoy
2020-08-22Targets: add SPU Mark II architectureNoam Preil
2020-08-20add license header to all std lib filesAndrew Kelley
2020-08-19Merge pull request #5745 from lun-4/ebadf-errorAndrew Kelley
2020-08-01elf: Iterate over headers w/o need for allocatorJay Petacat
2020-07-28std.elf: Fix read functions for 32-bit targetsJay Petacat
2020-07-11run zig fmt on std lib and self hostedVexu
2020-07-02Merge branch 'master' into ebadf-errorluna
2020-06-30Map ENOTCAPABLE into error.AccessDenied instead of error.NotCapableJakub Konka
2020-06-29Fix compilation errorsJakub Konka
2020-06-28std.os: make EBADF return error for read and writeLuna
2020-06-09Support Reader for InStreamJonathan Marler
2020-05-06std: handle ConnectionTimedOut in switchVexu
2020-03-11fix regressions in elf parsing codeAndrew Kelley
2020-03-11add std.io.StreamSource and fixes to emitRawAndrew Kelley
2020-03-11fix compilation errors for emitRawAndrew Kelley
2020-03-10rework some old ELF parsing code and start to fix emitRawAndrew Kelley
2020-03-10(breaking) rework stream abstractionsAndrew Kelley
2020-03-01short std.builtin enum literals in std libxackus
2020-02-28complete the native target detection based on /usr/bin/envAndrew Kelley
2020-02-28introduce operating system version ranges as part of the targetAndrew Kelley
2020-02-03Add InstallRawStep to Zig build system that does a similar job to llvm-objcop...Michaël Larouche
2019-12-21Initial support for static PIE executablesLemonBoy
2019-11-27remove type coercion from array values to referencesAndrew Kelley
2019-11-26std.elf: breaking improvements to the APIAndrew Kelley
2019-11-08update the codebase to use `@as`Andrew Kelley
2019-10-13Add ELF architecture constant for RISC-VLemonBoy
2019-09-25mv std/ lib/Andrew Kelley