Lines Matching refs:Report
127 Report("XRay: cannot change code protection: %s\n", in MakeWriteable()
148 Report("XRay: cannot change code protection: %s\n", in ~MProtectHelper()
194 Report("Unsupported sled kind '%" PRIu64 "' @%04x\n", Sled.Address, in patchSled()
242 Report("Unable to patch function: invalid sled map index: %d", ObjId); in patchFunction()
254 Report("Invalid function id provided: %d\n", FuncId); in patchFunction()
261 Report("Invalid function id provided: %d\n", FuncId); in patchFunction()
284 Report("Failed patching any sled for function '%d'.", FuncId); in patchFunction()
302 Report("Unable to patch functions: invalid sled map index: %d\n", ObjId); in controlPatchingObjectUnchecked()
311 Report("Patching object %d with %d functions.\n", ObjId, InstrMap.Entries); in controlPatchingObjectUnchecked()
315 Report("Object is not loaded at index: %d\n", ObjId); in controlPatchingObjectUnchecked()
344 Report("System page size is not a power of two: %zu\n", PageSize); in controlPatchingObjectUnchecked()
355 Report("Failed mprotect: %d\n", errno); in controlPatchingObjectUnchecked()
446 Report("Unable to patch function: invalid sled map index: %d\n", ObjId); in mprotectAndPatchFunction()
454 Report("Object is not loaded at index: %d\n", ObjId); in mprotectAndPatchFunction()
461 Report("Invalid function id provided: %d\n", FuncId); in mprotectAndPatchFunction()
469 Report("Provided page size is not a power of two: %zu\n", PageSize); in mprotectAndPatchFunction()
501 Report("Failed mprotect: %d\n", errno); in mprotectAndPatchFunction()
640 Report("Unable to determine function address: invalid sled map index %d " in __xray_function_address_in_object()