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

/freebsd-13-stable/sys/riscv/include/
H A Dprofile.h49 #define _MCOUNT_DECL void mcount macro
75 #define _MCOUNT_DECL void mcount macro
/freebsd-13-stable/sys/arm64/include/
H A Dprofile.h49 #define _MCOUNT_DECL void mcount macro
75 #define _MCOUNT_DECL void mcount macro
/freebsd-13-stable/sys/arm/include/
H A Dprofile.h48 #define _MCOUNT_DECL void mcount macro
/freebsd-13-stable/sys/i386/include/
H A Dprofile.h55 #define _MCOUNT_DECL void mcount macro
122 #define _MCOUNT_DECL static __inline void _mcount macro
/freebsd-13-stable/sys/amd64/include/
H A Dprofile.h55 #define _MCOUNT_DECL void mcount macro
109 #define _MCOUNT_DECL \ macro
/freebsd-13-stable/sys/mips/include/
H A Dprofile.h42 #define _MCOUNT_DECL void ___mcount macro
/freebsd-13-stable/sys/powerpc/include/
H A Dprofile.h37 #define _MCOUNT_DECL void __mcount macro
/freebsd-13-stable/sys/libkern/
H A Dmcount.c49 * with _MCOUNT_DECL, does the actual work and is either inlined into a
62 _MCOUNT_DECL(uintfptr_t frompc, uintfptr_t selfpc) function
/freebsd-13-stable/lib/libc/gmon/
H A Dmcount.c55 * with _MCOUNT_DECL, does the actual work and is either inlined into a
68 _MCOUNT_DECL(uintfptr_t frompc, uintfptr_t selfpc) function

Completed in 122 milliseconds