Searched refs:importLibrary (Results 1 – 1 of 1) sorted by relevance
653 …ry(PEFLoaderInfoHeader *loaderSection, const char *libraryName, PEFImportedLibrary **importLibrary) in FindImportLibrary() argument665 MoreAssertQ(importLibrary != nil); in FindImportLibrary()690 *importLibrary = thisImportLibrary; in FindImportLibrary()693 *importLibrary = nil; in FindImportLibrary()875 … PEFImportedLibrary *importLibrary, in RunRelocationEngine() argument898 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[all …]