Home
last modified time | relevance | path

Searched refs:frompc (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/common/lib/libc/gmon/
H A Dmcount.c131 _MCOUNT_DECL(u_long frompc, u_long selfpc) in _MCOUNT_DECL() argument
179 frompc -= p->lowpc; in _MCOUNT_DECL()
180 if (frompc > p->textsize) in _MCOUNT_DECL()
187 (size_t)(frompc / (HASHFRACTION * sizeof(*p->froms)))]; in _MCOUNT_DECL()
192 (size_t)(frompc / (p->hashfraction * sizeof(*p->froms)))]; in _MCOUNT_DECL()
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/sol2/
H A Dgmon.c158 char *frompc; in _mcleanup() local
202 frompc = s_lowpc + (fromindex * HASHFRACTION * sizeof (*froms)); in _mcleanup()
208 frompc, tos[toindex].selfpc, tos[toindex].count); in _mcleanup()
210 rawarc.raw_frompc = (unsigned long) frompc; in _mcleanup()
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/sol2/
H A Dgmon.c158 char *frompc; in _mcleanup() local
202 frompc = s_lowpc + (fromindex * HASHFRACTION * sizeof (*froms)); in _mcleanup()
208 frompc, tos[toindex].selfpc, tos[toindex].count); in _mcleanup()
210 rawarc.raw_frompc = (unsigned long) frompc; in _mcleanup()
/netbsd-src/lib/libc/gmon/
H A Dgmon.c380 u_long frompc; in _mcleanup() local
478 frompc = p->lowpc; in _mcleanup()
479 frompc += fromindex * p->hashfraction * sizeof(*p->froms); in _mcleanup()
485 (u_long)frompc, (u_long)p->tos[toindex].selfpc, in _mcleanup()
489 rawarc.raw_frompc = frompc; in _mcleanup()
/netbsd-src/usr.sbin/kgmon/
H A Dkgmon.c346 u_long frompc; in dumpstate() local
458 frompc = (u_long)kvp->gpm.lowpc + in dumpstate()
465 getprogname(), frompc, tos[toindex].selfpc, in dumpstate()
467 rawarc.raw_frompc = frompc; in dumpstate()
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/sh/
H A Dcrt1.S292 ! r4 is frompc.
301 sts pr, r4 ! frompc
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/sh/
H A Dcrt1.S292 ! r4 is frompc.
301 sts pr, r4 ! frompc
/netbsd-src/external/gpl3/binutils.old/dist/gprof/
H A Dgprof.texi1841 (a normal C function) with two arguments---@code{frompc} and @code{selfpc}.
1843 the in-memory call graph, which records @code{frompc}, @code{selfpc},
H A Dgprof.info1591 arguments--'frompc' and 'selfpc'. '__mcount_internal' is responsible
1592 for maintaining the in-memory call graph, which records 'frompc',
/netbsd-src/external/gpl3/binutils/dist/gprof/
H A Dgprof.texi1844 (a normal C function) with two arguments---@code{frompc} and @code{selfpc}.
1846 the in-memory call graph, which records @code{frompc}, @code{selfpc},
H A Dgprof.info1594 arguments—‘frompc’ and ‘selfpc’. ‘__mcount_internal’ is responsible for
1595 maintaining the in-memory call graph, which records ‘frompc’, ‘selfpc’,