Searched refs:mapOff (Results 1 – 4 of 4) sorted by relevance
67 int mapOff = file.getMap().getFileOffset(); in writeTo() local84 out.annotate(4, "map_off: " + Hex.u4(mapOff)); in writeTo()105 out.writeInt(mapOff); in writeTo()
57 int mapOff = file.getMap().getFileOffset(); in writeTo() local76 out.annotate(4, "map_off: " + Hex.u4(mapOff)); in writeTo()97 out.writeInt(mapOff); in writeTo()
225 u4 mapOff; member604 u4 mapOff = pDexFile->pHeader->mapOff; in dexGetMap() local606 if (mapOff == 0) { in dexGetMap()609 return (const DexMapList*) (pDexFile->baseAddr + mapOff); in dexGetMap()
285 SWAP_OFFSET4(pHeader->mapOff); in swapDexHeader()533 if (sectionOffset != state->pHeader->mapOff) { in checkMapSection()535 sectionOffset, state->pHeader->mapOff); in checkMapSection()2919 if (pHeader->mapOff != 0) { in dexSwapAndVerify()2921 DexMapList* pDexMap = (DexMapList*) (addr + pHeader->mapOff); in dexSwapAndVerify()