Searched defs:handle (Results 1 - 25 of 816) sorted by relevance

1234567891011>>

/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/cxa_finalize/
H A Dmain.c33 void* handle = dlopen("libfoo.dylib", RTLD_LAZY); local
/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/dlclose-terminator-dlclose/
H A Dmain.c33 void* handle = dlopen("libfoo.dylib", RTLD_LAZY); local
H A Dfoo.c29 static void* handle = NULL; variable
/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/dlopen-error/
H A Dmain.c35 void* handle = dlopen("libdoesnotexist.dylib", RTLD_LAZY); local
/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/weak-coalesce-stubs/
H A Dmain.c13 void* handle = dlopen("libstub.dylib", RTLD_LAZY); local
/macosx-10.9.5/CPANInternal-140/Perl-Ldap/contrib/
H A Dsimple-proxy.pl19 sub handle($$) subroutine
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/include/
H A Dapr_dso.h66 APR_DECLARE(apr_status_t) apr_dso_unload(apr_dso_handle_t *handle); variable
/macosx-10.9.5/apr-30/apr/apr/include/
H A Dapr_dso.h66 APR_DECLARE(apr_status_t) apr_dso_unload(apr_dso_handle_t *handle); variable
/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/bundle-weak/
H A Dmain.c34 void* handle = dlopen("test.bundle", RTLD_LAZY); local
/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/dlclose-basic/
H A Dmain.c34 void* handle = dlopen("test.bundle", RTLD_LAZY); local
/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/dlopen-DYLD_FALLBACK_LIBRARY_PATH/
H A Dmain.c35 void* handle = dlopen("/junk/path/libfoo.dylib", RTLD_LAZY); local
/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/dlopen-RTLD_NOLOAD-in-initializer/
H A Dmain.c34 void* handle = dlopen("libfoo.dylib", RTLD_LAZY); local
/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/dlopen-RTLD_NOLOAD-symlink/
H A Dmain.c40 void* handle = dlopen(argv[1], RTLD_NOLOAD); local
/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/dlopen-RTLD_NOW/
H A Dmain.c41 void* handle = dlopen("test.bundle", RTLD_NOW); local
/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/dlopen-codesign/
H A Dmain.c14 void* handle = dlopen("libfoo.dylib", RTLD_LAZY); local
/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/dlopen-codesign-dynamic/
H A Dmain.c23 void* handle = dlopen("libfoo.dylib", RTLD_LAZY); local
/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/dlopen-leak/
H A Dmain.c36 void* handle = dlopen("libfoo.dylib", RTLD_LAZY); local
/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/dlopen-non-canonical-path/
H A Dmain.c33 void* handle = dlopen(path, RTLD_LAZY); local
/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/dlopen-search-leak/
H A Dmain.c36 void* handle = dlopen("libfoo.dylib", RTLD_LAZY); local
/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/dlopen-zero/
H A Dmain.c40 void* handle = dlopen(NULL, RTLD_LAZY); local
/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/dlopen_preflight-cycle/
H A Dmain.c42 void* handle = dlopen("libbar.dylib", RTLD_NOLOAD); local
/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/dlsym-error/
H A Dmain.c39 void* handle = (void*)0x12345; // bogus value local
/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/interpose-dlsym/
H A Dmain.c34 void* handle = dlopen("/usr/lib/libSystem.B.dylib", RTLD_LAZY); local
/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/rpath-dlopen/
H A Dmain.c32 void* handle = dlopen("libfoo.dylib", RTLD_LAZY); local
/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/rpath-dlopen-in-dylib/
H A Dbar.c32 void* handle = dlopen("libfoo.dylib", RTLD_LAZY); local

Completed in 126 milliseconds

1234567891011>>