index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
std
/
elf.zig
Age
Commit message (
Expand
)
Author
2024-10-12
link.Elf: eliminate an O(N^2) algorithm in flush()
Andrew Kelley
2024-10-04
Adds new cpu architectures propeller1 and propeller2. (#21563)
Felix Queißner
2024-10-01
std.elf: Make int() and int32() functions private.
Alex Rønne Petersen
2024-10-01
std.elf: Parse and make available some extra fields on Header.
Alex Rønne Petersen
2024-10-01
std.elf: Add OSABI enum sourced from binutils.
Alex Rønne Petersen
2024-10-01
std.elf: Define EI_(OSABI,ABIVERSION,PAD) constants.
Alex Rønne Petersen
2024-10-01
std.elf: Define ET.(LOOS,HIOS) constants.
Alex Rønne Petersen
2024-09-03
std.elf: Bring the EM enum up to date.
Alex Rønne Petersen
2024-08-23
std.{coff,elf}: Remove the {MachineType,EM}.toTargetCpuArch() functions.
Alex Rønne Petersen
2024-07-30
std.elf.EM: Add missing MICROBLAZE value.
Alex Rønne Petersen
2024-07-26
std.elf: Add Elf32_Relr and Elf64_Relr definitions.
Alex Rønne Petersen
2024-07-25
std.elf: Add some newer dynamic tag types.
Alex Rønne Petersen
2024-07-19
std: Add loongarch support for elf. (#20678)
YANG Xudong
2024-07-19
std.c reorganization
Andrew Kelley
2024-07-02
add `ppc64` reloc definitions
David Rubin
2024-03-10
improve documentation in std
Andrew Kelley
2024-02-17
lib/std/elf: refactor reloc enum values
Jakub Konka
2024-02-17
lib/std/elf: fix typo in R_RISCV_TLSDESC
Jakub Konka
2024-02-17
elf: add new R_RISCV_TLSDESC reloc type
Jakub Konka
2024-02-17
elf: add riscv dynamic relocs
Jakub Konka
2024-02-17
lib/std/elf: use enums for relocs
Jakub Konka
2024-02-17
elf: add riscv reloc types
Jakub Konka
2024-02-14
lib/std/elf: add aarch64 relocation kinds
Jakub Konka
2023-11-09
elf: init output COMDAT group sections
Jakub Konka
2023-11-06
CheckObject: support parsing and dumping archive symtab for ELF
Jakub Konka
2023-10-31
std.builtin.Endian: make the tags lower case
Andrew Kelley
2023-10-21
std.elf: remove some unneeded `@as`
Andrew Kelley
2023-08-06
std: remove some unused imports (#16710)
Zachary Raineri
2023-07-20
debug: support loading elf debug info from external files
kcbanner
2023-07-13
elf: add ELF and GNU-specific missing defs
Jakub Konka
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-06-19
Merge pull request #16046 from BratishkaErik/issue-6128
Andrew Kelley
2023-06-19
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov
2023-06-19
objcopy: add support for `--compress-debug-sections`
Xavier Bouchoux
2023-05-07
elf: fix typo in def of SHT_LLVM_ADDRSIG
Jakub Konka
2023-05-07
elf: add more missing defs for SHT_* and SHF_*
Jakub Konka
2023-04-23
elf: add helpers for extracting type and bind from symbol def
Jakub Konka
2023-04-23
elf: add missing doc comments to some definitions
Jakub Konka
2022-11-18
run zig fmt on everything checked by CI
Stevie Hryciw
2022-11-04
all: rename i386 to x86
Ali Chraghi
2022-08-27
Sema: add error for non-comptime param in comptime func
antlilja
2022-08-24
stage2: explicitly tagged enums no longer have one possible value
Andrew Kelley
2022-08-22
stage2+stage1: remove type parameter from bit builtins
Veikka Tuominen
2022-05-13
target: Rename sparcv9 -> sparc64
Koakuma
2022-05-02
Avoid some unnecessary underscores in constant names
r00ster91
2022-04-28
Merge pull request #10717 from gh-fork-dump/seccomp-bits
Veikka Tuominen
2022-04-04
Pull elf magic string out to re-used constant
Tom Read Cutting
2022-03-15
std: Add elf.EM, coff.MachineType to Target.CPU.Arch conversions
Tom Maenan Read Cutting
2022-01-29
Add bits for the Linux Auditing System
Stephen Gregoratto
2022-01-28
Rename mem.bswapAllFields to byteSwapAllFields
John Schmidt
[next]