Lines Matching refs:unw_word_t
54 unw_word_t dyn_generation; /* see dyn-common.h */
55 unw_word_t dyn_info_list_addr; /* (cached) dyn_info_list_addr */
75 unw_word_t sigcontext_addr;
85 # define DWARF_REG_LOC(c,r) (DWARF_LOC((unw_word_t) \
88 # define DWARF_FPREG_LOC(c,r) (DWARF_LOC((unw_word_t) \
110 dwarf_get (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t *val) in dwarf_get()
114 *val = *(unw_word_t *) DWARF_GET_LOC (loc); in dwarf_get()
119 dwarf_put (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t val) in dwarf_put()
123 *(unw_word_t *) DWARF_GET_LOC (loc) = val; in dwarf_put()
145 unw_word_t addr; in dwarf_getfp()
156 if ((ret = (*c->as->acc.access_mem) (c->as, addr + 0, (unw_word_t *) valp, in dwarf_getfp()
160 return (*c->as->acc.access_mem) (c->as, addr + 4, (unw_word_t *) valp + 1, 0, in dwarf_getfp()
168 unw_word_t addr; in dwarf_putfp()
179 if ((ret = (*c->as->acc.access_mem) (c->as, addr + 0, (unw_word_t *) valp, in dwarf_putfp()
183 return (*c->as->acc.access_mem) (c->as, addr + 4, (unw_word_t *) valp + 1, in dwarf_putfp()
188 dwarf_get (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t *val) in dwarf_get()
208 dwarf_put (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t val) in dwarf_put()
269 extern int tdep_search_unwind_table (unw_addr_space_t as, unw_word_t ip,
275 unw_word_t ip);
279 unw_word_t *valp, int write);