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

/illumos-gate/usr/src/cmd/sgs/link_audit/common/
H A Dwho.h49 caddr_t o_lpc; /* low PC */ member in struct:objinfo
H A Dwho.c72 op->o_lpc = lpc;
94 if (lpc < cur->o_lpc)
208 if ((pc >= op->o_lpc) && (pc <= op->o_hpc))
221 pc = (caddr_t)((uintptr_t)pc - (uintptr_t)op->o_lpc);

Completed in 55 milliseconds