Home
last modified time | relevance | path

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

/freebsd-14.2/lib/libc/gmon/
H A Dgmon.c66 monstartup(u_long lowpc, u_long highpc) in monstartup() argument
77 p->highpc = ROUNDUP(highpc, HISTFRACTION * sizeof(HISTCOUNTER)); in monstartup()
78 p->textsize = p->highpc - p->lowpc; in monstartup()
106 o = p->highpc - p->lowpc; in monstartup()
175 hdr->hpc = p->highpc; in _mcleanup()
/freebsd-14.2/usr.bin/gprof/
H A Dgprof.c299 highpc = (unsigned long)gmonhdr.hpc / HISTORICAL_SCALE_2; in openpfile()
309 lowpc , highpc ); in openpfile()
494 scale = highpc - lowpc; in asgnsamples()
H A Dgprof.h204 EXTERN unsigned long lowpc, highpc; variable
/freebsd-14.2/sys/sys/
H A Dgmon.h166 uintfptr_t highpc; member
/freebsd-14.2/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()