Searched refs:patchFunctionEntry (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/ |
H A D | xray_interface_internal.h | 60 bool patchFunctionEntry(bool Enable, uint32_t FuncId, const XRaySledEntry &Sled,
|
H A D | xray_powerpc64.cc | 53 bool patchFunctionEntry(const bool Enable, uint32_t FuncId, in patchFunctionEntry() function
|
H A D | xray_AArch64.cc | 93 bool patchFunctionEntry(const bool Enable, const uint32_t FuncId, in patchFunctionEntry() function
|
H A D | xray_interface.cc | 155 Success = patchFunctionEntry(Enable, FuncId, Sled, __xray_FunctionEntry); in patchSled() 164 Success = patchFunctionEntry(Enable, FuncId, Sled, __xray_ArgLoggerEntry); in patchSled()
|
H A D | xray_arm.cc | 130 bool patchFunctionEntry(const bool Enable, const uint32_t FuncId, in patchFunctionEntry() function
|
H A D | xray_mips.cc | 137 bool patchFunctionEntry(const bool Enable, const uint32_t FuncId, in patchFunctionEntry() function
|
H A D | xray_mips64.cc | 146 bool patchFunctionEntry(const bool Enable, const uint32_t FuncId, in patchFunctionEntry() function
|
H A D | xray_x86_64.cc | 130 bool patchFunctionEntry(const bool Enable, const uint32_t FuncId, in patchFunctionEntry() function
|