Searched refs:dl_info (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/crypto/heimdal/lib/kafs/
H A Ddlfcn.h22 * To be able to initialize, a library may provide a dl_info structure
25 struct dl_info { struct
H A Ddlfcn.c60 struct dl_info *info; /* optional init/terminate functions */
190 * If there is a dl_info structure, call the init function.
192 if (mp->info = (struct dl_info *)dlsym(mp, "dl_info")) {
/freebsd-9.3-release/include/
H A Ddlfcn.h75 typedef struct dl_info { struct
/freebsd-9.3-release/sys/sys/
H A Dlink_aout.h44 struct dl_info;
177 int (*dladdr)(const void *, struct dl_info *); /* HAS_DLADDR */

Completed in 47 milliseconds