Home
last modified time | relevance | path

Searched refs:importLibrary (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Mac/Modules/cg/
DCFMLateImport.c653 …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
[all …]