Lines Matching defs:MCOUNT
1 /* $NetBSD: mcount.c,v 1.18 2024/02/23 13:32:28 christos Exp $ */
71 /* If building a standalone libkern, don't include mcount. */
77 static char sccsid[] = "@(#)mcount.c 8.1 (Berkeley) 6/4/93";
79 __RCSID("$NetBSD: mcount.c,v 1.18 2024/02/23 13:32:28 christos Exp $");
110 #undef MCOUNT
111 #define MCOUNT
115 * mcount is called on entry to each function compiled with the profiling
119 * taken care of by the MCOUNT definition in <machine/profile.h>.
277 #ifdef MCOUNT
279 * Actual definition of mcount function. Defined in <machine/profile.h>,
282 MCOUNT
311 /* cribbed from mcount */