Searched refs:__mcount (Results 1 – 6 of 6) sorted by relevance
18 ENTRY(__mcount)23 ENDPROC(__mcount)76 ENTRY(__mcount)148 ENDPROC(__mcount)
23 .global __mcount73 STD_ENTRY(__mcount)74 __mcount: label76 STD_ENDPROC(__mcount)117 STD_ENTRY(__mcount)177 STD_ENDPROC(__mcount)
20 #define MCOUNT_ADDR ((unsigned long)(__mcount))24 extern void __mcount(void);
65 .macro __mcount suffix macro121 @ called from __mcount, untouched in lr153 __mcount _old204 __mcount
36 EXPORT_SYMBOL(__mcount);
34 "mcount", "_mcount", or even "__mcount". You can probably figure it out by