Lines Matching refs:unw_word_t
2079 unw_word_t start_offset;
2080 unw_word_t end_offset;
2081 unw_word_t info_offset;
2176 ia64_access_reg (unw_addr_space_t as, unw_regnum_t uw_regnum, unw_word_t *val, in ia64_access_reg()
2180 unw_word_t bsp, sof, sol, cfm, psr, ip; in ia64_access_reg()
2305 unw_word_t addr, unw_word_t *val, in ia64_access_mem()
2310 return target_write_memory (addr, (char *) val, sizeof (unw_word_t)); in ia64_access_mem()
2312 return target_read_memory (addr, (char *) val, sizeof (unw_word_t)); in ia64_access_mem()
2328 get_kernel_table (unw_word_t ip, unw_dyn_info_t *di) in get_kernel_table()
2360 di->u.ti.name_ptr = (unw_word_t) "<kernel>"; in get_kernel_table()
2362 di->u.ti.table_len = ((char *) etab - (char *) ktab) / sizeof (unw_word_t); in get_kernel_table()
2363 di->u.ti.table_data = (unw_word_t *) ktab; in get_kernel_table()
2377 ia64_find_unwind_table (struct objfile *objfile, unw_word_t ip, in ia64_find_unwind_table()
2382 unw_word_t segbase = 0; in ia64_find_unwind_table()
2399 if ((unw_word_t) (ip - load_base - phdr[i].p_vaddr) in ia64_find_unwind_table()
2426 dip->u.rti.name_ptr = (unw_word_t) bfd_get_filename (bfd); in ia64_find_unwind_table()
2428 dip->u.rti.table_len = p_unwind->p_memsz / sizeof (unw_word_t); in ia64_find_unwind_table()
2436 ia64_find_proc_info_x (unw_addr_space_t as, unw_word_t ip, unw_proc_info_t *pi, in ia64_find_proc_info_x()
2502 unw_word_t *dilap, void *arg) in ia64_get_dyn_info_list()
2506 unw_word_t ip, addr; in ia64_get_dyn_info_list()