Home
last modified time | relevance | path

Searched refs:mapOff (Results 1 – 4 of 4) sorted by relevance

/dalvik/dexgen/src/com/android/dexgen/dex/file/
DHeaderItem.java67 int mapOff = file.getMap().getFileOffset(); in writeTo() local
84 out.annotate(4, "map_off: " + Hex.u4(mapOff)); in writeTo()
105 out.writeInt(mapOff); in writeTo()
/dalvik/dx/src/com/android/dx/dex/file/
DHeaderItem.java57 int mapOff = file.getMap().getFileOffset(); in writeTo() local
76 out.annotate(4, "map_off: " + Hex.u4(mapOff)); in writeTo()
97 out.writeInt(mapOff); in writeTo()
/dalvik/libdex/
DDexFile.h225 u4 mapOff; member
604 u4 mapOff = pDexFile->pHeader->mapOff; in dexGetMap() local
606 if (mapOff == 0) { in dexGetMap()
609 return (const DexMapList*) (pDexFile->baseAddr + mapOff); in dexGetMap()
DDexSwapVerify.cpp285 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()