Lines Matching refs:realname
692 /* If we have no realname, use symbol for it */
693 if (!tp->realname)
694 tp->realname = tp->symbol;
847 /* If we have no realname, use symbol for it */
848 if (!tevs[i].point.realname)
849 tevs[i].point.realname = tevs[i].point.symbol;
2409 zfree(&tev->point.realname);
2800 event = tev->point.realname;
3082 tp->realname = strdup_or_goto(sym->name, nomem_out);
3191 if (asprintf(&tp->realname, "abs_%lx", tp->address) < 0)