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 */
79 unw_word_t sigcontext_addr;
80 unw_word_t sigcontext_sp;
81 unw_word_t sigcontext_pc;
91 # define DWARF_REG_LOC(c,r) (DWARF_LOC((unw_word_t) \
94 # define DWARF_FPREG_LOC(c,r) (DWARF_LOC((unw_word_t) \
102 if (!addr || !map_local_is_readable ((unw_word_t) (uintptr_t) addr, sizeof(unw_fpreg_t))) in dwarf_getfp()
115 if (!addr || !map_local_is_writable ((unw_word_t) (uintptr_t) addr, sizeof(unw_fpreg_t))) in dwarf_putfp()
124 dwarf_get (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t *val) in dwarf_get()
135 dwarf_put (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t val) in dwarf_put()
163 unw_word_t addr; in dwarf_getfp()
174 if ((ret = (*c->as->acc.access_mem) (c->as, addr + 0, (unw_word_t *) valp, in dwarf_getfp()
178 return (*c->as->acc.access_mem) (c->as, addr + 4, (unw_word_t *) valp + 1, 0, in dwarf_getfp()
186 unw_word_t addr; in dwarf_putfp()
197 if ((ret = (*c->as->acc.access_mem) (c->as, addr + 0, (unw_word_t *) valp, in dwarf_putfp()
201 return (*c->as->acc.access_mem) (c->as, addr + 4, (unw_word_t *) valp + 1, in dwarf_putfp()
206 dwarf_get (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t *val) in dwarf_get()
226 dwarf_put (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t val) in dwarf_put()
288 extern int arm_find_proc_info (unw_addr_space_t as, unw_word_t ip,
293 extern int tdep_search_unwind_table (unw_addr_space_t as, unw_word_t ip,
299 pid_t pid, unw_word_t ip,
304 unw_word_t *valp, int write);