tabent
char tabent[TABBUFSIZ];
gettable(tname, tabent);
int tabent;
for(uwt = (struct uwtable_ent *) ia64_unwindtab, tabent = 0;
uwt->end <= iprel && tabent < ia64_unwindtablen;
uwt++, tabent += sizeof(struct uwtable_ent));
printf("tabent = %d \n", tabent);
struct tabent *tp;