Lines Matching refs:printf

46     printf("- %" PRId64, -value);  in PrintSignedValue()
48 printf("+ %" PRId64, value); in PrintSignedValue()
63 printf(" %s\n", line.c_str()); in PrintExpression()
71 printf(" No fde found.\n"); in PrintRegInformation()
77 printf(" Cannot get location information.\n"); in PrintRegInformation()
97 printf(" cfa = "); in PrintRegInformation()
99 printf(" r%d = ", entry.first); in PrintRegInformation()
103 printf("[cfa "); in PrintRegInformation()
105 printf("]\n"); in PrintRegInformation()
109 printf("cfa "); in PrintRegInformation()
111 printf("\n"); in PrintRegInformation()
115 printf("r%" PRId64 " ", loc->values[0]); in PrintRegInformation()
117 printf("\n"); in PrintRegInformation()
121 printf("EXPRESSION\n"); in PrintRegInformation()
127 printf("VAL EXPRESSION\n"); in PrintRegInformation()
133 printf("%" PRId64 " (pseudo)\n", loc->values[0]); in PrintRegInformation()
138 printf("undefine\n"); in PrintRegInformation()
142 printf("INVALID\n"); in PrintRegInformation()
149 printf("\nArm exidx:\n"); in PrintArmRegInformation()
163 printf(" Error trying to extract data.\n"); in PrintArmRegInformation()
170 printf(" Error tring to evaluate exidx data.\n"); in PrintArmRegInformation()
177 printf("%s is not a valid elf file.\n", file); in GetInfo()
184 printf("PC is less than load bias.\n"); in GetInfo()
190 printf("Soname: %s\n\n", soname.c_str()); in GetInfo()
193 printf("PC 0x%" PRIx64, pc); in GetInfo()
197 printf(" (%s)", function_name.c_str()); in GetInfo()
199 printf(":\n"); in GetInfo()
207 printf("\neh_frame:\n"); in GetInfo()
210 printf("\nno eh_frame information\n"); in GetInfo()
215 printf("\ndebug_frame:\n"); in GetInfo()
217 printf("\n"); in GetInfo()
219 printf("\nno debug_frame information\n"); in GetInfo()
227 printf("\ngnu_debugdata (eh_frame):\n"); in GetInfo()
230 printf("\n"); in GetInfo()
232 printf("\nno gnu_debugdata (eh_frame)\n"); in GetInfo()
237 printf("\ngnu_debugdata (debug_frame):\n"); in GetInfo()
240 printf("\n"); in GetInfo()
242 printf("\nno gnu_debugdata (debug_frame)\n"); in GetInfo()
245 printf("\nno valid gnu_debugdata information\n"); in GetInfo()
255 printf("Usage: unwind_reg_info ELF_FILE PC [OFFSET]\n"); in main()
256 printf(" ELF_FILE\n"); in main()
257 printf(" The path to an elf file.\n"); in main()
258 printf(" PC\n"); in main()
259 printf(" The pc for which the register information should be obtained.\n"); in main()
260 printf(" OFFSET\n"); in main()
261 printf(" Use the offset into the ELF file as the beginning of the elf.\n"); in main()
267 printf("Cannot stat %s: %s\n", argv[1], strerror(errno)); in main()
271 printf("%s is not a regular file.\n", argv[1]); in main()
279 printf("Malformed OFFSET value: %s\n", argv[2]); in main()
288 printf("Malformed OFFSET value: %s\n", argv[3]); in main()