Home
last modified time | relevance | path

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

/external/python/cpython2/Mac/Modules/cg/
DCFMLateImport.c774 UInt32 currentReloc; // Index of current relocation opcodes member
823 state->currentReloc = relocHeader->firstRelocOffset; in InitEngineState()
968 while ( state.currentReloc != state.terminatingReloc ) { in RunRelocationEngine()
970 MoreAssertQ( state.currentReloc < totalRelocs ); in RunRelocationEngine()
972 opCode = relocInstrTable[state.currentReloc]; in RunRelocationEngine()
1097 state.currentReloc += 1; in RunRelocationEngine()
1102 … offset = PEFRelocSetPosFullOffset(opCode, relocInstrTable[state.currentReloc]); in RunRelocationEngine()
1114 state.currentReloc += 1; in RunRelocationEngine()
1115 … index = PEFRelocLgByImportFullIndex(opCode, relocInstrTable[state.currentReloc]); in RunRelocationEngine()
1152 state.currentReloc += 1; in RunRelocationEngine()