Searched refs:frompc (Results 1 – 1 of 1) sorted by relevance
198 uintptr_t frompc; in write_callgraph() local207 frompc = s_lowpc + (fromindex * HASHFRACTION * sizeof (*froms)); in write_callgraph()211 rawarc.raw_frompc = frompc; in write_callgraph()334 __mcount_internal (uintptr_t frompc, uintptr_t selfpc) in __mcount_internal() argument349 if (frompc < s_lowpc || frompc > s_highpc) in __mcount_internal()351 frompc -= s_lowpc; in __mcount_internal()352 if (frompc > s_textsize) in __mcount_internal()357 frompcindex = &froms[(frompc) / (HASHFRACTION * sizeof (*froms))]; in __mcount_internal()