[libc-commits] [libc] [libc] Add barebones dl_iterate_phdr implementation (PR #194196)

Jeff Bailey via libc-commits libc-commits at lists.llvm.org
Fri May 8 23:46:37 PDT 2026


================
@@ -8,18 +8,61 @@
 
 #include "dl_iterate_phdr.h"
 
+#include "llvm-libc-macros/link-macros.h"
+#include "src/__support/OSUtil/linux/auxv.h"
 #include "src/__support/common.h"
 #include "src/__support/macros/config.h"
 
+#include <elf.h>
----------------
kaladron wrote:

Great, I've filed an issue against myself to create the proxy header and migrate this after commit.

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


More information about the libc-commits mailing list