Home
last modified time | relevance | path

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

/dalvik/dx/src/com/android/dx/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/libdex/
DDexFile.h202 u4 mapOff; member
588 u4 mapOff = pDexFile->pHeader->mapOff; in dexGetMap() local
590 if (mapOff == 0) { in dexGetMap()
593 return (const DexMapList*) (pDexFile->baseAddr + mapOff); in dexGetMap()
DDexSwapVerify.c252 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()