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

/macosx-10.9.5/tcl-102/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.9.5/tcl-102/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.9.5/libunwind-35.3/testsuite/
H A DUnwind_Backtrace.c32 struct dl_info dyldInfo;
/macosx-10.9.5/dyld-239.4/include/
H A Ddlfcn.h45 typedef struct dl_info { struct
/macosx-10.9.5/Libc-997.90.3/stdlib/FreeBSD/
H A Datexit.c135 struct dl_info info;
159 struct dl_info info;
/macosx-10.9.5/tcl-102/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.9.5/tcl-102/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.9.5/tcl-102/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.9.5/apache-786.1/httpd/srclib/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.9.5/apr-30/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.9.5/tcl-102/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.9.5/libunwind-35.3/src/
H A DAddressSpace.hpp266 dl_info dyldInfo;

Completed in 102 milliseconds