Lines Matching refs:unw_word_t
68 typedef unw_word_t aarch64_loc_t;
74 unw_word_t w0, w1;
86 unw_word_t dyn_generation; /* see dyn-common.h */
87 unw_word_t dyn_info_list_addr; /* (cached) dyn_info_list_addr */
119 unw_word_t sigcontext_addr;
120 unw_word_t sigcontext_sp;
121 unw_word_t sigcontext_pc;
140 # define DWARF_REG_LOC(c,r) (DWARF_LOC((unw_word_t) \
143 # define DWARF_FPREG_LOC(c,r) (DWARF_LOC((unw_word_t) \
165 dwarf_get (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t *val) in dwarf_get()
169 *val = *(unw_word_t *) DWARF_GET_LOC (loc); in dwarf_get()
174 dwarf_put (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t val) in dwarf_put()
178 *(unw_word_t *) DWARF_GET_LOC (loc) = val; in dwarf_put()
206 unw_word_t addr; in dwarf_getfp()
217 if ((ret = (*c->as->acc.access_mem) (c->as, addr + 0, (unw_word_t *) valp, in dwarf_getfp()
221 return (*c->as->acc.access_mem) (c->as, addr + 4, (unw_word_t *) valp + 1, 0, in dwarf_getfp()
229 unw_word_t addr; in dwarf_putfp()
240 if ((ret = (*c->as->acc.access_mem) (c->as, addr + 0, (unw_word_t *) valp, in dwarf_putfp()
244 return (*c->as->acc.access_mem) (c->as, addr + 4, (unw_word_t *) valp + 1, in dwarf_putfp()
249 dwarf_get (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t *val) in dwarf_get()
277 dwarf_put (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t val) in dwarf_put()
342 extern int tdep_search_unwind_table (unw_addr_space_t as, unw_word_t ip,
348 unw_word_t ip);
352 unw_word_t *valp, int write);