Home
last modified time | relevance | path

Searched refs:XRayInstrMap (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/
H A Dxray_init.cc54 XRaySledMap XRayInstrMap; variable
86 XRayInstrMap.Sleds = __start_xray_instr_map; in __xray_init()
87 XRayInstrMap.Entries = __stop_xray_instr_map - __start_xray_instr_map; in __xray_init()
88 XRayInstrMap.SledsIndex = __start_xray_fn_idx; in __xray_init()
89 XRayInstrMap.Functions = __stop_xray_fn_idx - __start_xray_fn_idx; in __xray_init()
H A Dxray_interface.cc40 extern __xray::XRaySledMap XRayInstrMap;
194 InstrMap = XRayInstrMap; in patchFunction()
252 InstrMap = XRayInstrMap; in controlPatching()
318 InstrMap = XRayInstrMap; in mprotectAndPatchFunction()
466 if (FuncId <= 0 || static_cast<size_t>(FuncId) > XRayInstrMap.Functions) in __xray_function_address()
468 return XRayInstrMap.SledsIndex[FuncId - 1].Begin->Function in __xray_function_address()
480 return XRayInstrMap.Functions; in __xray_max_function_id()