Home
last modified time | relevance | path

Searched refs:XRayPatchingStatus (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/compiler-rt/lib/xray/
H A Dxray_interface.cc199 return XRayPatchingStatus::NOT_INITIALIZED; in patchFunction()
205 return XRayPatchingStatus::FAILED; in patchFunction()
222 return XRayPatchingStatus::FAILED; in patchFunction()
225 return XRayPatchingStatus::SUCCESS; in patchFunction()
283 return XRayPatchingStatus::FAILED; in controlPatching()
293 return XRayPatchingStatus::FAILED; in controlPatching()
310 return XRayPatchingStatus::SUCCESS; in controlPatching()
325 return XRayPatchingStatus::FAILED; in mprotectAndPatchFunction()
333 return XRayPatchingStatus::FAILED; in mprotectAndPatchFunction()
358 return XRayPatchingStatus::FAILED; in mprotectAndPatchFunction()
[all …]
/freebsd-12.1/contrib/compiler-rt/include/xray/
H A Dxray_interface.h89 enum XRayPatchingStatus { enum
98 extern XRayPatchingStatus __xray_patch();
102 extern XRayPatchingStatus __xray_unpatch();
106 extern XRayPatchingStatus __xray_patch_function(int32_t FuncId);
110 extern XRayPatchingStatus __xray_unpatch_function(int32_t FuncId);