Searched refs:highpc (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/lib/libbc/csu/common/ |
H A D | mon.c | 84 monstartup(char *lowpc, char *highpc) in monstartup() argument 91 cntsiz = (highpc - lowpc) * ARCDENSITY / 100; in monstartup() 94 monsize = (highpc - lowpc + HISTFRACTION - 1) / HISTFRACTION in monstartup() 101 monitor(lowpc, highpc, buffer, monsize, cntsiz); in monstartup() 112 monitor(char *lowpc, char *highpc, char *buf, int bufsiz, int cntsiz) in monitor() argument 157 if (ssiz >= bufsiz || lowpc >= highpc) in monitor() 179 php->hpc = (char *)highpc; /* region of the buffer */ in monitor() 186 o = (highpc - lowpc); in monitor()
|
/titanic_50/usr/src/lib/libdwarf/common/ |
H A D | dwarf_loc.c | 68 Dwarf_Addr highpc, in _dwarf_get_locdesc() argument 509 locdesc->ld_hipc = highpc; in _dwarf_get_locdesc() 597 Dwarf_Addr highpc; in _dwarf_get_loclist_count() local 599 &lowpc, &highpc, in _dwarf_get_loclist_count() 606 if (lowpc == 0 && highpc == 0) { in _dwarf_get_loclist_count() 714 Dwarf_Addr highpc = 0; in dwarf_loclist_n() local 774 &highpc, in dwarf_loclist_n() 784 lowpc, highpc, error); in dwarf_loclist_n() 811 highpc = (Dwarf_Unsigned) (-1LL); /* HACK */ in dwarf_loclist_n() 820 lowpc, highpc, error); in dwarf_loclist_n() [all …]
|
/titanic_50/usr/src/lib/libc/port/gen/ |
H A D | mon.c | 204 char *highpc = (char *)ahighpc; in monitor() local 241 if (ssiz >= bufsize || lowpc >= highpc) { in monitor() 296 hdrp->hpc = highpc; in monitor() 330 text = (highpc - lowpc + sizeof (WORD) - 1) / sizeof (WORD); in monitor()
|
/titanic_50/usr/src/cmd/sgs/gprof/common/ |
H A D | gprof.c | 36 static pctype lowpc, highpc; /* range profiled, in UNIT's */ variable 168 scale = highpc - lowpc; in asgnsamples() 587 hdr.highpc = (pctype32)h.highpc; in dumpsum_ostyle() 1618 tmp.highpc = (pctype)l_hdr64.hd_hpc; in openpfile() 1642 tmp.highpc = (pctype)(uintptr_t)l_hdr.hd_hpc; in openpfile() 1663 tmp.highpc = hdr32.highpc; in openpfile() 1671 if (tmp.lowpc >= tmp.highpc) { in openpfile() 1684 tmp.highpc != h.highpc || tmp.ncnt != h.ncnt)) { in openpfile() 1692 s_highpc = h.highpc; in openpfile() 1694 highpc = h.highpc / sizeof (UNIT); in openpfile() [all …]
|
H A D | gprof.h | 281 pctype highpc; member 287 pctype32 highpc; member
|