Searched refs:importIndex (Results 1 – 2 of 2) sorted by relevance
778 …UInt32 importIndex; // Symbol index, which is used to access an imported s… member827 state->importIndex = 0; in InitEngineState()1018 …if ( state.importIndex >= importLibrary->firstImportedSymbol && state.importIndex < (importLibrary… in RunRelocationEngine()1019 … err = LookupSymbol(lookup, refCon, fragToFix->loaderSection, state.importIndex, &symbolValue); in RunRelocationEngine()1025 state.importIndex += 1; in RunRelocationEngine()1044 state.importIndex = index + 1; in RunRelocationEngine()1124 state.importIndex = index + 1; in RunRelocationEngine()
900 int importIndex = 0; // default: beginning of file local905 importIndex = m.start();919 importIndex = m.end();926 src.insert(importIndex, toInsert);927 importIndex += toInsert.length();