Lines Matching refs:annotationsOff
372 u4 annotationsOff; /* file offset to annotations_directory_item */ member
480 u4 annotationsOff; /* offset to DexAnnotationSetItem */ member
488 u4 annotationsOff; /* offset to DexAnnotationSetItem */ member
496 u4 annotationsOff; /* offset to DexAnotationSetRefList */ member
503 u4 annotationsOff; /* offset to DexAnnotationSetItem */ member
830 if (pClassDef->annotationsOff == 0) in dexGetAnnotationsDirectoryItem()
833 (pDexFile->baseAddr + pClassDef->annotationsOff); in dexGetAnnotationsDirectoryItem()
942 return dexGetAnnotationSetItem(pDexFile, pItem->annotationsOff); in dexGetFieldAnnotationSetItem()
974 return dexGetAnnotationSetItem(pDexFile, pItem->annotationsOff); in dexGetMethodAnnotationSetItem()
1007 if (pItem->annotationsOff == 0) { in dexGetParameterAnnotationSetRefList()
1010 return (const DexAnnotationSetRefList*) (pDexFile->baseAddr + pItem->annotationsOff); in dexGetParameterAnnotationSetRefList()
1017 if (pItem->annotationsOff == 0) { in dexGetParameterAnnotationSetRefSize()
1035 return dexGetAnnotationSetItem(pDexFile, pItem->annotationsOff); in dexGetSetRefItemItem()