Home | History | Annotate | Download | only in libdex

Lines Matching defs:annotationsOff

310     u4  annotationsOff;     /* file offset to annotations_directory_item */
386 u4 annotationsOff; /* offset to DexAnnotationSetItem */
394 u4 annotationsOff; /* offset to DexAnnotationSetItem */
402 u4 annotationsOff; /* offset to DexAnotationSetRefList */
409 u4 annotationsOff; /* offset to DexAnnotationSetItem */
736 if (pClassDef->annotationsOff == 0)
739 (pDexFile->baseAddr + pClassDef->annotationsOff);
846 return dexGetAnnotationSetItem(pDexFile, pItem->annotationsOff);
876 return dexGetAnnotationSetItem(pDexFile, pItem->annotationsOff);
907 if (pItem->annotationsOff == 0) {
910 return (const DexAnnotationSetRefList*) (pDexFile->baseAddr + pItem->annotationsOff);
917 if (pItem->annotationsOff == 0) {
935 return dexGetAnnotationSetItem(pDexFile, pItem->annotationsOff);