Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_loc.c52 Dwarf_Addr * highpc,
174 Dwarf_Addr highpc, in _dwarf_get_locdesc() argument
305 locdesc->ld_hipc = highpc; in _dwarf_get_locdesc()
417 Dwarf_Addr highpc = 0; in _dwarf_get_loclist_lle_count_dwo() local
421 &highpc, in _dwarf_get_loclist_lle_count_dwo()
457 Dwarf_Addr highpc = 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()
626 Dwarf_Addr highpc = 0; in dwarf_loclist_n() local
711 &highpc, in dwarf_loclist_n()
[all …]
H A Ddwarf_loc.h279 Dwarf_Addr highpc,
H A Dgenerated_libdwarf.h.in1989 /* When the highpc attribute is of class 'constant'
H A Dlibdwarf.h.in1989 /* When the highpc attribute is of class 'constant'
/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dgprof.c72 static pctype lowpc, highpc; /* range profiled, in UNIT's */ variable
204 scale = highpc - lowpc; in asgnsamples()
623 hdr.highpc = (pctype32)h.highpc; in dumpsum_ostyle()
1655 tmp.highpc = (pctype)l_hdr64.hd_hpc; in openpfile()
1679 tmp.highpc = (pctype)(uintptr_t)l_hdr.hd_hpc; in openpfile()
1700 tmp.highpc = hdr32.highpc; in openpfile()
1708 if (tmp.lowpc >= tmp.highpc) { in openpfile()
1721 tmp.highpc != h.highpc || tmp.ncnt != h.ncnt)) { in openpfile()
1729 s_highpc = h.highpc; in openpfile()
1731 highpc = h.highpc / sizeof (UNIT); in openpfile()
[all …]
H A Dgprof.h277 pctype highpc; member
283 pctype32 highpc; member
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dmon.c203 char *highpc = (char *)ahighpc; in monitor() local
240 if (ssiz >= bufsize || lowpc >= highpc) { in monitor()
296 hdrp->hpc = highpc; in monitor()
330 text = (highpc - lowpc + sizeof (WORD) - 1) / sizeof (WORD); in monitor()