Home | History | Annotate | Download | only in coregrind

Lines Matching defs:callers

197 /* Max number of callers for context in a suppression. */
234 // Length of 'callers'
236 // Array of callers, for matching stack traces. First one (name of fn
238 SuppLoc* callers;
1371 BOMB("too many callers in stack trace");
1380 // If the num callers is >= VG_(clo_backtrace_size), ignore any extra
1403 // Copy tmp_callers[] into supp->callers[]
1405 supp->callers = VG_(arena_malloc)(VG_AR_CORE, "errormgr.losf.4",
1408 supp->callers[i] = tmp_callers[i];
1617 SuppLoc* supps = su->callers;