[libc-commits] [libc] [libc] add dl_iterate_phdr and dladdr (PR #121179)

Tristan Ross via libc-commits libc-commits at lists.llvm.org
Thu Dec 26 21:42:35 PST 2024


================
@@ -0,0 +1,57 @@
+//===-- Implementation of dl_iterate_phdr ---------------------------------===//
----------------
RossComputerGuy wrote:

See the [`dlfcn.h` placeholder PR](https://github.com/llvm/llvm-project/pull/97501) and various related issues:

- https://github.com/llvm/llvm-project/issues/97917
- https://github.com/llvm/llvm-project/issues/97918
- https://github.com/llvm/llvm-project/issues/97919
- https://github.com/llvm/llvm-project/issues/97920

https://github.com/llvm/llvm-project/pull/121179


More information about the libc-commits mailing list