[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:36:35 PST 2024


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

It's because `dl_iterate_phdr` is simple enough to implement. `dladdr` will require more stuff like `dlopen`, `dlclose`, and `dlsym` to be implemented. Currently, there's *TODO*'s for @izaakschroeder to work on this.

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


More information about the libc-commits mailing list