Searched defs:lowpc (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);
106 * lowpc, hightpc: boundaries of text to be monitored
112 monitor(char *lowpc, char *highpc, char *buf, int bufsiz, int cntsiz) argument
123 if (lowpc == NULL) { /* true only at the end */
157 if (ssiz >= bufsiz || lowpc >= highpc)
178 php->lpc = (char *)lowpc; /* initialize the first */
186 o = (highpc - lowpc);
[all...]
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dmon.c203 char *lowpc = (char *)alowpc; local
208 if (lowpc == NULL) { /* true only at the end */
241 if (ssiz >= bufsize || lowpc >= highpc) {
295 hdrp->lpc = lowpc;
330 text = (highpc - lowpc + sizeof (WORD) - 1) / sizeof (WORD);
345 profil(buffer, bufsize, (ulong_t)lowpc, scale);
/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_loc.c67 Dwarf_Addr lowpc,
508 locdesc->ld_lopc = lowpc;
524 Dwarf_Addr * lowpc, Dwarf_Addr * hipc,
572 *lowpc = start_addr;
596 Dwarf_Addr lowpc; local
599 &lowpc, &highpc,
606 if (lowpc == 0 && highpc == 0) {
713 Dwarf_Addr lowpc = 0; local
773 &lowpc,
784 lowpc, highp
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
522 _dwarf_read_loc_section(Dwarf_Debug dbg, Dwarf_Block * return_block, Dwarf_Addr * lowpc, Dwarf_Addr * hipc, Dwarf_Off sec_offset, Dwarf_Half address_size, Dwarf_Error * error) argument
872 Dwarf_Addr lowpc = 0; local
1000 Dwarf_Addr lowpc = 0; local
1045 Dwarf_Addr lowpc = 0; local
[all...]
/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dgprof.h280 pctype lowpc; member in struct:hdr
286 pctype32 lowpc; member in struct:hdr32
302 pctype s_lowpc; /* lowpc from profile file in o-s gmon.out */
H A Dgprof.c36 static pctype lowpc, highpc; /* range profiled, in UNIT's */ variable
104 bucket_of_entry = (nlp->svalue - lowpc) / scale;
105 bucket_of_code = (nlp->svalue + UNITS_TO_CODE - lowpc) / scale;
168 scale = highpc - lowpc;
176 pcl = lowpc + scale * i;
178 pch = lowpc + scale * (i + 1);
586 hdr.lowpc = (pctype32)h.lowpc;
1617 tmp.lowpc = 0;
1641 tmp.lowpc
[all...]

Completed in 52 milliseconds