mirror of
https://github.com/ziglang/zig.git
synced 2026-01-02 03:25:01 +00:00
Find the effective ELF load address in dl_iterate_phdr by computing the difference between the in-memory phdr and its p_vaddr specified in the ELF file. This makes the dl_iterate_phdr test pass and restores the stack traces.