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

/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/dlsym-RTLD_NEXT/
H A Dtest.c30 return dlsym(RTLD_NEXT, "foo");
/macosx-10.10.1/dyld-353.2.1/unit-tests/test-cases/dlsym-RTLD_NEXT-missing/
H A Dmain.c32 /// circular dependency. In 10.4.0 this cause dlsym(RTLD_NEXT) to
40 dlsym(RTLD_NEXT, "bar");
/macosx-10.10.1/ksh-23/ksh/src/lib/libdll/
H A Ddllnext.c164 #ifndef RTLD_NEXT
178 #ifndef RTLD_NEXT
190 #ifdef RTLD_NEXT
191 dll = RTLD_NEXT;
H A Ddlfcn.c332 #define DL_NEXT ((Dll_t*)RTLD_NEXT)
/macosx-10.10.1/dyld-353.2.1/include/
H A Ddlfcn.h78 #define RTLD_NEXT ((void *) -1) /* Search subsequent objects. */ macro
/macosx-10.10.1/ruby-106/ruby/ext/dl/
H A Dhandle.c276 #ifndef RTLD_NEXT
277 #define RTLD_NEXT NULL macro
290 * is searched via dlsym on RTLD_NEXT. See man(3) dlsym() for more info.
295 return dlhandle_sym(RTLD_NEXT, StringValueCStr(sym));
405 * A predefined pseudo-handle of RTLD_NEXT
410 rb_define_const(rb_cDLHandle, "NEXT", predefined_dlhandle(RTLD_NEXT));
/macosx-10.10.1/ruby-106/ruby/ext/fiddle/
H A Dhandle.c279 #ifndef RTLD_NEXT
280 #define RTLD_NEXT NULL macro
292 * is searched via dlsym on RTLD_NEXT.
299 return fiddle_handle_sym(RTLD_NEXT, StringValueCStr(sym));
411 * A predefined pseudo-handle of RTLD_NEXT
416 rb_define_const(rb_cHandle, "NEXT", predefined_fiddle_handle(RTLD_NEXT));
/macosx-10.10.1/bind9-45.101/bind9/contrib/idn/idnkit-1.0-src/tools/runidn/
H A Dstub.c65 #ifndef RTLD_NEXT
86 #ifndef RTLD_NEXT
139 #ifdef RTLD_NEXT
140 void *addr = shared_obj_findsym(RTLD_NEXT, name);
/macosx-10.10.1/tcl-105/tcl/tcl/macosx/
H A DtclMacOSXBundle.c215 openresourcemap = dlsym(RTLD_NEXT,
/macosx-10.10.1/tcl-105/tk/tk/macosx/
H A DtkMacOSXInit.c539 void *addr = dlsym(RTLD_NEXT, symbol);
/macosx-10.10.1/dyld-353.2.1/src/
H A DdyldAPIs.cpp1698 if ( handle == RTLD_NEXT ) {
1706 const char* str = dyld::mkstringf("dlsym(RTLD_NEXT, %s): symbol not found", symbolName);

Completed in 211 milliseconds