Searched refs:SledsIndex (Results 1 – 3 of 3) sorted by relevance
239 if (InstrMap.SledsIndex) { in patchFunction()240 SledRange = {InstrMap.SledsIndex[FuncId - 1].fromPCRelative(), in patchFunction()241 InstrMap.SledsIndex[FuncId - 1].Size}; in patchFunction()373 if (InstrMap.SledsIndex) { in mprotectAndPatchFunction()374 SledRange = {InstrMap.SledsIndex[FuncId - 1].fromPCRelative(), in mprotectAndPatchFunction()375 InstrMap.SledsIndex[FuncId - 1].Size}; in mprotectAndPatchFunction()515 InstrMap.SledsIndex ? InstrMap.SledsIndex[FuncId - 1].fromPCRelative() in __xray_function_address()
77 const XRayFunctionSledIndex *SledsIndex; member
88 XRayInstrMap.SledsIndex = __start_xray_fn_idx; in __xray_init()