Home | History | Annotate | Download | only in ia64

Lines Matching refs:unw_word_t

63 get_dyn_info_list_addr (unw_addr_space_t as, unw_word_t *dyn_info_list_addr,
76 access_mem (unw_addr_space_t as, unw_word_t addr, unw_word_t *val, int write,
83 if (map_local_is_writable (addr, sizeof(unw_word_t)))
87 *(unw_word_t *) addr = *val;
102 if (map_local_is_readable (addr, sizeof(unw_word_t)))
105 *val = *(unw_word_t *) addr;
126 access_reg (unw_addr_space_t as, unw_regnum_t reg, unw_word_t *val, int write,
281 access_reg (unw_addr_space_t as, unw_regnum_t reg, unw_word_t *val, int write,
284 unw_word_t *addr, mask;
289 mask = ((unw_word_t) 1) << (reg - UNW_IA64_NAT);
323 *val = *(unw_word_t *) addr;
375 get_static_proc_name (unw_addr_space_t as, unw_word_t ip,
376 char *buf, size_t buf_len, unw_word_t *offp,
411 ia64_uc_access_reg (struct cursor *c, ia64_loc_t loc, unw_word_t *valp,
415 unw_word_t uc_addr = IA64_GET_AUX_ADDR (loc);
426 unw_word_t *dst, src;
441 dst = (unw_word_t *) ucp;
454 unw_word_t addr = IA64_GET_ADDR (loc);
469 unw_word_t dst, *src = (unw_word_t *) ucp;
486 unw_word_t uc_addr = IA64_GET_AUX_ADDR (loc);
494 unw_word_t *dst, src;
509 dst = (unw_word_t *) ucp;
523 unw_word_t dst, *src = (unw_word_t *) ucp;