• Home
  • Raw
  • Download

Lines Matching defs:state

67 static inline u4 fileOffset(const CheckState* state, const void* ptr) {  in fileOffset()
74 static inline void* filePointer(const CheckState* state, u4 offset) { in filePointer()
86 static inline bool checkPtrRange(const CheckState* state, in checkPtrRange()
209 static bool verifyFieldDefiner(const CheckState* state, u4 definingClass, in verifyFieldDefiner()
216 static bool verifyMethodDefiner(const CheckState* state, u4 definingClass, in verifyMethodDefiner()
226 static size_t calcDefinedClassBitsSize(const CheckState* state) in calcDefinedClassBitsSize()
235 static bool setDefinedClassBit(const CheckState* state, u4 typeIdx) { in setDefinedClassBit()
249 static bool swapDexHeader(const CheckState* state, DexHeader* pHeader) in swapDexHeader()
299 static bool checkHeaderSection(const CheckState* state, u4 sectionOffset, in checkHeaderSection()
373 static bool swapMap(CheckState* state, DexMapList* pMap) in swapMap()
510 static bool checkMapSection(const CheckState* state, u4 sectionOffset, in checkMapSection()
531 static void* swapStringIdItem(const CheckState* state, void* ptr) { in swapStringIdItem()
541 static void* crossVerifyStringIdItem(const CheckState* state, void* ptr) { in crossVerifyStringIdItem()
564 static void* swapTypeIdItem(const CheckState* state, void* ptr) { in swapTypeIdItem()
574 static void* crossVerifyTypeIdItem(const CheckState* state, void* ptr) { in crossVerifyTypeIdItem()
598 static void* swapProtoIdItem(const CheckState* state, void* ptr) { in swapProtoIdItem()
655 static void* crossVerifyProtoIdItem(const CheckState* state, void* ptr) { in crossVerifyProtoIdItem()
748 static void* swapFieldIdItem(const CheckState* state, void* ptr) { in swapFieldIdItem()
760 static void* crossVerifyFieldIdItem(const CheckState* state, void* ptr) { in crossVerifyFieldIdItem()
820 static void* swapMethodIdItem(const CheckState* state, void* ptr) { in swapMethodIdItem()
832 static void* crossVerifyMethodIdItem(const CheckState* state, void* ptr) { in crossVerifyMethodIdItem()
886 static void* swapClassDefItem(const CheckState* state, void* ptr) { in swapClassDefItem()
915 static bool verifyClassDataIsForDef(const CheckState* state, u4 offset, in verifyClassDataIsForDef()
944 static bool verifyAnnotationsDirectoryIsForDef(const CheckState* state, in verifyAnnotationsDirectoryIsForDef()
958 static void* crossVerifyClassDefItem(const CheckState* state, void* ptr) { in crossVerifyClassDefItem()
1050 static void* crossVerifyCallSiteId(const CheckState* state, void* ptr) { in crossVerifyCallSiteId()
1065 static void* crossVerifyMethodHandleItem(const CheckState* state, void* ptr) { in crossVerifyMethodHandleItem()
1102 static u1* swapFieldAnnotations(const CheckState* state, u4 count, u1* addr) { in swapFieldAnnotations()
1132 static u1* swapMethodAnnotations(const CheckState* state, u4 count, u1* addr) { in swapMethodAnnotations()
1162 static u1* swapParameterAnnotations(const CheckState* state, u4 count, in swapParameterAnnotations()
1192 static void* swapAnnotationsDirectoryItem(const CheckState* state, void* ptr) { in swapAnnotationsDirectoryItem()
1227 static void* swapCallSiteId(const CheckState* state, void* ptr) { in swapCallSiteId()
1236 static void* swapMethodHandleItem(const CheckState* state, void* ptr) { in swapMethodHandleItem()
1249 static const u1* crossVerifyFieldAnnotations(const CheckState* state, u4 count, in crossVerifyFieldAnnotations()
1269 static const u1* crossVerifyMethodAnnotations(const CheckState* state, in crossVerifyMethodAnnotations()
1289 static const u1* crossVerifyParameterAnnotations(const CheckState* state, in crossVerifyParameterAnnotations()
1311 static u4 findFirstAnnotationsDirectoryDefiner(const CheckState* state, in findFirstAnnotationsDirectoryDefiner()
1341 static void* crossVerifyAnnotationsDirectoryItem(const CheckState* state, in crossVerifyAnnotationsDirectoryItem()
1381 static void* swapTypeList(const CheckState* state, void* ptr) in swapTypeList()
1405 static void* swapAnnotationSetRefList(const CheckState* state, void* ptr) { in swapAnnotationSetRefList()
1427 static void* crossVerifyAnnotationSetRefList(const CheckState* state, in crossVerifyAnnotationSetRefList()
1446 static void* swapAnnotationSetItem(const CheckState* state, void* ptr) { in swapAnnotationSetItem()
1475 static void* crossVerifyAnnotationSetItem(const CheckState* state, void* ptr) { in crossVerifyAnnotationSetItem()
1507 static bool verifyFields(const CheckState* state, u4 size, in verifyFields()
1534 static bool verifyMethods(const CheckState* state, u4 size, in verifyMethods()
1583 static bool verifyClassDataItem0(const CheckState* state, in verifyClassDataItem0()
1623 static void* intraVerifyClassDataItem(const CheckState* state, void* ptr) { in intraVerifyClassDataItem()
1646 static u4 findFirstClassDataDefiner(const CheckState* state, in findFirstClassDataDefiner()
1676 static void* crossVerifyClassDataItem(const CheckState* state, void* ptr) { in crossVerifyClassDataItem()
1723 static u4 setHandlerOffsAndVerify(const CheckState* state, in setHandlerOffsAndVerify()
1801 static void* swapTriesAndCatches(const CheckState* state, DexCode* code) { in swapTriesAndCatches()
1877 static void* swapCodeItem(const CheckState* state, void* ptr) { in swapCodeItem()
1938 static void* intraVerifyStringDataItem(const CheckState* state, void* ptr) { in intraVerifyStringDataItem()
2039 static void* intraVerifyDebugInfoItem(const CheckState* state, void* ptr) { in intraVerifyDebugInfoItem()
2188 static u4 readUnsignedLittleEndian(const CheckState* state, const u1** pData, in readUnsignedLittleEndian()
2206 static const u1* verifyEncodedArray(const CheckState* state, in verifyEncodedArray()
2227 static u4 numberOfMethodHandles(const CheckState* state) { in numberOfMethodHandles()
2236 static const u1* verifyEncodedValue(const CheckState* state, in verifyEncodedValue()
2374 static const u1* verifyEncodedAnnotation(const CheckState* state, in verifyEncodedAnnotation()
2442 static void* intraVerifyEncodedArrayItem(const CheckState* state, void* ptr) { in intraVerifyEncodedArrayItem()
2447 static void* intraVerifyAnnotationItem(const CheckState* state, void* ptr) { in intraVerifyAnnotationItem()
2477 static bool iterateSectionWithOptionalUpdate(CheckState* state, in iterateSectionWithOptionalUpdate()
2537 static bool iterateSection(CheckState* state, u4 offset, u4 count, in iterateSection()
2547 static bool checkBoundsAndIterateSection(CheckState* state, in checkBoundsAndIterateSection()
2569 static bool iterateDataSection(CheckState* state, u4 offset, u4 count, in iterateDataSection()
2603 static bool swapEverythingButHeaderAndMap(CheckState* state, in swapEverythingButHeaderAndMap()
2789 static bool crossVerifyEverything(CheckState* state, DexMapList* pMap) in crossVerifyEverything()
2935 CheckState state; in dexSwapAndVerify() local