Searched refs:DexMapList (Results 1 – 2 of 2) sorted by relevance
292 struct DexMapList { struct640 DEX_INLINE const DexMapList* dexGetMap(const DexFile* pDexFile) { in dexGetMap()646 return (const DexMapList*) (pDexFile->baseAddr + mapOff); in dexGetMap()
369 static bool swapMap(CheckState* state, DexMapList* pMap) in swapMap()513 const DexMapList* pMap = (const DexMapList*) filePointer(state, sectionOffset); in checkMapSection()2500 DexMapList* pMap) { in swapEverythingButHeaderAndMap()2673 static bool crossVerifyEverything(CheckState* state, DexMapList* pMap) in crossVerifyEverything()2895 DexMapList* pDexMap = (DexMapList*) (addr + pHeader->mapOff); in dexSwapAndVerify()