Searched refs:mapOff (Results 1 – 3 of 3) 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()
202 u4 mapOff; member588 u4 mapOff = pDexFile->pHeader->mapOff; in dexGetMap() local590 if (mapOff == 0) { in dexGetMap()593 return (const DexMapList*) (pDexFile->baseAddr + mapOff); in dexGetMap()
252 SWAP_OFFSET4(pHeader->mapOff); in swapDexHeader()497 if (sectionOffset != state->pHeader->mapOff) { in checkMapSection()499 sectionOffset, state->pHeader->mapOff); in checkMapSection()2825 if (pHeader->mapOff != 0) { in dexFixByteOrdering()2827 DexMapList* pDexMap = (DexMapList*) (addr + pHeader->mapOff); in dexFixByteOrdering()