Searched refs:DexMapList (Results 1 – 3 of 3) sorted by relevance
317 struct DexMapList { struct697 DEX_INLINE const DexMapList* dexGetMap(const DexFile* pDexFile) { in dexGetMap()703 return (const DexMapList*) (pDexFile->baseAddr + mapOff); in dexGetMap()
373 static bool swapMap(CheckState* state, DexMapList* pMap) in swapMap()523 const DexMapList* pMap = (const DexMapList*) filePointer(state, sectionOffset); in checkMapSection()2604 DexMapList* pMap) { in swapEverythingButHeaderAndMap()2789 static bool crossVerifyEverything(CheckState* state, DexMapList* pMap) in crossVerifyEverything()3020 DexMapList* pDexMap = (DexMapList*) (addr + pHeader->mapOff); in dexSwapAndVerify()
1854 const DexMapList* list = (const DexMapList*)(pDexFile->baseAddr + offset); in findMapItem()