Searched refs:gOptions (Results 1 – 5 of 5) sorted by relevance
63 memset(&gOptions, 0, sizeof(gOptions)); in dexdumpDriver()64 gOptions.verbose = true; in dexdumpDriver()74 gOptions.showAnnotations = true; in dexdumpDriver()77 gOptions.checksumOnly = true; in dexdumpDriver()80 gOptions.disassemble = true; in dexdumpDriver()83 gOptions.exportsOnly = true; in dexdumpDriver()86 gOptions.showFileHeaders = true; in dexdumpDriver()89 gOptions.showCfg = true; in dexdumpDriver()105 gOptions.verbose = false; in dexdumpDriver()124 if (gOptions.checksumOnly && gOptions.ignoreBadChecksum) { in dexdumpDriver()[all …]
65 struct Options gOptions; variable1215 if (gOptions.disassemble) { in dumpCode()1278 if (gOptions.showSectionHeaders) { in dumpMethod()1297 if (gOptions.disassemble) { in dumpMethod()1461 if (gOptions.showSectionHeaders) { in dumpClass()1465 if (gOptions.showAnnotations) { in dumpClass()1469 if (gOptions.showCfg) { in dumpClass()1819 if (gOptions.verbose) { in processDexFile()1829 if (gOptions.showFileHeaders) { in processDexFile()1861 if (gOptions.verbose) { in processFile()[all …]
56 extern struct Options gOptions;
48 } gOptions; variable102 if (gOptions.methodToFind != nullptr && in dumpMethod()212 memset(&gOptions, 0, sizeof(gOptions)); in dexlistDriver()222 gOptions.outputFileName = optarg; in dexlistDriver()229 gOptions.argCopy = strdup(optarg); in dexlistDriver()236 gOptions.classToFind = gOptions.argCopy; in dexlistDriver()237 gOptions.methodToFind = meth + 1; in dexlistDriver()254 free(gOptions.argCopy); in dexlistDriver()259 if (gOptions.outputFileName) { in dexlistDriver()263 free(gOptions.argCopy); in dexlistDriver()[all …]
239 static Options gOptions; variable1353 if (gOptions.outputHtml) { in printExclusiveProfile()1373 if (gOptions.outputHtml) { in printExclusiveProfile()1378 if (gOptions.outputHtml) { in printExclusiveProfile()1412 if (gOptions.outputHtml) { in printExclusiveProfile()1495 if (gOptions.outputHtml) { in printInclusiveProfile()1510 if (gOptions.outputHtml) { in printInclusiveProfile()2552 gOptions.dump = 1; in parseOptions()2571 gOptions.threshold = -1; in main()2578 if (gOptions.threshold < 0 || 100 <= gOptions.threshold) { in main()[all …]