Lines Matching defs:new
664 * Dump the new-style gprof header. Even if one of the original
1030 does_overlap(ProfModule *new, mod_info_t *old)
1032 /* case 1: new module lies completely *before* the old one */
1033 if (new->startaddr < old->load_base && new->endaddr <= old->load_base)
1036 /* case 2: new module lies completely *after* the old one */
1037 if (new->startaddr >= old->load_end && new->endaddr >= old->load_end)
1138 * Check if this new shared object will overlap
1185 * Check if gmon.out is outdated with respect to the new
1195 /* Create a new module element */
1267 * Before processing a new gmon.out, all modules except the
1547 * new format ProfHeader.
1561 (void) fprintf(stderr, "%s: can't mix old & new format "
1571 (void) fprintf(stderr, "%s: can't mix old & new format "