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
/
Symbol.zig
Age
Commit message (
Expand
)
Author
2025-08-31
std.fmt: delete deprecated APIs
Andrew Kelley
2025-08-29
std.Io: delete GenericReader
Andrew Kelley
2025-07-07
compiler: update a bunch of format strings
Andrew Kelley
2025-07-07
compiler: update all instances of std.fmt.Formatter
Andrew Kelley
2025-06-12
x86_64: remove linker references from codegen
Jacob Young
2024-10-12
link.Elf: eliminate an O(N^2) algorithm in flush()
Andrew Kelley
2024-10-11
link.Elf: fix merge sections namespacing
Andrew Kelley
2024-10-11
link.Elf: group section indexes
Andrew Kelley
2024-10-09
elf: fix creation of synthetic sections
Jakub Konka
2024-09-23
elf: remove dead code
Jakub Konka
2024-08-28
std: update `std.builtin.Type` fields to follow naming conventions
mlugg
2024-08-26
elf: make Atom.allocate and related ZigObject-independent
Jakub Konka
2024-08-25
elf: streamline sections container
Jakub Konka
2024-08-15
elf: introduce Symbol.flags.is_extern_ptr for refs potentially needing GOT
Jakub Konka
2024-08-14
elf: re-use old atom slot for a trampoline to that atom
Jakub Konka
2024-08-13
elf: only apply zig jump table indirection to function calls (PLT32)
Jakub Konka
2024-08-13
elf: commit non-indirected symbol address to symtab
Jakub Konka
2024-08-13
elf: make zig jump table indirection implicit via Symbol.address
Jakub Konka
2024-08-13
elf: rename OffsetTable to JumpTable
Jakub Konka
2024-08-13
elf: nuke ZigGotSection from existence
Jakub Konka
2024-08-13
elf: indirect via offset table in the linker away from backend
Jakub Konka
2024-08-13
elf: allocate new offset table via Atom.allocate mechanism
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: always create symbol extra
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: remove obsolete flags from atom
Jakub Konka
2024-07-30
elf: move ownership of atoms into objects
Jakub Konka
2024-04-20
link/elf: implement string merging
Jakub Konka
2024-04-20
link/elf: port macho symbol extras handling
Jakub Konka
2024-04-08
link/elf: handle symbols to begin/end of .eh_frame section
Jakub Konka
2024-03-08
elf+aarch64: implement basic thunk support
Jakub Konka
2024-03-08
elf+aarch64: implement .plt.got
Jakub Konka
2024-03-08
elf+aarch64: implement enough to link dynamically with gcc as the driver
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-01-01
update codegen.llvm references to bin_file.options
Andrew Kelley
2023-11-12
elf: set symbol flags such as needs_zig_got in ZigObject
Jakub Konka
2023-11-12
x86_64: get something going for the local exec model
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-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: collect exports from ZigObject into AR symtab
Jakub Konka
2023-11-04
elf: postpone creation of .got.zig entry until code emit
Jakub Konka
2023-11-04
elf: emit STT_SECTION symbols
Jakub Konka
2023-11-04
elf: make sure we never emit .got.zig relocs when linking object files
Jakub Konka
2023-11-04
elf: improve Symbol to handle emitting relocatable object files
Jakub Konka
2023-11-04
elf: redo strings management in the linker
Jakub Konka
[next]