Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/
H A Dxray_interface_internal.h60 bool patchFunctionEntry(bool Enable, uint32_t FuncId, const XRaySledEntry &Sled,
H A Dxray_powerpc64.cc53 bool patchFunctionEntry(const bool Enable, uint32_t FuncId, in patchFunctionEntry() function
H A Dxray_AArch64.cc93 bool patchFunctionEntry(const bool Enable, const uint32_t FuncId, in patchFunctionEntry() function
H A Dxray_interface.cc155 Success = patchFunctionEntry(Enable, FuncId, Sled, __xray_FunctionEntry); in patchSled()
164 Success = patchFunctionEntry(Enable, FuncId, Sled, __xray_ArgLoggerEntry); in patchSled()
H A Dxray_arm.cc130 bool patchFunctionEntry(const bool Enable, const uint32_t FuncId, in patchFunctionEntry() function
H A Dxray_mips.cc137 bool patchFunctionEntry(const bool Enable, const uint32_t FuncId, in patchFunctionEntry() function
H A Dxray_mips64.cc146 bool patchFunctionEntry(const bool Enable, const uint32_t FuncId, in patchFunctionEntry() function
H A Dxray_x86_64.cc130 bool patchFunctionEntry(const bool Enable, const uint32_t FuncId, in patchFunctionEntry() function