Searched refs:froms (Results 1 – 1 of 1) sorted by relevance
127 static __ea unsigned short *froms; variable202 endfrom = s_textsize / (HASHFRACTION * sizeof (*froms)); 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()276 froms = malloc_ea (s_textsize / HASHFRACTION); in __monstartup()277 if (froms == NULL) in __monstartup()282 memset_ea (froms, 0, s_textsize / HASHFRACTION); in __monstartup()357 frompcindex = &froms[(frompc) / (HASHFRACTION * sizeof (*froms))]; in __mcount_internal()