Searched refs:pc_h (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/prof/common/
H A Dprof.c225 char *pc_h; /* " head.hpc. */ variable
358 unsigned pc_m; /* Range of PCs profiled: pc_m = pc_h - pc_l */
556 * computed from the low (pc_l) and high (pc_h) addresses, gotten
586 pc_h = head.hpc; /* First address past range of profiling. */
587 pc_m = pc_h - pc_l; /* Range of profiled addresses. */
593 pc_l, pc_h, pc_m, pc_m, head.nfns, n_cc, n_pc));
761 * by pc_l and pc_h, respectively, partition the profiling range into
800 pc1 = (n < n_syms - 1) ? slp[n+1].sl_addr : pc_h;
1153 ((char *)nl.ps_sym.st_value < pc_h));

Completed in 62 milliseconds