Lines Matching refs:realname
706 /* If we have no realname, use symbol for it */
707 if (!tp->realname)
708 tp->realname = tp->symbol;
864 /* If we have no realname, use symbol for it */
865 if (!tevs[i].point.realname)
866 tevs[i].point.realname = tevs[i].point.symbol;
2453 zfree(&tev->point.realname);
2848 event = tev->point.realname;
3152 tp->realname = strdup_or_goto(sym->name, nomem_out);
3261 if (asprintf(&tp->realname, "abs_%" PRIx64, tp->address) < 0)