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-08-07
elf: start-stop resolution has to come after init output sections
Jakub Konka
2024-08-07
elf: fix off-by-one when referring to resolved table directly
Jakub Konka
2024-08-07
elf: get hello-world glibc working again
Jakub Konka
2024-08-07
elf: fix symbol resolution for Objects
Jakub Konka
2024-08-07
elf: move getStartStopBasename into Object
Jakub Konka
2024-08-07
elf: fix compile errors
Jakub Konka
2024-08-07
elf: redo symbol mgmt and ownership in ZigObject
Jakub Konka
2024-08-07
elf: move symbol ownership to SharedObject
Jakub Konka
2024-08-07
elf: move symbol ownership to Object
Jakub Konka
2024-08-07
elf: always create symbol extra
Jakub Konka
2024-07-30
elf: do not store merge section output section name in strings buffer
Jakub Konka
2024-07-30
elf: init output merge sections in a separate step
Jakub Konka
2024-07-30
elf: move merge subsections ownership into merge sections
Jakub Konka
2024-07-30
elf: simplify output section tracking for symbols
Jakub Konka
2024-07-30
elf: atom is always assigned output section index
Jakub Konka
2024-07-30
elf: remove obsolete flags from atom
Jakub Konka
2024-07-30
elf: resolve COMDATs in more parallel-friendly way
Jakub Konka
2024-07-30
elf: skip storing comdat group signature globally
Jakub Konka
2024-07-30
elf: move ownership of atoms into objects
Jakub Konka
2024-07-30
elf: move ownership of comdat groups to Object
Jakub Konka
2024-07-30
elf: move ownership of input merge sections to Object
Jakub Konka
2024-07-23
Merge pull request #20751 from Rexicon226/riscv-eflags
Jakub Konka
2024-07-22
elf: add riscv eflag collisions
David Rubin
2024-07-22
macho: redo input file parsing in prep for multithreading
Jakub Konka
2024-04-25
fix: object size error in archive
zhylmzr
2024-04-20
link/elf: keep track of sh_entsize per MergeSubsection
Jakub Konka
2024-04-20
link/elf: fix parsing SHF_STRINGS section
Jakub Konka
2024-04-20
link/elf: skip empty merge sections when resolving
Jakub Konka
2024-04-20
link/elf: implement string merging
Jakub Konka
2024-04-20
link/elf: move relocs indexes into Atom extras
Jakub Konka
2024-04-20
link/elf: move fde record indexes into Atom extras
Jakub Konka
2024-04-20
link/elf: port macho symbol extras handling
Jakub Konka
2024-04-08
link/elf: propagate Haiku requirement of always passing -shared for images
Jakub Konka
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
[prev]
[next]