Home
last modified time | relevance | path

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

/dalvik/libdex/
DDexSwapVerify.cpp74 static inline void* filePointer(const CheckState* state, u4 offset) { in filePointer() function
109 const u1* _startPtr = (const u1*) filePointer(state, (_start)); \
110 const u1* _endPtr = (const u1*) filePointer(state, (_end)); \
311 const DexHeader* pHeader = (const DexHeader*) filePointer(state, 0); in checkHeaderSection()
523 const DexMapList* pMap = (const DexMapList*) filePointer(state, sectionOffset); in checkMapSection()
921 const u1* data = (const u1*) filePointer(state, offset); in verifyClassDataIsForDef()
951 (const DexAnnotationsDirectoryItem*) filePointer(state, offset); in verifyAnnotationsDirectoryIsForDef()
2487 u1* ptr = (u1*) filePointer(state, newOffset); in iterateSectionWithOptionalUpdate()
2490 ptr = (u1*) filePointer(state, offset); in iterateSectionWithOptionalUpdate()
2617 const u1* ptr = (const u1*) filePointer(state, lastOffset); in swapEverythingButHeaderAndMap()