Home
last modified time | relevance | path

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

/external/python/cpython2/Mac/Modules/cg/
DCFMLateImport.c887 UInt16 sectionsLeftToRelocate; in RunRelocationEngine() local
916 sectionsLeftToRelocate = fragToFix->loaderSection->relocSectionCount; in RunRelocationEngine()
962 while ( sectionsLeftToRelocate > 0 ) { in RunRelocationEngine()
963 err = InitEngineState(fragToFix, sectionsLeftToRelocate, &state); in RunRelocationEngine()
1155 sectionsLeftToRelocate -= 1; in RunRelocationEngine()