Searched defs:Dl_info (Results 1 - 1 of 1) sorted by relevance

/external/openssl/crypto/dso/
H A Ddso_dlfcn.c410 Dl_info. The #include <dlfcn.h> in the SYNOPSIS line is traditional,
422 typedef struct Dl_info { struct
430 } Dl_info; typedef in typeref:struct:Dl_info
432 typedef struct Dl_info Dl_info; typedef in typeref:struct:Dl_info
436 static int dladdr(void *address, Dl_info *dl)
447 Dl_info dli;

Completed in 72 milliseconds