Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/
H A Dxray_init.cc26 extern const XRaySledEntry __start_xray_instr_map[] __attribute__((weak));
34 const XRaySledEntry __start_xray_instr_map[] = {}; variable
78 if (__start_xray_instr_map == nullptr) { in __xray_init()
86 XRayInstrMap.Sleds = __start_xray_instr_map; in __xray_init()
87 XRayInstrMap.Entries = __stop_xray_instr_map - __start_xray_instr_map; in __xray_init()