Searched defs:MCOUNT (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libm/common/C/
H A Dlibm.h102 * Workaround for 4337025: MCOUNT in asm_linkage.h does not support __sparcv9
107 #undef MCOUNT macro
111 #define MCOUNT(x) \ macro
124 #define MCOUNT(x) \ macro
138 #define MCOUNT(x) \ macro
/illumos-gate/usr/src/lib/libbc/sparc/inc/sparc/
H A Dasm_linkage.h76 * profiling causes defintions of the MCOUNT and RTMCOUNT
81 #define MCOUNT(x) \ macro
91 #define MCOUNT(x) \ macro
102 * if we are not profiling, MCOUNT should be defined to nothing
105 #define MCOUNT(x) macro
108 #define RTMCOUNT(x) MCOUNT(x)
141 x: MCOUNT(x)
150 NAME(x): MCOUNT(x)
169 y: MCOUNT(x)
176 NAME(y): MCOUNT(
[all...]
/illumos-gate/usr/src/uts/sparc/sys/
H A Dasm_linkage.h63 * profiling causes defintions of the MCOUNT and RTMCOUNT
69 #define MCOUNT(x) \ macro
82 #define MCOUNT(x) \ macro
102 #define MCOUNT(x) \ macro
118 * if we are not profiling, MCOUNT should be defined to nothing
122 #define MCOUNT(x) macro
125 #define RTMCOUNT(x) MCOUNT(x)
160 x: MCOUNT(x)
189 y: MCOUNT(x)
/illumos-gate/usr/src/boot/sys/amd64/include/
H A Dasmacros.h102 #define ALTENTRY(name) GEN_ENTRY(name) ; MCOUNT ; MEXITCOUNT ; jmp 9f
106 ALIGN_TEXT; __CONCAT(to,label): ; MCOUNT; jmp label
107 #define ENTRY(name) GEN_ENTRY(name) ; 9: ; MCOUNT
109 #define MCOUNT call __mcount macro
130 #define MCOUNT macro
/illumos-gate/usr/src/uts/intel/ia32/sys/
H A Dasm_linkage.h139 * profiling causes definitions of the MCOUNT and RTMCOUNT
144 #define MCOUNT(x) \ macro
154 #define MCOUNT(x) \ macro
167 * if we are not profiling, MCOUNT should be defined to nothing
170 #define MCOUNT(x) macro
173 #define RTMCOUNT(x) MCOUNT(x)
208 x: MCOUNT(x)
235 y: MCOUNT(x)

Completed in 46 milliseconds