Lines Matching refs:unw_word_t
55 unw_word_t dyn_generation; /* see dyn-common.h */
56 unw_word_t dyn_info_list_addr; /* (cached) dyn_info_list_addr */
74 unw_word_t sigcontext_addr;
75 unw_word_t sigcontext_sp;
76 unw_word_t sigcontext_pc;
86 # define DWARF_REG_LOC(c,r) (DWARF_LOC((unw_word_t) \
89 # define DWARF_FPREG_LOC(c,r) (DWARF_LOC((unw_word_t) \
111 dwarf_get (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t *val) in dwarf_get()
115 *val = *(unw_word_t *) DWARF_GET_LOC (loc); in dwarf_get()
120 dwarf_put (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t val) in dwarf_put()
124 *(unw_word_t *) DWARF_GET_LOC (loc) = val; in dwarf_put()
146 unw_word_t addr; in dwarf_getfp()
157 if ((ret = (*c->as->acc.access_mem) (c->as, addr + 0, (unw_word_t *) valp, in dwarf_getfp()
161 return (*c->as->acc.access_mem) (c->as, addr + 4, (unw_word_t *) valp + 1, 0, in dwarf_getfp()
169 unw_word_t addr; in dwarf_putfp()
180 if ((ret = (*c->as->acc.access_mem) (c->as, addr + 0, (unw_word_t *) valp, in dwarf_putfp()
184 return (*c->as->acc.access_mem) (c->as, addr + 4, (unw_word_t *) valp + 1, in dwarf_putfp()
189 dwarf_get (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t *val) in dwarf_get()
209 dwarf_put (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t val) in dwarf_put()
270 extern int tdep_search_unwind_table (unw_addr_space_t as, unw_word_t ip,
276 unw_word_t ip);
280 unw_word_t *valp, int write);