Home | History | Annotate | Download | only in gmon

Lines Matching defs:frompcindex

125  * Note: the original BSD code used the same variable (frompcindex) for
126 * both frompcindex and frompc. Any reasonable, modern compiler will
133 u_short *frompcindex;
175 * check that frompcindex is a reasonable pc value.
185 frompcindex =
190 frompcindex =
193 toindex = *frompcindex;
203 *frompcindex = (u_short)toindex;
239 top->link = *frompcindex;
240 *frompcindex = (u_short)toindex;
257 top->link = *frompcindex;
258 *frompcindex = (u_short)toindex;
292 u_short *frompcindex, qtoindex, toindex;
312 frompcindex = &p->froms[fromindex];
313 toindex = *frompcindex;
323 *frompcindex = (u_short)toindex;
360 top->link = *frompcindex;
361 *frompcindex = (u_short)toindex;