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
421 &highpc, in _dwarf_get_loclist_lle_count_dwo()
711 &highpc, in dwarf_loclist_n()
889 &highpc, in dwarf_loclist()
1089 lowpc, highpc, in dwarf_loclist_from_expr_b()
1230 Dwarf_Addr highpc, in _dwarf_fill_in_locdesc_op_c() argument
1393 Dwarf_Addr * highpc, in _dwarf_read_loc_section_dwo() argument
1673 highpc, in _dwarf_original_loclist_build()
1763 lowpc, highpc, in _dwarf_original_expression_build()
[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.c204 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()
1739 h.lowpc, h.highpc, h.ncnt); 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.c202 char *highpc = (char *)ahighpc; in monitor() local
239 if (ssiz >= bufsize || lowpc >= highpc) { in monitor()
294 hdrp->hpc = highpc; in monitor()
328 text = (highpc - lowpc + sizeof (WORD) - 1) / sizeof (WORD); in monitor()