• Home
  • Raw
  • Download

Lines Matching refs:gOptions

57 struct Options gOptions;  variable
478 if (gOptions.outputFormat == OUTPUT_PLAIN) { in dumpEncodedValue()
724 if (gOptions.outputFormat == OUTPUT_PLAIN) { in dumpInterface()
1181 if (gOptions.disassemble) { in dumpCode()
1202 if (gOptions.exportsOnly && (flags & (kAccPublic | kAccProtected)) == 0) { in dumpMethod()
1213 if (gOptions.outputFormat == OUTPUT_PLAIN) { in dumpMethod()
1224 if (gOptions.disassemble) { in dumpMethod()
1227 } else if (gOptions.outputFormat == OUTPUT_XML) { in dumpMethod()
1307 if (gOptions.exportsOnly && (flags & (kAccPublic | kAccProtected)) == 0) { in dumpSField()
1317 if (gOptions.outputFormat == OUTPUT_PLAIN) { in dumpSField()
1327 } else if (gOptions.outputFormat == OUTPUT_XML) { in dumpSField()
1406 if (gOptions.exportsOnly && (pClassDef.access_flags_ & kAccPublic) == 0) { in dumpClass()
1410 if (gOptions.showSectionHeaders) { in dumpClass()
1414 if (gOptions.showAnnotations) { in dumpClass()
1418 if (gOptions.showCfg) { in dumpClass()
1432 } else if (gOptions.outputFormat == OUTPUT_XML) { in dumpClass()
1471 if (gOptions.outputFormat == OUTPUT_PLAIN) { in dumpClass()
1507 if (gOptions.outputFormat == OUTPUT_PLAIN) { in dumpClass()
1521 if (gOptions.outputFormat == OUTPUT_PLAIN) { in dumpClass()
1533 if (gOptions.outputFormat == OUTPUT_PLAIN) { in dumpClass()
1544 if (gOptions.outputFormat == OUTPUT_PLAIN) { in dumpClass()
1555 if (gOptions.outputFormat == OUTPUT_PLAIN) { in dumpClass()
1567 if (gOptions.outputFormat == OUTPUT_PLAIN) { in dumpClass()
1576 } else if (gOptions.outputFormat == OUTPUT_XML) { in dumpClass()
1661 if (gOptions.outputFormat == OUTPUT_PLAIN) { in dumpMethodHandle()
1695 if (gOptions.outputFormat == OUTPUT_PLAIN) { in dumpCallSite()
1789 if (gOptions.outputFormat == OUTPUT_PLAIN) { in dumpCallSite()
1801 if (gOptions.outputFormat == OUTPUT_XML) { in dumpCallSite()
1811 if (gOptions.verbose) { in processDexFile()
1821 if (gOptions.showFileHeaders) { in processDexFile()
1826 if (gOptions.outputFormat == OUTPUT_XML) { in processDexFile()
1854 if (gOptions.outputFormat == OUTPUT_XML) { in processDexFile()
1863 if (gOptions.verbose) { in processFile()
1869 const bool kVerifyChecksum = !gOptions.ignoreBadChecksum; in processFile()
1882 if (gOptions.checksumOnly) { in processFile()