Home | History | Annotate | Download | only in libdex

Lines Matching refs:annotationsOff

287     u4  annotationsOff;     /* file offset to annotations_directory_item */
363 u4 annotationsOff; /* offset to DexAnnotationSetItem */
371 u4 annotationsOff; /* offset to DexAnnotationSetItem */
379 u4 annotationsOff; /* offset to DexAnotationSetRefList */
386 u4 annotationsOff; /* offset to DexAnnotationSetItem */
709 if (pClassDef->annotationsOff == 0)
712 (pDexFile->baseAddr + pClassDef->annotationsOff);
847 return dexGetAnnotationSetItem(pDexFile, pItem->annotationsOff);
877 return dexGetAnnotationSetItem(pDexFile, pItem->annotationsOff);
909 (pDexFile->baseAddr + pItem->annotationsOff);
916 if (pItem->annotationsOff == 0)
933 return dexGetAnnotationSetItem(pDexFile, pItem->annotationsOff);