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

/macosx-10.10.1/tcl-105/tcl/tcl/compat/
H A Ddlfcn.h48 * To be able to intialize, a library may provide a dl_info structure
51 struct dl_info { struct
/macosx-10.10.1/tcl-105/tcl84/tcl/compat/
H A Ddlfcn.h48 * To be able to intialize, a library may provide a dl_info structure
51 struct dl_info { struct
/macosx-10.10.1/libunwind-35.3/testsuite/
H A DUnwind_Backtrace.c32 struct dl_info dyldInfo;
/macosx-10.10.1/dyld-353.2.1/include/
H A Ddlfcn.h45 typedef struct dl_info { struct
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/
H A DtclLoadAix.c55 * To be able to intialize, a library may provide a dl_info structure
58 struct dl_info { struct
71 struct dl_info *info; /* optional init/terminate functions */
72 struct dl_info *cdtors; /* optional C++ constructors */
188 * If there is a dl_info structure, call the init function.
190 if (mp->info = (struct dl_info *)dlsym(mp, "dl_info")) {
199 if (mp->cdtors = (struct dl_info *) dlsym(mp, "__cdtors")) {
/macosx-10.10.1/tcl-105/tcl_ext/trf/trf/compat/
H A DtclLoadAix.c54 * To be able to intialize, a library may provide a dl_info structure
57 struct dl_info { struct
70 struct dl_info *info; /* optional init/terminate functions */
71 struct dl_info *cdtors; /* optional C++ constructors */
187 * If there is a dl_info structure, call the init function.
189 if (mp->info = (struct dl_info *)dlsym(mp, "dl_info")) {
198 if (mp->cdtors = (struct dl_info *) dlsym(mp, "__cdtors")) {
/macosx-10.10.1/tcl-105/tcl/tcl/unix/
H A DtclLoadAix.c72 struct dl_info *info; /* optional init/terminate functions */
212 * If there is a dl_info structure, call the init function.
215 if (mp->info = (struct dl_info *)dlsym(mp, "dl_info")) {
/macosx-10.10.1/apr-32/apr/apr/dso/aix/
H A Ddso.c86 * To be able to initialize, a library may provide a dl_info structure
89 struct dl_info { struct
211 struct dl_info *info; /* optional init/terminate functions */
338 * If there is a dl_info structure, call the init function.
340 if (mp->info = (struct dl_info *) dlsym(mp, "dl_info")) {
/macosx-10.10.1/tcl-105/tcl84/tcl/unix/
H A DtclLoadAix.c71 struct dl_info *info; /* optional init/terminate functions */
185 * If there is a dl_info structure, call the init function.
187 if (mp->info = (struct dl_info *)dlsym(mp, "dl_info")) {
/macosx-10.10.1/Libc-1044.1.2/stdlib/FreeBSD/
H A Datexit.c153 struct dl_info info;
/macosx-10.10.1/libunwind-35.3/src/
H A DAddressSpace.hpp266 dl_info dyldInfo;

Completed in 878 milliseconds