Home
last modified time | relevance | path

Searched refs:lowpc (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_loc.c51 Dwarf_Addr * lowpc,
173 Dwarf_Addr lowpc, in _dwarf_get_locdesc() argument
304 locdesc->ld_lopc = lowpc; in _dwarf_get_locdesc()
322 Dwarf_Addr * lowpc, in _dwarf_read_loc_section() argument
390 *lowpc = start_addr; in _dwarf_read_loc_section()
416 Dwarf_Addr lowpc = 0; in _dwarf_get_loclist_lle_count_dwo() local
420 &lowpc, in _dwarf_get_loclist_lle_count_dwo()
456 Dwarf_Addr lowpc = 0; in _dwarf_get_loclist_lle_count() local
461 &lowpc, &highpc, in _dwarf_get_loclist_lle_count()
468 if (lowpc == 0 && highpc == 0) { in _dwarf_get_loclist_lle_count()
[all …]
H A Ddwarf_loc.h278 Dwarf_Addr lowpc,
H A Dgenerated_libdwarf.h.in1991 base address (such as lowpc) of the function.
H A Dlibdwarf.h.in1991 base address (such as lowpc) of the function.
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dmon.c201 char *lowpc = (char *)alowpc; in monitor() local
206 if (lowpc == NULL) { /* true only at the end */ in monitor()
239 if (ssiz >= bufsize || lowpc >= highpc) { in monitor()
293 hdrp->lpc = lowpc; in monitor()
328 text = (highpc - lowpc + sizeof (WORD) - 1) / sizeof (WORD); in monitor()
343 profil(buffer, bufsize, (ulong_t)lowpc, scale); in monitor()
/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dgprof.c72 static pctype lowpc, highpc; /* range profiled, in UNIT's */ variable
140 bucket_of_entry = (nlp->svalue - lowpc) / scale; in alignentries()
141 bucket_of_code = (nlp->svalue + UNITS_TO_CODE - lowpc) / scale; in alignentries()
204 scale = highpc - lowpc; in asgnsamples()
212 pcl = lowpc + scale * i; in asgnsamples()
214 pch = lowpc + scale * (i + 1); in asgnsamples()
622 hdr.lowpc = (pctype32)h.lowpc; in dumpsum_ostyle()
1654 tmp.lowpc = 0; in openpfile()
1678 tmp.lowpc = 0; in openpfile()
1699 tmp.lowpc = hdr32.lowpc; in openpfile()
[all …]
H A Dgprof.h276 pctype lowpc; member
282 pctype32 lowpc; member