Home | History | Annotate | Download | only in AppleObjCRuntime

Lines Matching refs:Printf

53     extern int printf(const char *format, ...);                                                                 \n\
87 printf (\"\\n*** Called with obj: 0x%p sel: 0x%p is_stret: %d is_super: %d, \" \n\
108 printf (\"Found a class object, need to return the meta class 0x%p -> 0x%p\\n\", \n\
115 printf (\"[object class] returned: 0x%p.\\n\", class_ptr); \n\
131 printf (\"\\n*** Got fixed up selector: 0x%p for name %s.\\n\", \n\
151 printf (\"\\n*** Returning implementation: 0x%p.\\n\", return_struct.impl_addr); \n\
161 extern int printf(const char *format, ...); \n\
195 printf (\"\\n*** Called with obj: 0x%p sel: 0x%p is_stret: %d is_super: %d, \" \n\
216 printf (\"Found a class object, need to return the meta class 0x%p -> 0x%p\\n\", \n\
223 printf (\"[object class] returned: 0x%p.\\n\", class_ptr); \n\
239 printf (\"\\n*** Got fixed up selector: 0x%p for name %s.\\n\", \n\
251 printf (\"\\n*** Returning implementation: 0x%p.\\n\", return_struct.impl_addr); \n\
407 s.Printf ("Header addr: 0x%" PRIx64 " Code start: 0x%" PRIx64 " Code End: 0x%" PRIx64 " Next: 0x%" PRIx64 "\n",
413 s.Printf ("Code start: 0x%" PRIx64 " Flags: %d\n", m_descriptors[i].code_start, m_descriptors[i].flags);
583 log->Printf("Read vtable region: \n%s", s.GetData());
667 process_sp->GetTarget().GetDebugger().GetErrorStream().Printf("Could not find implementation lookup function \"%s\""
745 //printf ("Getting address for our_utility_function: 0x%" PRIx64 ".\n", addr);
749 //printf ("Could not find implementation function address.\n");
762 log->Printf ("Failed to install implementation lookup: %s.", errors.GetData());
770 log->Printf("No method lookup implementation code.");
771 errors.Printf ("No method lookup implementation code found.");
799 log->Printf ("Error compiling function: \"%s\".", errors.GetData());
807 log->Printf ("Error Inserting function: \"%s\".", errors.GetData());
822 log->Printf ("Error writing function arguments: \"%s\".", errors.GetData());
926 log->Printf("Asked to step to dispatch to nil object, returning empty plan.");
966 log->Printf("Failed to extract the super class value from the class in objc_super.");
972 log->Printf("Failed to extract the class value from objc_super.");
992 log->Printf("Failed to extract the class value from objc_super.");
1018 log->Printf("Failed to extract the isa value from object.");
1030 log->Printf("Resolving call for class - 0x%" PRIx64 " and selector - 0x%" PRIx64,
1044 log->Printf ("Found implementation address in cache: 0x%" PRIx64, impl_addr);
1135 log->Printf("Using ObjC step plan: %s.\n", s.GetData());