Searched refs:mapOff (Results 1 – 5 of 5) 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()
287 u4 mapOff; member698 u4 mapOff = pDexFile->pHeader->mapOff; in dexGetMap() local700 if (mapOff == 0) { in dexGetMap()703 return (const DexMapList*) (pDexFile->baseAddr + mapOff); in dexGetMap()
261 SWAP_OFFSET4(pHeader->mapOff); in swapDexHeader()517 if (sectionOffset != state->pHeader->mapOff) { in checkMapSection()519 sectionOffset, state->pHeader->mapOff); in checkMapSection()3018 if (pHeader->mapOff != 0) { in dexSwapAndVerify()3020 DexMapList* pDexMap = (DexMapList*) (addr + pHeader->mapOff); in dexSwapAndVerify()
1853 const u4 offset = pDexFile->pHeader->mapOff; in findMapItem()