#define _GNU_SOURCE #include #include "libc.h" static int stub_dladdr(const void *addr, Dl_info *info) { return 0; } weak_alias(stub_dladdr, dladdr);