Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/sgs/prof/common/
H A Dprof.c223 char *pc_l; /* From head.lpc. */ variable
585 pc_l = head.lpc; /* Low PC of range that was profiled. */ in main()
587 pc_m = pc_h - pc_l; /* Range of profiled addresses. */ in main()
593 pc_l, pc_h, pc_m, pc_m, head.nfns, n_cc, n_pc)); in main()
804 i0 = (((unsigned)pc0 - (unsigned)pc_l) * sf)/bias; in main()
807 i1 = (((unsigned)pc1 - (unsigned)pc_l) * sf)/bias; in main()
813 pc00 = pc_l + (unsigned long)((bias * i0)/sf); in main()
816 pc10 = pc_l + (unsigned long)((bias * i1)/sf); in main()
1152 (pc_l <= (char *)nl.ps_sym.st_value) && in readnl()