Searched refs:lowpc (Results 1 – 5 of 5) sorted by relevance
/titanic_44/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 123 if (lowpc == NULL) { /* true only at the end */ in monitor() 157 if (ssiz >= bufsiz || lowpc >= highpc) in monitor() 178 php->lpc = (char *)lowpc; /* initialize the first */ in monitor() 186 o = (highpc - lowpc); in monitor() 194 d->s_lowpc = (int) lowpc; in monitor()
|
/titanic_44/usr/src/tools/ctf/dwarf/common/ |
H A D | dwarf_loc.c | 67 Dwarf_Addr lowpc, in _dwarf_get_locdesc() argument 508 locdesc->ld_lopc = lowpc; in _dwarf_get_locdesc() 524 Dwarf_Addr * lowpc, Dwarf_Addr * hipc, in _dwarf_read_loc_section() argument 572 *lowpc = start_addr; in _dwarf_read_loc_section() 596 Dwarf_Addr lowpc; 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() 713 Dwarf_Addr lowpc = 0; in dwarf_loclist_n() local 773 &lowpc, in dwarf_loclist_n() 784 lowpc, highpc, error); in dwarf_loclist_n() [all …]
|
/titanic_44/usr/src/lib/libc/port/gen/ |
H A D | mon.c | 203 char *lowpc = (char *)alowpc; in monitor() local 208 if (lowpc == NULL) { /* true only at the end */ in monitor() 241 if (ssiz >= bufsize || lowpc >= highpc) { in monitor() 295 hdrp->lpc = lowpc; in monitor() 330 text = (highpc - lowpc + sizeof (WORD) - 1) / sizeof (WORD); in monitor() 345 profil(buffer, bufsize, (ulong_t)lowpc, scale); in monitor()
|
/titanic_44/usr/src/cmd/sgs/gprof/common/ |
H A D | gprof.c | 36 static pctype lowpc, highpc; /* range profiled, in UNIT's */ variable 104 bucket_of_entry = (nlp->svalue - lowpc) / scale; in alignentries() 105 bucket_of_code = (nlp->svalue + UNITS_TO_CODE - lowpc) / scale; in alignentries() 168 scale = highpc - lowpc; in asgnsamples() 176 pcl = lowpc + scale * i; in asgnsamples() 178 pch = lowpc + scale * (i + 1); in asgnsamples() 586 hdr.lowpc = (pctype32)h.lowpc; in dumpsum_ostyle() 1617 tmp.lowpc = 0; in openpfile() 1641 tmp.lowpc = 0; in openpfile() 1662 tmp.lowpc = hdr32.lowpc; in openpfile() [all …]
|
H A D | gprof.h | 280 pctype lowpc; member 286 pctype32 lowpc; member
|