Searched refs:handler_offset (Results 1 – 1 of 1) sorted by relevance
/external/libunwind/src/ia64/ |
D | Gtables.c | 257 unw_word_t handler_offset, segbase = 0; in unw_search_ia64_unwind_table() local 361 if ((ret = read_mem (as, info_end_addr, &handler_offset, arg)) < 0) in unw_search_ia64_unwind_table() 363 Debug (4, "handler ptr @ offset=%lx, gp=%lx\n", handler_offset, di->gp); in unw_search_ia64_unwind_table() 364 if ((read_mem (as, handler_offset + di->gp, &pi->handler, arg)) < 0) in unw_search_ia64_unwind_table()
|