Home
last modified time | relevance | path

Searched refs:patchSled (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/
H A Dxray_AArch64.cc35 inline static bool patchSled(const bool Enable, const uint32_t FuncId, in patchSled() function
96 return patchSled(Enable, FuncId, Sled, Trampoline); in patchFunctionEntry()
101 return patchSled(Enable, FuncId, Sled, __xray_FunctionExit); in patchFunctionExit()
106 return patchSled(Enable, FuncId, Sled, __xray_FunctionTailExit); in patchFunctionTailExit()
H A Dxray_arm.cc77 inline static bool patchSled(const bool Enable, const uint32_t FuncId, in patchSled() function
133 return patchSled(Enable, FuncId, Sled, Trampoline); in patchFunctionEntry()
138 return patchSled(Enable, FuncId, Sled, __xray_FunctionExit); in patchFunctionExit()
143 return patchSled(Enable, FuncId, Sled, __xray_FunctionTailExit); in patchFunctionTailExit()
H A Dxray_mips.cc53 inline static bool patchSled(const bool Enable, const uint32_t FuncId, in patchSled() function
140 return patchSled(Enable, FuncId, Sled, Trampoline); in patchFunctionEntry()
145 return patchSled(Enable, FuncId, Sled, __xray_FunctionExit); in patchFunctionExit()
152 return patchSled(Enable, FuncId, Sled, __xray_FunctionExit); in patchFunctionTailExit()
H A Dxray_mips64.cc54 inline static bool patchSled(const bool Enable, const uint32_t FuncId, in patchSled() function
149 return patchSled(Enable, FuncId, Sled, Trampoline); in patchFunctionEntry()
154 return patchSled(Enable, FuncId, Sled, __xray_FunctionExit); in patchFunctionExit()
161 return patchSled(Enable, FuncId, Sled, __xray_FunctionExit); in patchFunctionTailExit()
H A Dxray_interface.cc150 bool patchSled(const XRaySledEntry &Sled, bool Enable, in patchSled() function
215 SucceedOnce |= patchSled(*f++, Enable, FuncId); in patchFunction()
305 patchSled(Sled, Enable, FuncId); in controlPatching()