Lines Matching refs:realname
726 /* If we have no realname, use symbol for it */
727 if (!tp->realname)
728 tp->realname = tp->symbol;
884 /* If we have no realname, use symbol for it */
885 if (!tevs[i].point.realname)
886 tevs[i].point.realname = tevs[i].point.symbol;
2505 zfree(&tev->point.realname);
2921 event = tev->point.realname;
3234 tp->realname = strdup_or_goto(sym->name, nomem_out);
3343 if (asprintf(&tp->realname, "abs_%" PRIx64, tp->address) < 0)