Searched refs:dladdr (Results 1 - 6 of 6) sorted by relevance

/barrelfish-master/usr/eclipseclp/Kernel/src/
H A Ddlfcn_simple.h40 * Structure filled in by dladdr().
55 extern int dladdr(void *, Dl_info *);
/barrelfish-master/include/
H A Ddlfcn.h61 int dladdr (const void *address, Dl_info *info);
/barrelfish-master/lib/posixcompat/
H A Ddlfcn.c57 int dladdr (const void *address, Dl_info *info) function
59 printf("WARNING: dladdr is not implemented.\n");
/barrelfish-master/lib/openssl-1.0.0d/crypto/dso/
H A Ddso_dlfcn.c65 # define _GNU_SOURCE /* make sure dladdr is declared */
405 This is a quote from IRIX manual for dladdr(3c):
407 <dlfcn.h> does not contain a prototype for dladdr or definition of
409 but contains no dladdr prototype and no IRIX library contains an
434 static int dladdr(void *address, Dl_info *dl) function
455 if (dladdr(addr,&dli))
/barrelfish-master/lib/cxx/unwind/
H A DAddressSpace.hpp71 if (!dladdr(addr, &dlinfo))
597 if (dladdr((void *)addr, &dyldInfo)) {
/barrelfish-master/lib/libc/gen/
H A DMakefile.inc191 dladdr.3 \

Completed in 40 milliseconds