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

/freebsd-11-stable/sys/arm64/include/
H A Dprofile.h47 #define _MCOUNT_DECL void mcount macro
73 #define _MCOUNT_DECL void mcount macro
/freebsd-11-stable/sys/riscv/include/
H A Dprofile.h47 #define _MCOUNT_DECL void mcount macro
73 #define _MCOUNT_DECL void mcount macro
/freebsd-11-stable/sys/sparc64/include/
H A Dprofile.h48 #define _MCOUNT_DECL void mcount macro
74 #define _MCOUNT_DECL static __inline void __mcount macro
/freebsd-11-stable/sys/arm/include/
H A Dprofile.h47 #define _MCOUNT_DECL void mcount macro
/freebsd-11-stable/sys/amd64/include/
H A Dprofile.h53 #define _MCOUNT_DECL void mcount macro
111 #define _MCOUNT_DECL \ macro
/freebsd-11-stable/sys/i386/include/
H A Dprofile.h53 #define _MCOUNT_DECL void mcount macro
111 #define _MCOUNT_DECL static __inline void _mcount macro
/freebsd-11-stable/sys/powerpc/include/
H A Dprofile.h35 #define _MCOUNT_DECL void __mcount macro
/freebsd-11-stable/sys/mips/include/
H A Dprofile.h40 #define _MCOUNT_DECL void ___mcount macro
/freebsd-11-stable/sys/libkern/
H A Dmcount.c47 * with _MCOUNT_DECL, does the actual work and is either inlined into a
59 _MCOUNT_DECL(frompc, selfpc) /* _mcount; may be static, inline, etc */ function
/freebsd-11-stable/lib/libc/gmon/
H A Dmcount.c53 * with _MCOUNT_DECL, does the actual work and is either inlined into a
66 _MCOUNT_DECL(uintfptr_t frompc, uintfptr_t selfpc) function

Completed in 113 milliseconds