aboutsummaryrefslogtreecommitdiff
path: root/lib/std/elf.zig
AgeCommit message (Expand)Author
2022-11-18run zig fmt on everything checked by CIStevie Hryciw
2022-11-04all: rename i386 to x86Ali Chraghi
2022-08-27Sema: add error for non-comptime param in comptime funcantlilja
2022-08-24stage2: explicitly tagged enums no longer have one possible valueAndrew Kelley
2022-08-22stage2+stage1: remove type parameter from bit builtinsVeikka Tuominen
2022-05-13target: Rename sparcv9 -> sparc64Koakuma
2022-05-02Avoid some unnecessary underscores in constant namesr00ster91
2022-04-28Merge pull request #10717 from gh-fork-dump/seccomp-bitsVeikka Tuominen
2022-04-04Pull elf magic string out to re-used constantTom Read Cutting
2022-03-15std: Add elf.EM, coff.MachineType to Target.CPU.Arch conversionsTom Maenan Read Cutting
2022-01-29Add bits for the Linux Auditing SystemStephen Gregoratto
2022-01-28Rename mem.bswapAllFields to byteSwapAllFieldsJohn Schmidt
2021-12-21Fix dead linkominitay
2021-12-08improve musl dynamic stubs file libc.sAndrew Kelley
2021-09-19elf: add amd64 relocation typesJakub Konka
2021-09-17elf: add a couple missing special section indexes SHN_Jakub Konka
2021-08-24remove redundant license headers from zig standard libraryAndrew Kelley
2021-06-25Add fat/universal dylib support to zig ldTom Maenan Read Cutting
2021-06-08Changed return values of SectionHeaderIterator().next() to bswapAllFields() (...ArtixFox
2021-05-20Run `zig fmt` on src/ and lib/std/Isaac Freund
2021-05-08Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-05-08std: update usage of std.testingVeikka Tuominen
2021-05-06stage2: fix compile errors in test harnessAndrew Kelley
2021-04-22std: fix compile errors caught by stage2 AstGenAndrew Kelley
2021-03-11elf: make EM non-exhaustiveAsherah Connor
2021-03-10expose machine field in ELF headerAsherah Connor
2021-03-07stage2 Elf linker: fill in bswapAllFieldsjacob gw
2021-03-04Merge pull request #7763 from kivikakk/zig-elf-parseAndrew Kelley
2021-02-10Convert inline fn to callconv(.Inline) everywhereTadeo Kondrak
2021-01-15use interfacesAsherah Connor
2021-01-14fix SectionHeaderIterator implAsherah Connor
2021-01-14expose phdr, shdr parsingAsherah Connor
2021-01-14std.elf: actually pass the pointerAsherah Connor
2021-01-14std.elf: call it Header.parseAsherah Connor
2021-01-14std.elf: make Header pubAsherah Connor
2021-01-14std.elf: expose parsing decoupled from std.fs.FileAsherah Connor
2020-12-31Year++Frank Denis
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