Home | History | Annotate | Download | only in x86

Lines Matching refs:unw_word_t

71 get_dyn_info_list_addr (unw_addr_space_t as, unw_word_t *dyn_info_list_addr,
74 *dyn_info_list_addr = (unw_word_t) &_U_dyn_info_list;
88 static unw_word_t last_good_addr[NLGA];
92 validate_mem (unw_word_t addr)
100 if (PAGE_START(addr + sizeof (unw_word_t) - 1) == PAGE_START(addr))
141 access_mem (unw_addr_space_t as, unw_word_t addr, unw_word_t *val, int write,
148 if (map_local_is_writable (addr, sizeof(unw_word_t)))
152 *(unw_word_t *) addr = *val;
171 if (map_local_is_readable (addr, sizeof(unw_word_t)))
174 *val = *(unw_word_t *) addr;
190 access_reg (unw_addr_space_t as, unw_regnum_t reg, unw_word_t *val, int write,
193 unw_word_t *addr;
204 *(unw_word_t *) addr = *val;
209 *val = *(unw_word_t *) addr;
253 get_static_proc_name (unw_addr_space_t as, unw_word_t ip,
254 char *buf, size_t buf_len, unw_word_t *offp,
261 access_mem_unrestricted (unw_addr_space_t as, unw_word_t addr, unw_word_t *val,
267 *val = *(unw_word_t *) addr;