Searched refs:uwt (Results 1 – 2 of 2) sorted by relevance
1212 struct uwtable_ent *uwt; in get_unwind_table_entry() local1216 for(uwt = (struct uwtable_ent *) ia64_unwindtab, tabent = 0; in get_unwind_table_entry()1218 uwt->end <= iprel && tabent < ia64_unwindtablen; in get_unwind_table_entry()1219 uwt++, tabent += sizeof(struct uwtable_ent)); in get_unwind_table_entry()1222 if (!(uwt->start <= iprel && iprel < uwt->end)) { in get_unwind_table_entry()1227 uwt->start, uwt->end); in get_unwind_table_entry()1237 "uwt->infoptr = %p\n", uwt->start, uwt->end, uwt->infoptr); in get_unwind_table_entry()1240 return uwt; in get_unwind_table_entry()1253 struct uwtable_ent *uwt; in patchunwindframe() local1263 uwt = get_unwind_table_entry(iprel); in patchunwindframe()[all …]
81 * [uwt](https://github.com/fdopen/uwt)