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
/
Object.zig
Age
Commit message (
Expand
)
Author
2024-03-08
elf+aarch64: implement enough to link dynamically with gcc as the driver
Jakub Konka
2024-02-21
elf+riscv: skip parsing .riscv.attributes section for now
Jakub Konka
2024-02-21
elf: skip STT_NOTYPE only if SHN_UNDEF from symtab inclusion
Jakub Konka
2024-02-21
elf: sort input relocs if targeting riscv64
Jakub Konka
2024-02-16
elf: enable adding support for additional cpu archs
Jakub Konka
2024-02-14
add deflate implemented from first principles
Igor Anić
2024-02-13
elf: use u32 for all section indexes
Jakub Konka
2024-02-13
elf: store relative offsets in atom and symbol
Jakub Konka
2024-02-13
elf: fix 32bit build
Jakub Konka
2024-02-12
elf: refactor archive specific object parsing logic
Jakub Konka
2024-02-12
elf: do not prealloc input objects, pread selectively
Jakub Konka
2024-01-26
elf: merge all mergeable string rodata sections into one
Jakub Konka
2024-01-14
elf: check for and report duplicate symbol definitions
Jakub Konka
2024-01-01
fix remaining compile errors except one
Andrew Kelley
2024-01-01
linker: fix some allocator references
Andrew Kelley
2024-01-01
compiler: miscellaneous branch progress
Andrew Kelley
2024-01-01
linkers: update references to "options" field
Andrew Kelley
2024-01-01
linker: update target references
Andrew Kelley
2023-12-05
elf: exit early with an error when parsing or init failed
Jakub Konka
2023-12-05
elf: upcast e_shnum to u64 to check for valid ranges
Jakub Konka
2023-12-05
elf: re-instate basic error reporting for LD script parser
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-15
elf: we were writing too many symbols in the symtab
Jakub Konka
2023-11-09
elf: add SHF_INFO_LINK flag to any emitted SHT_RELA section
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-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-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-04
elf: redo strings management in the linker
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-10-16
elf: fix 32bit build
Jakub Konka
2023-10-16
codegen+elf: check if extern is a variable ref
Jakub Konka
2023-10-16
elf: make init/fini sorting deterministic
Jakub Konka
2023-10-16
elf: hook up common symbols handler
Jakub Konka
2023-10-16
elf: fix synthetic section handling and actually parse DSOs
Jakub Konka
2023-10-16
elf: fix COMDAT deduping logic
Jakub Konka
2023-10-16
elf: add more prepwork for linking c++ objects
Jakub Konka
2023-10-16
elf: handle .eh_frame and non-alloc sections
Jakub Konka
2023-10-16
elf: refactor object.shdrContents to never error out
Jakub Konka
2023-10-16
elf: get hello-world with LLVM in Zig working
Jakub Konka
[next]