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

/illumos-gate/usr/src/lib/libbc/csu/common/
H A Dmon.c84 monstartup(char *lowpc, char *highpc) argument
91 cntsiz = (highpc - lowpc) * ARCDENSITY / 100;
94 monsize = (highpc - lowpc + HISTFRACTION - 1) / HISTFRACTION
101 monitor(lowpc, highpc, buffer, monsize, cntsiz);
112 monitor(char *lowpc, char *highpc, char *buf, int bufsiz, int cntsiz) argument
157 if (ssiz >= bufsiz || lowpc >= highpc)
179 php->hpc = (char *)highpc; /* region of the buffer */
186 o = (highpc - lowpc);
/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_loc.c68 Dwarf_Addr highpc,
509 locdesc->ld_hipc = highpc;
597 Dwarf_Addr highpc; local
599 &lowpc, &highpc,
606 if (lowpc == 0 && highpc == 0) {
714 Dwarf_Addr highpc = 0; local
774 &highpc,
784 lowpc, highpc, error);
811 highpc = (Dwarf_Unsigned) (-1LL); /* HACK */
820 lowpc, highpc, erro
64 _dwarf_get_locdesc(Dwarf_Debug dbg, Dwarf_Block * loc_block, Dwarf_Half address_size, Dwarf_Addr lowpc, Dwarf_Addr highpc, Dwarf_Error * error) argument
873 Dwarf_Addr highpc = 0; local
1001 Dwarf_Addr highpc = (Dwarf_Unsigned) (-1LL); local
1046 Dwarf_Addr highpc = 0; local
[all...]
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dmon.c204 char *highpc = (char *)ahighpc; local
241 if (ssiz >= bufsize || lowpc >= highpc) {
296 hdrp->hpc = highpc;
330 text = (highpc - lowpc + sizeof (WORD) - 1) / sizeof (WORD);
/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dgprof.c36 static pctype lowpc, highpc; /* range profiled, in UNIT's */ variable
168 scale = highpc - lowpc;
587 hdr.highpc = (pctype32)h.highpc;
1618 tmp.highpc = (pctype)l_hdr64.hd_hpc;
1642 tmp.highpc = (pctype)(uintptr_t)l_hdr.hd_hpc;
1663 tmp.highpc = hdr32.highpc;
1671 if (tmp.lowpc >= tmp.highpc) {
1684 tmp.highpc !
[all...]
H A Dgprof.h281 pctype highpc; member in struct:hdr
287 pctype32 highpc; member in struct:hdr32
303 pctype s_highpc; /* highpc from profile file in o-s gmon.out */

Completed in 103 milliseconds