aboutsummaryrefslogtreecommitdiff
path: root/lib/std/elf.zig
AgeCommit message (Expand)Author
2023-08-06std: remove some unused imports (#16710)Zachary Raineri
2023-07-20debug: support loading elf debug info from external fileskcbanner
2023-07-13elf: add ELF and GNU-specific missing defsJakub Konka
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-06-19Merge pull request #16046 from BratishkaErik/issue-6128Andrew Kelley
2023-06-19all: zig fmt and rename "@XToY" to "@YFromX"Eric Joldasov
2023-06-19objcopy: add support for `--compress-debug-sections`Xavier Bouchoux
2023-05-07elf: fix typo in def of SHT_LLVM_ADDRSIGJakub Konka
2023-05-07elf: add more missing defs for SHT_* and SHF_*Jakub Konka
2023-04-23elf: add helpers for extracting type and bind from symbol defJakub Konka
2023-04-23elf: add missing doc comments to some definitionsJakub Konka
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