Searched refs:DexMapList (Results 1 - 2 of 2) sorted by relevance

/dalvik/libdex/
H A DDexFile.h233 typedef struct DexMapList { struct
236 } DexMapList; typedef in typeref:struct:DexMapList
590 /* return the DexMapList of the file, if any */
591 DEX_INLINE const DexMapList* dexGetMap(const DexFile* pDexFile) {
597 return (const DexMapList*) (pDexFile->baseAddr + mapOff);
H A DDexSwapVerify.c394 static bool swapMap(CheckState* state, DexMapList* pMap)
538 const DexMapList* pMap = filePointer(state, sectionOffset);
2493 DexMapList* pMap) {
2666 static bool crossVerifyEverything(CheckState* state, DexMapList* pMap)
2877 DexMapList* pDexMap = (DexMapList*) (addr + pHeader->mapOff);

Completed in 27 milliseconds