Searched refs:mprotectAndPatchFunction (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/compiler-rt/lib/xray/ |
| H A D | xray_interface.cpp | 439 XRayPatchingStatus mprotectAndPatchFunction(int32_t FuncId, int32_t ObjId, in mprotectAndPatchFunction() function 590 return mprotectAndPatchFunction(FnId, ObjId, true); in __xray_patch_function() 596 return mprotectAndPatchFunction(FuncId, ObjId, true); in __xray_patch_function_in_object() 604 return mprotectAndPatchFunction(FnId, ObjId, false); in __xray_unpatch_function() 610 return mprotectAndPatchFunction(FuncId, ObjId, false); in __xray_unpatch_function_in_object()
|