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
390 *lowpc = start_addr; in _dwarf_read_loc_section()
420 &lowpc, in _dwarf_get_loclist_lle_count_dwo()
710 &lowpc, in dwarf_loclist_n()
888 &lowpc, in dwarf_loclist()
1089 lowpc, highpc, in dwarf_loclist_from_expr_b()
1229 Dwarf_Addr lowpc, in _dwarf_fill_in_locdesc_op_c() argument
1672 lowpc, in _dwarf_original_loclist_build()
1763 lowpc, highpc, in _dwarf_original_expression_build()
[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.c204 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()
1720 if (s_highpc != 0 && (tmp.lowpc != h.lowpc || in openpfile()
1728 s_lowpc = h.lowpc; in openpfile()
1730 lowpc = h.lowpc / sizeof (UNIT); in openpfile()
[all …]
H A Dgprof.h276 pctype lowpc; member
282 pctype32 lowpc; member