Home
last modified time | relevance | path

Searched defs:selfpc (Results 1 – 5 of 5) sorted by relevance

/freebsd-12-stable/lib/libc/gmon/
Dmcount.c68 _MCOUNT_DECL(uintfptr_t frompc, uintfptr_t selfpc) in _MCOUNT_DECL()
282 mexitcount(selfpc) in mexitcount() argument
/freebsd-12-stable/sys/libkern/
Dmcount.c61 _MCOUNT_DECL(uintfptr_t frompc, uintfptr_t selfpc) /* _mcount; may be static, inline, etc */ in _MCOUNT_DECL()
264 mexitcount(uintfptr_t selfpc) in mexitcount()
/freebsd-12-stable/contrib/gcc/config/i386/
Dgmon-sol2.c86 char *selfpc; member
248 register char *selfpc; in internal_mcount() local
/freebsd-12-stable/contrib/gcc/config/sparc/
Dgmon-sol2.c55 char *selfpc; member
279 static void internal_mcount(char *selfpc, unsigned short *frompcindex) in internal_mcount()
/freebsd-12-stable/sys/sys/
Dgmon.h132 u_long selfpc; member