Searched refs:DexMapList (Results 1 – 2 of 2) sorted by relevance
255 struct DexMapList { struct603 DEX_INLINE const DexMapList* dexGetMap(const DexFile* pDexFile) { in dexGetMap()609 return (const DexMapList*) (pDexFile->baseAddr + mapOff); in dexGetMap()
395 static bool swapMap(CheckState* state, DexMapList* pMap) in swapMap()539 const DexMapList* pMap = (const DexMapList*) filePointer(state, sectionOffset); in checkMapSection()2514 DexMapList* pMap) { in swapEverythingButHeaderAndMap()2687 static bool crossVerifyEverything(CheckState* state, DexMapList* pMap) in crossVerifyEverything()2909 DexMapList* pDexMap = (DexMapList*) (addr + pHeader->mapOff); in dexSwapAndVerify()