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
Age
Commit message (
Expand
)
Author
2024-01-01
linker: update output_mode references
Andrew Kelley
2024-01-01
move a large chunk of linker logic away from "options"
Andrew Kelley
2023-12-05
elf: copy out committed ZigObject to a buffer when creating static lib
Jakub Konka
2023-12-05
elf: exit early with an error when parsing or init failed
Jakub Konka
2023-12-05
elf: escape invalid token string when reporting an error
Jakub Konka
2023-12-05
elf: upcast e_shnum to u64 to check for valid ranges
Jakub Konka
2023-12-05
elf: report malformed archive when parsing errors
Jakub Konka
2023-12-05
elf: re-instate basic error reporting for LD script parser
Jakub Konka
2023-12-05
elf: move basic parse error reporting to SharedObject
Jakub Konka
2023-12-05
elf: do not write ELF header if there were errors
Jakub Konka
2023-12-05
elf: report error at the point where it is happening
Jakub Konka
2023-11-26
move Module.Decl.Index and Module.Namespace.Index to InternPool
Meghan Denny
2023-11-25
convert `toType` and `toValue` to `Type.fromInterned` and `Value.fromInterned`
Techatrix
2023-11-19
compiler: correct unnecessary uses of 'var'
mlugg
2023-11-15
elf: we were writing too many symbols in the symtab
Jakub Konka
2023-11-15
elf: actually write synthetic globals to output symtab
Jakub Konka
2023-11-14
elf: do not pointlessly store zerofill data for TLVs
Jakub Konka
2023-11-13
elf: setting offset to maxInt for non-allocated non-incremental sections is bad
Jakub Konka
2023-11-12
elf: set symbol flags such as needs_zig_got in ZigObject
Jakub Konka
2023-11-12
elf: dump PLT entries
Jakub Konka
2023-11-12
elf: fix allocating local TLS symbols
Jakub Konka
2023-11-12
x86_64: get something going for the local exec model
Jakub Konka
2023-11-12
elf: fix typo in initial section offsets
Jakub Konka
2023-11-12
elf: check for empty relocs buffers in ZigObject before emitting section
Jakub Konka
2023-11-12
elf: lower TLS data into appropriate TLS section
Jakub Konka
2023-11-09
elf: fix overflowing designated capacity when writing COMDAT groups
Jakub Konka
2023-11-09
elf: add SHF_INFO_LINK flag to any emitted SHT_RELA section
Jakub Konka
2023-11-09
elf: write out COMDAT groups to file
Jakub Konka
2023-11-09
elf: init output COMDAT group sections
Jakub Konka
2023-11-09
elf: correctly format output .eh_frame when emitting relocatable
Jakub Konka
2023-11-09
elf: emit .rela.eh_frame section contents
Jakub Konka
2023-11-09
elf: calculate required size for .rela.eh_frame
Jakub Konka
2023-11-09
elf: misc fixes
Jakub Konka
2023-11-08
elf: emit SHN_COMMON symbols in -r mode
Jakub Konka
2023-11-08
elf: LLVM emits relocs to undef local symbols - color me surprised!
Jakub Konka
2023-11-08
elf: adjust r_addend with offset of the original input section ref'd via STT_...
Jakub Konka
2023-11-08
elf: claim unresolved dangling symbols as undef externs in -r mode
Jakub Konka
2023-11-08
elf: reference .rela sections via output section index
Jakub Konka
2023-11-07
elf: actually track output symtab index of symbols
Jakub Konka
2023-11-07
elf: create link between .rela and output section
Jakub Konka
2023-11-07
elf: update .rela section sizes
Jakub Konka
2023-11-07
elf: generate section symbols when writing symtab
Jakub Konka
2023-11-07
elf: create skeleton of required changes for supporting -r mode
Jakub Konka
2023-11-06
CheckObject: support parsing and dumping archive symtab for ELF
Jakub Konka
2023-11-06
elf: clearly separate updating and writing symtab from only ZigObject
Jakub Konka
2023-11-05
elf: hook up saving object files in an archive
Jakub Konka
2023-11-05
elf: add hooks for archiving Objects
Jakub Konka
2023-11-05
elf: init objects after parsing them
Jakub Konka
2023-11-05
elf: actually save correct object names in the archive
Jakub Konka
2023-11-04
elf: fix more int resolution issues
Jakub Konka
[prev]
[next]