HomeSort by: relevance | last modified time | path
    Searched defs:MCOUNT_ENTRY (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/m68k/include/
profile.h 37 #define MCOUNT_ENTRY "__mcount"
39 #define MCOUNT_ENTRY "mcount"
44 extern void mcount(void) __asm(MCOUNT_ENTRY) \
asm.h 109 #define MCOUNT_ENTRY __mcount
112 #define _PROF_PROLOG link %a6,#0; jbsr MCOUNT_ENTRY; unlk %a6
  /src/sys/arch/i386/include/
profile.h 41 #define MCOUNT_ENTRY "__mcount"
44 #define MCOUNT_ENTRY "mcount"
56 extern void mcount(void) __asm(MCOUNT_ENTRY) \

Completed in 13 milliseconds