Home
last modified time | relevance | path

Searched refs:frompcindex (Results 1 – 4 of 4) sorted by relevance

/freebsd-9-stable/contrib/gcc/config/i386/
Dgmon-sol2.c249 register unsigned short *frompcindex; in internal_mcount() local
265 frompcindex = (void *) __builtin_return_address (1); in internal_mcount()
291 frompcindex = (unsigned short *)((long)frompcindex - (long)s_lowpc); in internal_mcount()
292 if ((unsigned long)frompcindex > s_textsize) { in internal_mcount()
295 frompcindex = in internal_mcount()
296 &froms[((long)frompcindex) / (HASHFRACTION * sizeof(*froms))]; in internal_mcount()
297 toindex = *frompcindex; in internal_mcount()
306 *frompcindex = toindex; in internal_mcount()
342 top->link = *frompcindex; in internal_mcount()
343 *frompcindex = toindex; in internal_mcount()
[all …]
/freebsd-9-stable/contrib/gcc/config/sparc/
Dgmon-sol2.c279 static void internal_mcount(char *selfpc, unsigned short *frompcindex) in internal_mcount() argument
316 frompcindex = (unsigned short *)((long)frompcindex - (long)s_lowpc); in internal_mcount()
317 if ((unsigned long)frompcindex > s_textsize) { in internal_mcount()
320 frompcindex = in internal_mcount()
321 &froms[((long)frompcindex) / (HASHFRACTION * sizeof(*froms))]; in internal_mcount()
322 toindex = *frompcindex; in internal_mcount()
331 *frompcindex = toindex; in internal_mcount()
367 top->link = *frompcindex; in internal_mcount()
368 *frompcindex = toindex; in internal_mcount()
385 top->link = *frompcindex; in internal_mcount()
[all …]
/freebsd-9-stable/sys/libkern/
Dmcount.c66 u_short *frompcindex; local
154 frompcindex = &p->froms[frompci / (p->hashfraction * sizeof(*p->froms))];
155 toindex = *frompcindex;
165 *frompcindex = toindex;
201 top->link = *frompcindex;
202 *frompcindex = toindex;
219 top->link = *frompcindex;
220 *frompcindex = toindex;
/freebsd-9-stable/lib/libc/gmon/
Dmcount.c72 u_short *frompcindex; in _MCOUNT_DECL() local
186 frompcindex = &p->froms[frompci / (p->hashfraction * sizeof(*p->froms))]; in _MCOUNT_DECL()
187 toindex = *frompcindex; in _MCOUNT_DECL()
197 *frompcindex = toindex; in _MCOUNT_DECL()
233 top->link = *frompcindex; in _MCOUNT_DECL()
234 *frompcindex = toindex; in _MCOUNT_DECL()
251 top->link = *frompcindex; in _MCOUNT_DECL()
252 *frompcindex = toindex; in _MCOUNT_DECL()