HomeSort by: relevance | last modified time | path
    Searched defs:frompcindex (Results 1 - 2 of 2) sorted by relevancy

  /src/common/lib/libc/gmon/
mcount.c 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; local in function:_MCOUNT_DECL
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
292 u_short *frompcindex, qtoindex, toindex; local in function:_gmonparam_merge
    [all...]
  /src/lib/libc/gmon/
gmon.c 263 u_short *frompcindex, qtoindex, toindex; local in function:_m_gmon_merge_two
278 frompcindex = &p->froms[fromindex];
279 toindex = *frompcindex;
289 *frompcindex = (u_short)toindex;
326 top->link = *frompcindex;
327 *frompcindex = (u_short)toindex;

Completed in 12 milliseconds