Searched refs:_mcount (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dmcount.s62 call _mcount // call the C mcount
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dmcount.s67 bl _mcount ; Call the C routine
/macosx-10.5.8/xnu-1228.15.4/osfmk/profiling/i386/
H A Dprofile-asm.s63 * Keep {dummy,prof,gprof,old}_mcount counts in double precision.
540 LCL(cnt) = LCL(bogus_count)+4 /* # of _{prof,gprof}_mcount calls */
1341 * Note that OSF/rose blew defining _mcount, since it prepends leading
1342 * underscores, and _mcount didn't have a second leading underscore. However,
1349 .globl _mcount
1351 ELF_FUNC(_mcount)
1353 _mcount:
1377 End(_mcount)
1346 _mcount: label

Completed in 27 milliseconds