Home
last modified time | relevance | path

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

/external/python/cpython2/Mac/Modules/cg/
DCFMLateImport.c824 state->terminatingReloc = relocHeader->firstRelocOffset + relocHeader->relocCount; in InitEngineState()
977 UInt16 relocCount; in RunRelocationEngine() local
980 relocCount = (opCode & 0x003F); in RunRelocationEngine()
982 state.relocAddress += relocCount; in RunRelocationEngine()
/external/llvm-project/lld/lib/ReaderWriter/MachO/
DMachONormalizedFileBinaryWriter.cpp286 unsigned relocCount = 0; in MachOFileLayout() local
296 relocCount += sect.relocations.size(); in MachOFileLayout()
306 _startOfFunctionStarts = _startOfRelocations + relocCount * 8; in MachOFileLayout()