Searched refs:forceGlobal (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/CF-855.17/
H A DCFBundle_Internal.h188 extern Boolean _CFBundleDYLDLoadBundle(CFBundleRef bundle, Boolean forceGlobal, CFErrorRef *error);
199 extern Boolean _CFBundleDlfcnLoadBundle(CFBundleRef bundle, Boolean forceGlobal, CFErrorRef *error);
H A DCFBundle.c2947 Boolean _CFBundleLoadExecutableAndReturnError(CFBundleRef bundle, Boolean forceGlobal, CFErrorRef *error) { argument
3007 result = _CFBundleDlfcnLoadBundle(bundle, forceGlobal, subError);
3013 result = _CFBundleDlfcnLoadBundle(bundle, forceGlobal, subError);
3015 result = _CFBundleDYLDLoadBundle(bundle, forceGlobal, subError);
3036 result = _CFBundleDlfcnLoadBundle(bundle, forceGlobal, subError);
4073 CF_PRIVATE Boolean _CFBundleDYLDLoadBundle(CFBundleRef bundle, Boolean forceGlobal, CFErrorRef *error) { argument
4091 uint32_t options = forceGlobal ? NSLINKMODULE_OPTION_RETURN_ON_ERROR : (NSLINKMODULE_OPTION_BINDNOW | NSLINKMODULE_OPTION_PRIVATE | NSLINKMODULE_OPTION_RETURN_ON_ERROR);
4358 CF_PRIVATE Boolean _CFBundleDlfcnLoadBundle(CFBundleRef bundle, Boolean forceGlobal, CFErrorRef *error) { argument
4364 int mode = forceGlobal ? (RTLD_LAZY | RTLD_GLOBAL | RTLD_FIRST) : (RTLD_NOW | RTLD_LOCAL | RTLD_FIRST);
H A DForFoundationOnly.h85 CF_EXPORT Boolean _CFBundleLoadExecutableAndReturnError(CFBundleRef bundle, Boolean forceGlobal, CFErrorRef *error);

Completed in 175 milliseconds