• Home
  • Raw
  • Download

Lines Matching refs:unw_word_t

51 typedef unw_word_t aarch64_loc_t;
57 unw_word_t w0, w1;
73 unw_word_t dyn_generation; /* see dyn-common.h */
74 unw_word_t dyn_info_list_addr; /* (cached) dyn_info_list_addr */
91 unw_word_t sigcontext_addr;
92 unw_word_t sigcontext_sp;
93 unw_word_t sigcontext_pc;
103 # define DWARF_REG_LOC(c,r) (DWARF_LOC((unw_word_t) \
106 # define DWARF_FPREG_LOC(c,r) (DWARF_LOC((unw_word_t) \
114 if (!addr || !map_local_is_readable ((unw_word_t) (uintptr_t) addr, sizeof(unw_fpreg_t))) in dwarf_getfp()
127 if (!addr || !map_local_is_writable ((unw_word_t) (uintptr_t) addr, sizeof(unw_fpreg_t))) in dwarf_putfp()
136 dwarf_get (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t *val) in dwarf_get()
147 dwarf_put (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t val) in dwarf_put()
175 unw_word_t addr; in dwarf_getfp()
186 if ((ret = (*c->as->acc.access_mem) (c->as, addr + 0, (unw_word_t *) valp, in dwarf_getfp()
190 return (*c->as->acc.access_mem) (c->as, addr + 4, (unw_word_t *) valp + 1, 0, in dwarf_getfp()
198 unw_word_t addr; in dwarf_putfp()
209 if ((ret = (*c->as->acc.access_mem) (c->as, addr + 0, (unw_word_t *) valp, in dwarf_putfp()
213 return (*c->as->acc.access_mem) (c->as, addr + 4, (unw_word_t *) valp + 1, in dwarf_putfp()
218 dwarf_get (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t *val) in dwarf_get()
238 dwarf_put (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t val) in dwarf_put()
300 extern int tdep_search_unwind_table (unw_addr_space_t as, unw_word_t ip,
306 pid_t pid, unw_word_t ip,
311 unw_word_t *valp, int write);