Lines Matching refs:unw_word_t
58 unw_word_t dyn_generation; /* see dyn-common.h */
59 unw_word_t dyn_info_list_addr; /* (cached) dyn_info_list_addr */
77 unw_word_t sigcontext_addr;
78 unw_word_t sigcontext_sp;
79 unw_word_t sigcontext_pc;
89 # define DWARF_REG_LOC(c,r) (DWARF_LOC((unw_word_t) \
92 # define DWARF_FPREG_LOC(c,r) (DWARF_LOC((unw_word_t) \
100 if (!addr || !map_local_is_readable ((unw_word_t) addr, sizeof(unw_fpreg_t))) in dwarf_getfp()
113 if (!addr || !map_local_is_writable ((unw_word_t) addr, sizeof(unw_fpreg_t))) in dwarf_putfp()
122 dwarf_get (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t *val) in dwarf_get()
133 dwarf_put (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t val) in dwarf_put()
161 unw_word_t addr; in dwarf_getfp()
172 if ((ret = (*c->as->acc.access_mem) (c->as, addr + 0, (unw_word_t *) valp, in dwarf_getfp()
176 return (*c->as->acc.access_mem) (c->as, addr + 4, (unw_word_t *) valp + 1, 0, in dwarf_getfp()
184 unw_word_t addr; in dwarf_putfp()
195 if ((ret = (*c->as->acc.access_mem) (c->as, addr + 0, (unw_word_t *) valp, in dwarf_putfp()
199 return (*c->as->acc.access_mem) (c->as, addr + 4, (unw_word_t *) valp + 1, in dwarf_putfp()
204 dwarf_get (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t *val) in dwarf_get()
224 dwarf_put (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t val) in dwarf_put()
284 extern int tdep_search_unwind_table (unw_addr_space_t as, unw_word_t ip,
290 pid_t pid, unw_word_t ip,
295 unw_word_t *valp, int write);