Lines Matching refs:importLibrary
653 …ry(PEFLoaderInfoHeader *loaderSection, const char *libraryName, PEFImportedLibrary **importLibrary) in FindImportLibrary() argument
665 MoreAssertQ(importLibrary != nil); in FindImportLibrary()
690 *importLibrary = thisImportLibrary; in FindImportLibrary()
693 *importLibrary = nil; in FindImportLibrary()
875 … PEFImportedLibrary *importLibrary, in RunRelocationEngine() argument
898 MoreAssertQ(importLibrary != nil); in RunRelocationEngine()
1018 … state.importIndex >= importLibrary->firstImportedSymbol && state.importIndex < (importLibrary->fi… in RunRelocationEngine()
1037 …if ( index >= importLibrary->firstImportedSymbol && index < (importLibrary->firstImportedSymbol + … in RunRelocationEngine()
1117 …if ( index >= importLibrary->firstImportedSymbol && index < (importLibrary->firstImportedSymbol + … in RunRelocationEngine()
1173 PEFImportedLibrary *importLibrary; in CFMLateImportCore() local
1215 … err = FindImportLibrary(fragToFix.loaderSection, weakLinkedLibraryNameCString, &importLibrary); in CFMLateImportCore()
1223 if ((importLibrary->options & kPEFWeakImportLibMask) == 0) { in CFMLateImportCore()
1231 err = RunRelocationEngine(&fragToFix, importLibrary, lookup, refCon); in CFMLateImportCore()