
A initial commit for #97929, this adds a stub implementation for `dladdr` and includes the definition for the `DL_info` type used as one of its arguments. While the `dladdr` implementation relies on dynamic linker support, this patch will add its prototype in the generated `dlfcn.h` header so that it can be used by downstream platforms that have their own `dladdr` implementation.
LLVM libc ========= This directory and its subdirectories contain source code for llvm-libc, a retargetable implementation of the C standard library. LLVM is open source software. You may freely distribute it under the terms of the license agreement found in LICENSE.txt.