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
/
src
/
link
/
Elf
/
Archive.zig
Age
Commit message (
Expand
)
Author
2024-02-13
macho: scrap reader for preads when parsing archives
Jakub Konka
2024-02-13
elf: scrap reader for preads when parsing archives
Jakub Konka
2024-02-12
elf: do not prealloc input objects, pread selectively
Jakub Konka
2024-01-01
linker: fix some allocator references
Andrew Kelley
2023-12-05
elf: report malformed archive when parsing errors
Jakub Konka
2023-11-06
CheckObject: support parsing and dumping archive symtab for ELF
Jakub Konka
2023-11-05
elf: hook up saving object files in an archive
Jakub Konka
2023-11-05
elf: actually save correct object names in the archive
Jakub Konka
2023-11-04
elf: do not store filename in strtab unless longer than 15 chars
Jakub Konka
2023-11-04
elf: store ar state per input object file
Jakub Konka
2023-11-04
elf: do not align end of archive to 2bytes; fix archive parser
Jakub Konka
2023-11-04
elf: align ar_hdr to at least 2 bytes
Jakub Konka
2023-11-04
elf: generate pretty rudimentary archive
Jakub Konka
2023-11-04
elf: collect exports from ZigObject into AR symtab
Jakub Konka
2023-10-24
elf: improve parsing of ld scripts and actually test linking against them
Jakub Konka
2023-10-18
elf: parse GNU ld script as system lib indirection
Jakub Konka
2023-09-13
elf: parse archives
Jakub Konka