Home
last modified time | relevance | path

Searched refs:highpc (Results 1 – 5 of 5) sorted by relevance

/freebsd/lib/libc/gmon/
H A Dgmon.c63 monstartup(u_long lowpc, u_long highpc) in monstartup() argument
74 p->highpc = ROUNDUP(highpc, HISTFRACTION * sizeof(HISTCOUNTER)); in monstartup()
75 p->textsize = p->highpc - p->lowpc; in monstartup()
103 o = p->highpc - p->lowpc; in monstartup()
172 hdr->hpc = p->highpc; in _mcleanup()
/freebsd/usr.bin/gprof/
H A Dgprof.c286 highpc = (unsigned long)gmonhdr.hpc / HISTORICAL_SCALE_2; in openpfile()
296 lowpc , highpc ); in openpfile()
481 scale = highpc - lowpc; in asgnsamples()
H A Dgprof.h202 EXTERN unsigned long lowpc, highpc; variable
/freebsd/sys/sys/
H A Dgmon.h164 uintfptr_t highpc; member
/freebsd/contrib/elftoolchain/nm/
H A Dnm.c105 uint64_t highpc; /* high address */ member
1146 func->highpc = udata; in search_line_attr()
1595 ep->sym->st_value < func->highpc) { in print_lineno()