OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__start_xray_instr_map
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_init.cc
26
extern const XRaySledEntry
__start_xray_instr_map
[] __attribute__((weak));
34
const XRaySledEntry
__start_xray_instr_map
[] = {};
variable in typeref:typename:const XRaySledEntry[]
78
if (
__start_xray_instr_map
== nullptr) {
86
XRayInstrMap.Sleds =
__start_xray_instr_map
;
87
XRayInstrMap.Entries = __stop_xray_instr_map -
__start_xray_instr_map
;
Completed in 11 milliseconds
Indexes created Tue Sep 30 11:09:46 GMT 2025