Home
last modified time | relevance | path

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

/external/python/cpython2/Mac/Modules/cg/
DCFMLateImport.c1174 char weakLinkedLibraryNameCString[256]; in CFMLateImportCore() local
1192 … BlockMoveData(weakLinkedLibraryName + 1, weakLinkedLibraryNameCString, weakLinkedLibraryName[0]); in CFMLateImportCore()
1193 weakLinkedLibraryNameCString[weakLinkedLibraryName[0]] = 0; in CFMLateImportCore()
1215 … err = FindImportLibrary(fragToFix.loaderSection, weakLinkedLibraryNameCString, &importLibrary); in CFMLateImportCore()