Lines Matching full:printf
356 * to printf format chars or an ASCII filler ('.' or '?').
401 printf("Optimized DEX file header:\n");
404 printf("magic : '%s'\n", sanitized);
405 printf("dex_offset : %d (0x%06x)\n",
407 printf("dex_length : %d\n", pOptHeader->dexLength);
408 printf("deps_offset : %d (0x%06x)\n",
410 printf("deps_length : %d\n", pOptHeader->depsLength);
411 printf("opt_offset : %d (0x%06x)\n",
413 printf("opt_length : %d\n", pOptHeader->optLength);
414 printf("flags : %08x\n", pOptHeader->flags);
415 printf("checksum : %08x\n", pOptHeader->checksum);
416 printf("\n");
419 printf("DEX file header:\n");
421 printf("magic : '%s'\n", sanitized);
422 printf("checksum : %08x\n", pHeader->checksum);
423 printf("signature : %02x%02x...%02x%02x\n",
427 printf("file_size : %d\n", pHeader->fileSize);
428 printf("header_size : %d\n", pHeader->headerSize);
429 printf("link_size : %d\n", pHeader->linkSize);
430 printf("link_off : %d (0x%06x)\n",
432 printf("string_ids_size : %d\n", pHeader->stringIdsSize);
433 printf("string_ids_off : %d (0x%06x)\n",
435 printf("type_ids_size : %d\n", pHeader->typeIdsSize);
436 printf("type_ids_off : %d (0x%06x)\n",
438 printf("field_ids_size : %d\n", pHeader->fieldIdsSize);
439 printf("field_ids_off : %d (0x%06x)\n",
441 printf("method_ids_size : %d\n", pHeader->methodIdsSize);
442 printf("method_ids_off : %d (0x%06x)\n",
444 printf("class_defs_size : %d\n", pHeader->classDefsSize);
445 printf("class_defs_off : %d (0x%06x)\n",
447 printf("data_size : %d\n", pHeader->dataSize);
448 printf("data_off : %d (0x%06x)\n",
450 printf("\n");
462 printf("OPT section contents:\n");
467 printf("(1.0 format, only class lookup table is present)\n\n");
492 printf("Chunk %08x (%c%c%c%c) - %s (%d bytes)\n", *pOpt,
499 printf("\n");
520 printf("Class #%d header:\n", idx);
521 printf("class_idx : %d\n", pClassDef->classIdx);
522 printf("access_flags : %d (0x%04x)\n",
524 printf("superclass_idx : %d\n", pClassDef->superclassIdx);
525 printf("interfaces_off : %d (0x%06x)\n",
527 printf("source_file_idx : %d\n", pClassDef->sourceFileIdx);
528 printf("annotations_off : %d (0x%06x)\n",
530 printf("class_data_off : %d (0x%06x)\n",
532 printf("static_fields_size : %d\n", pClassData->header.staticFieldsSize);
533 printf("instance_fields_size: %d\n",
535 printf
536 printf("virtual_methods_size: %d\n",
538 printf("\n");
553 printf(" #%d : '%s'\n", i, interfaceName);
556 printf("<implements name=\"%s\">\n</implements>\n", dotted);
569 printf(" catches : (none)\n");
573 printf(" catches : %d\n", triesSize);
584 printf(" 0x%04x - 0x%04x\n", start, end);
599 printf(" %s -> 0x%04x\n", descriptor,
607 printf(" 0x%04x line=%d\n", address, lineNum);
617 printf(" positions : \n");
631 printf(" 0x%04x - 0x%04x reg=%d %s %s %s\n",
642 printf(" locals : \n");
851 printf("%06x:", ((u1*)insns - pDexFile->baseAddr) + insnIdx*2);
855 printf(" ... ");
859 printf(" %02x%02x", bytePtr[0], bytePtr[1]);
869 printf("|%04x: packed-switch-data (%d units)",
872 printf("|%04x: sparse-switch-data (%d units)",
875 printf("|%04x: array-data (%d units)",
878 printf("|%04x: nop // spacer", insnIdx);
881 printf("|%04x: %s", insnIdx, dexGetOpcodeName(pDecInsn->opcode));
893 printf(" v%d, v%d", pDecInsn->vA, pDecInsn->vB);
896 printf(" v%d, #int %d // #%x",
900 printf(" v%d", pDecInsn->vA);
906 printf(" %04x // %c%04x",
913 printf(" v%d, v%d", pDecInsn->vA, pDecInsn->vB);
918 printf(" v%d, %04x // %c%04x", pDecInsn->vA,
925 printf(" v%d, #int %d // #%x",
932 printf(" v%d, #int %d // #%x",
936 printf(" v%d, #long %lld // #%x",
943 printf(" v%d, %s", pDecInsn->vA, indexBuf);
947 printf(" v%d, v%d, v%d", pDecInsn->vA, pDecInsn->vB, pDecInsn->vC);
950 printf(" v%d, v%d, #int %d // #%02x",
956 printf(" v%d, v%d, %04x // %c%04x", pDecInsn->vA, pDecInsn->vB,
964 printf(" v%d, v%d, #int %d // #%04x",
970 printf(" v%d, v%d, %s", pDecInsn->vA, pDecInsn->vB, indexBuf);
973 printf(" #%08x", pDecInsn->vA);
983 printf(" v%d, #float %f // #%08x",
988 printf(" v%d, %08x // +%08x",
992 printf(" v%d, v%d", pDecInsn->vA, pDecInsn->vB);
1001 printf("v%d", pDecInsn->arg[i]);
1003 printf(", v%d", pDecInsn->arg[i]);
1005 printf("}, %s", indexBuf);
1020 printf("v%d", pDecInsn->vC + i);
1022 printf(", v%d", pDecInsn->vC + i);
1024 printf("}, %s", indexBuf);
1035 printf(" v%d, #double %f // #%016llx",
1042 printf(" ???");
1072 printf("%06x: |[%06x] %s.%s:%s\n",
1128 printf(" registers : %d\n", pCode->registersSize);
1129 printf(" ins : %d\n", pCode->insSize);
1130 printf(" outs : %d\n", pCode->outsSize);
1131 printf(" insns size : %d 16-bit code units\n", pCode->insnsSize);
1169 printf(" #%d : (in %s)\n", i, backDescriptor);
1170 printf(" name : '%s'\n", name);
1171 printf(" type : '%s'\n", typeDescriptor);
1172 printf(" access : 0x%04x (%s)\n",
1176 printf(" code : (none)\n");
1178 printf(" code -\n");
1191 printf("<constructor name=\"%s\"\n", tmp);
1195 printf(" type=\"%s\"\n", tmp);
1198 printf("<method name=\"%s\"\n", name);
1208 printf(" return=\"%s\"\n", tmp);
1211 printf(" abstract=%s\n",
1213 printf(" native=%s\n",
1219 printf(" synchronized=%s\n", quotedBool(isSync));
1222 printf(" static=%s\n",
1224 printf(" final=%s\n",
1227 printf(" visibility=%s\n",
1230 printf(">\n");
1269 printf("<parameter name=\"arg%d\" type=\"%s\">\n</parameter>\n",
1275 printf("</constructor>\n");
1277 printf("</method>\n");
1310 printf(" #%d : (in %s)\n", i, backDescriptor);
1311 printf(" name : '%s'\n", name);
1312 printf(" type : '%s'\n", typeDescriptor);
1313 printf(" access : 0x%04x (%s)\n",
1318 printf("<field name=\"%s\"\n", name);
1321 printf(" type=\"%s\"\n", tmp);
1324 printf(" transient=%s\n",
1326 printf(" volatile=%s\n",
1329 printf(" static=%s\n",
1331 printf(" final=%s\n",
1334 printf(" visibility=%s\n",
1336 printf(">\n</field>\n");
1373 //printf("<!-- omitting non-public class %s -->\n",
1382 printf("Trouble reading class data (#%d)\n", idx);
1424 printf("</package>\n");
1425 printf("<package name=\"%s\"\n>\n", mangle);
1443 printf("Class #%d -\n", idx);
1444 printf(" Class descriptor : '%s'\n", classDescriptor);
1445 printf(" Access flags : 0x%04x (%s)\n",
1449 printf(" Superclass : '%s'\n", superclassDescriptor);
1451 printf(" Interfaces -\n");
1456 printf("<class name=\"%s\"\n", tmp);
1461 printf(" extends=\"%s\"\n", tmp);
1464 printf(" abstract=%s\n",
1466 printf(" static=%s\n",
1468 printf(" final=%s\n",
1471 printf(" visibility=%s\n",
1473 printf(">\n");
1482 printf(" Static fields -\n");
1488 printf(" Instance fields -\n");
1494 printf(" Direct methods -\n");
1500 printf(" Virtual methods -\n");
1513 printf(" source_file_idx : %d (%s)\n",
1515 printf("\n");
1519 printf("</class>\n");
1565 printf(" (differential compression %d -> %d [%d -> %d])\n",
1591 printf(" #%d: 0x%08x %s\n", idx, offset, name);
1599 printf(" (no map)\n");
1609 printf(" (unknown format %d!)\n", format);
1628 printf(" %4x:", addr);
1630 printf(" %02x", *data++);
1632 printf("\n");
1660 printf("No register maps found\n");
1669 printf("RMAP begins at offset 0x%07x\n", baseFileOffset);
1670 printf("Maps for %d classes\n", numClasses);
1678 printf("%4d: +%d (0x%08x) %s\n", idx, classOffsets[idx],
1707 printf("NOTE: method count discrepancy (%d != %d + %d)\n",
1713 printf(" direct methods: %d\n",
1719 printf(" virtual methods: %d\n",
1738 printf("Opened '%s', DEX version '%.3s'\n", fileName,
1753 printf("<api>\n");
1764 printf("</package>\n");
1769 printf("</api>\n");
1784 printf("Processing '%s'...\n", fileName);
1802 printf("Checksum verified\n");