Home
last modified time | relevance | path

Searched refs:_MCOUNT_DECL (Results 1 – 10 of 10) sorted by relevance

/NextBSD/sys/riscv/include/
HDprofile.h47 #define _MCOUNT_DECL void mcount macro
73 #define _MCOUNT_DECL void mcount macro
/NextBSD/sys/arm64/include/
HDprofile.h47 #define _MCOUNT_DECL void mcount macro
73 #define _MCOUNT_DECL void mcount macro
/NextBSD/sys/sparc64/include/
HDprofile.h48 #define _MCOUNT_DECL void mcount macro
74 #define _MCOUNT_DECL static __inline void __mcount macro
/NextBSD/sys/i386/include/
HDprofile.h53 #define _MCOUNT_DECL void mcount macro
111 #define _MCOUNT_DECL static __inline void _mcount macro
/NextBSD/sys/amd64/include/
HDprofile.h53 #define _MCOUNT_DECL void mcount macro
111 #define _MCOUNT_DECL \ macro
/NextBSD/sys/arm/include/
HDprofile.h47 #define _MCOUNT_DECL void mcount macro
/NextBSD/sys/powerpc/include/
HDprofile.h35 #define _MCOUNT_DECL void __mcount macro
/NextBSD/sys/mips/include/
HDprofile.h40 #define _MCOUNT_DECL void ___mcount macro
/NextBSD/sys/libkern/
HDmcount.c59 _MCOUNT_DECL(frompc, selfpc) /* _mcount; may be static, inline, etc */ in _MCOUNT_DECL() function
/NextBSD/lib/libc/gmon/
HDmcount.c66 _MCOUNT_DECL(uintfptr_t frompc, uintfptr_t selfpc) in _MCOUNT_DECL() function