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

/macosx-10.9.5/dyld-239.4/src/
H A Ddyld.cpp176 // DYLD_ROOT_PATH ==> gLinkContext.rootPaths
177 // DYLD_IMAGE_SUFFIX ==> gLinkContext.imageSuffix
178 // DYLD_PRINT_OPTS ==> gLinkContext.verboseOpts
179 // DYLD_PRINT_ENV ==> gLinkContext.verboseEnv
180 // DYLD_FORCE_FLAT_NAMESPACE ==> gLinkContext.bindFlat
181 // DYLD_PRINT_INITIALIZERS ==> gLinkContext.verboseInit
182 // DYLD_PRINT_SEGMENTS ==> gLinkContext.verboseMapping
183 // DYLD_PRINT_BINDINGS ==> gLinkContext.verboseBind
184 // DYLD_PRINT_WEAK_BINDINGS ==> gLinkContext.verboseWeakBind
185 // DYLD_PRINT_REBASINGS ==> gLinkContext
242 ImageLoader::LinkContext gLinkContext; member in namespace:dyld
[all...]
H A DdyldAPIs.cpp415 image->bindAllLazyPointers(dyld::gLinkContext, true);
417 *address = (void*)image->getExportedSymbolAddress(sym, dyld::gLinkContext);
444 *address = (void*)image->getExportedSymbolAddress(sym, dyld::gLinkContext);
467 *address = (void*)image->getExportedSymbolAddress(sym, dyld::gLinkContext);
527 callerImage->getRPaths(dyld::gLinkContext, rpathsFromCallerImage);
530 dyld::mainExecutable()->getRPaths(dyld::gLinkContext, rpathsFromCallerImage);
638 image->bindAllLazyPointers(dyld::gLinkContext, true);
641 image->bindAllLazyPointers(dyld::gLinkContext, false);
704 result = (void*)image->getExportedSymbolAddress(NSSymbolToSymbol(symbol), dyld::gLinkContext);
745 image->bindAllLazyPointers(dyld::gLinkContext, tru
[all...]
H A Ddyld.h61 extern ImageLoader::LinkContext gLinkContext;

Completed in 99 milliseconds