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

/darwin-on-arm/xnu/osfmk/profiling/i386/
H A Dprofile-md.h354 prof_cnt_t old_mcount; /* # of calls to old mcount */ member in struct:profile_stats
H A Dprofile-asm.s542 LCL(old_mcount) = LCL(dummy)+8 /* # of old mcount calls */
543 LCL(hash_search) = LCL(old_mcount)+8 /* # gprof hash buckets searched */
655 #define V_old_mcount LCL(old_mcount)
H A Dprofile-md.c952 fprintf(stream, "%12s calls to old mcount\n", PROF_CNT_TO_DECIMAL((char *)0, stats->old_mcount));
1197 PROF_CNT_LADD(old_stats->old_mcount, new_stats->old_mcount);

Completed in 19 milliseconds