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
/
Atom.zig
Age
Commit message (
Expand
)
Author
2024-03-09
elf+aarch64: handle PREL64 reloc
Jakub Konka
2024-03-09
elf+aarch64: fix 32bit build
Jakub Konka
2024-03-08
elf+aarch64: implement basic thunk support
Jakub Konka
2024-03-08
elf+aarch64: handle PREL32 reloc
Jakub Konka
2024-03-08
elf+aarch64: handle TLS GD model
Jakub Konka
2024-03-08
elf+aarch64: handle gottp and .tls_common
Jakub Konka
2024-03-08
elf+aarch64: relax TLSDESC for executables
Jakub Konka
2024-03-08
elf+aarch64: handle TLSDESC non-relaxed
Jakub Konka
2024-03-08
link: refactor common aarch64 helpers
Jakub Konka
2024-03-08
elf+aarch64: resolve TLS LE model
Jakub Konka
2024-02-21
elf+riscv: return an error for unimplemented HI20 forward lookup
Jakub Konka
2024-02-21
elf+riscv: implement enough to get basic hello world in C working
Jakub Konka
2024-02-21
elf+aarch64: implement some resolveRelocNonAlloc logic
Jakub Konka
2024-02-21
elf+aarch64: implement some resolveRelocAlloc logic
Jakub Konka
2024-02-21
elf+aarch64: implement some scanReloc logic
Jakub Konka
2024-02-21
elf: make GOT arch aware when resolving relocs
Jakub Konka
2024-02-21
elf: simplify logic for resolving nonalloc relocs on different arches
Jakub Konka
2024-02-21
elf: simplify logic for resolving alloc relocs on different arches
Jakub Konka
2024-02-21
elf: simplify logic for handling scanning relocs on different arches
Jakub Konka
2024-02-17
elf: fix typo in resolving @"32" and @"32S" relocs on x86_64
Jakub Konka
2024-02-17
lib/std/elf: refactor reloc enum values
Jakub Konka
2024-02-17
elf: fix formatting of relocs when reloc can be Zig specific
Jakub Konka
2024-02-17
elf: create Zig specific reloc type shared across ISAs
Jakub Konka
2024-02-17
elf: add riscv dynamic relocs
Jakub Konka
2024-02-16
elf: enable adding support for additional cpu archs
Jakub Konka
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-12
elf: do not prealloc input objects, pread selectively
Jakub Konka
2024-01-01
fix remaining compile errors except one
Andrew Kelley
2024-01-01
fix a round of compile errors caused by this branch
Andrew Kelley
2024-01-01
linkers: update references to "options" field
Andrew Kelley
2024-01-01
linker: update output_mode references
Andrew Kelley
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-07
elf: actually track output symtab index of symbols
Jakub Konka
2023-11-07
elf: generate section symbols when writing symtab
Jakub Konka
2023-11-04
elf: enable static-lib flush path
Jakub Konka
2023-11-04
elf: redo strings management in the linker
Jakub Konka
2023-10-31
std.builtin.Endian: make the tags lower case
Andrew Kelley
2023-10-31
mem: fix ub in writeInt
Jacob Young
2023-10-30
elf: encapsulate ZigObject-specific logic in flushModule hook
Jakub Konka
2023-10-30
elf: move incremental codegen bits into ZigObject.zig
Jakub Konka
2023-10-30
elf: rename ZigModule to ZigObject
Jakub Konka
2023-10-28
x86_64: do not hardcode memory passed by Elf linker
Jakub Konka
2023-10-20
Merge pull request #17621 from ziglang/elf-pic-pie
Jakub Konka
2023-10-19
elf: actually check for dynamic executables
Jakub Konka
2023-10-18
elf: increase resolution of Atom.input_section_index to u32
Jakub Konka
2023-10-18
elf: increase resolution of Atom.relocs_section_index to u32
Jakub Konka
2023-10-16
elf: fix 32bit build
Jakub Konka
[next]