Searched defs:mcount (Results 1 – 7 of 7) sorted by relevance
19 .globl mcount symbol22 mcount: label
85 .globl mcount symbol88 mcount: label
9 #define mcount _mcount macro
20 #define mcount _mcount macro
263 char const *mcount = gpfx == '_' ? "_mcount" : "mcount"; in get_mcountsym() local
408 int i, mcount, scount; in s3c_onenand_command() local
2216 static unsigned long mcount; /* # bytes to affect */ variable