Home
last modified time | relevance | path

Searched refs:patchFunctionExit (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/
H A Dxray_powerpc64.cc71 bool patchFunctionExit(const bool Enable, uint32_t FuncId, in patchFunctionExit() function
90 return patchFunctionExit(Enable, FuncId, Sled); in patchFunctionTailExit()
H A Dxray_interface_internal.h62 bool patchFunctionExit(bool Enable, uint32_t FuncId, const XRaySledEntry &Sled);
H A Dxray_AArch64.cc99 bool patchFunctionExit(const bool Enable, const uint32_t FuncId, in patchFunctionExit() function
H A Dxray_arm.cc136 bool patchFunctionExit(const bool Enable, const uint32_t FuncId, in patchFunctionExit() function
H A Dxray_mips.cc143 bool patchFunctionExit(const bool Enable, const uint32_t FuncId, in patchFunctionExit() function
H A Dxray_mips64.cc152 bool patchFunctionExit(const bool Enable, const uint32_t FuncId, in patchFunctionExit() function
H A Dxray_x86_64.cc177 bool patchFunctionExit(const bool Enable, const uint32_t FuncId, in patchFunctionExit() function
H A Dxray_interface.cc158 Success = patchFunctionExit(Enable, FuncId, Sled); in patchSled()