• Home
  • Raw
  • Download

Lines Matching refs:unw_word_t

72     unw_word_t dyn_generation;          /* see dyn-common.h */
73 unw_word_t dyn_info_list_addr; /* (cached) dyn_info_list_addr */
110 unw_word_t sigcontext_addr;
111 unw_word_t sigcontext_sp;
112 unw_word_t sigcontext_pc;
123 # define DWARF_REG_LOC(c,r) (DWARF_LOC((unw_word_t) \
126 # define DWARF_FPREG_LOC(c,r) (DWARF_LOC((unw_word_t) \
148 dwarf_get (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t *val) in dwarf_get()
152 *val = *(unw_word_t *) DWARF_GET_LOC (loc); in dwarf_get()
157 dwarf_put (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t val) in dwarf_put()
161 *(unw_word_t *) DWARF_GET_LOC (loc) = val; in dwarf_put()
189 unw_word_t addr; in dwarf_getfp()
200 if ((ret = (*c->as->acc.access_mem) (c->as, addr + 0, (unw_word_t *) valp, in dwarf_getfp()
204 return (*c->as->acc.access_mem) (c->as, addr + 4, (unw_word_t *) valp + 1, 0, in dwarf_getfp()
212 unw_word_t addr; in dwarf_putfp()
223 if ((ret = (*c->as->acc.access_mem) (c->as, addr + 0, (unw_word_t *) valp, in dwarf_putfp()
227 return (*c->as->acc.access_mem) (c->as, addr + 4, (unw_word_t *) valp + 1, in dwarf_putfp()
232 dwarf_get (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t *val) in dwarf_get()
260 dwarf_put (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t val) in dwarf_put()
326 extern int arm_find_proc_info (unw_addr_space_t as, unw_word_t ip,
329 extern int arm_find_proc_info2 (unw_addr_space_t as, unw_word_t ip,
334 extern int tdep_search_unwind_table (unw_addr_space_t as, unw_word_t ip,
340 unw_word_t ip);
344 unw_word_t *valp, int write);