Searched refs:fromindex (Results 1 – 1 of 1) sorted by relevance
197 int fromindex, endfrom; in write_callgraph() local203 for (fromindex = 0; fromindex < endfrom; ++fromindex) in write_callgraph()205 if (froms[fromindex]) in write_callgraph()207 frompc = s_lowpc + (fromindex * HASHFRACTION * sizeof (*froms)); in write_callgraph()208 for (toindex = froms[fromindex]; toindex != 0; in write_callgraph()