Home | History | Annotate | Download | only in massif

Lines Matching full:fn_ptr

366    Char** fn_ptr;
374 fn_ptr = VG_(indexXA)(fns, i);
375 if (VG_STREQ(fnname, *fn_ptr))
2534 Char** fn_ptr = VG_(indexXA)(alloc_fns, i);
2535 VERB(1, " %s\n", *fn_ptr);
2543 Char** fn_ptr = VG_(indexXA)(ignore_fns, i);
2544 VERB(1, " %d: %s\n", i, *fn_ptr);