Home
last modified time | relevance | path

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

/dalvik/libdex/
DDexFile.h317 struct DexMapList { struct
697 DEX_INLINE const DexMapList* dexGetMap(const DexFile* pDexFile) { in dexGetMap()
703 return (const DexMapList*) (pDexFile->baseAddr + mapOff); in dexGetMap()
DDexSwapVerify.cpp373 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()
/dalvik/dexdump/
DDexDump.cpp1854 const DexMapList* list = (const DexMapList*)(pDexFile->baseAddr + offset); in findMapItem()