Home
last modified time | relevance | path

Searched refs:uwt (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/arch/ia64/unwind/
H A Dstackframe.c1212 struct uwtable_ent *uwt; in get_unwind_table_entry() local
1216 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() local
1263 uwt = get_unwind_table_entry(iprel); in patchunwindframe()
[all …]
/netbsd-src/external/mit/libuv/dist/
H A DLINKS.md81 * [uwt](https://github.com/fdopen/uwt)