Lines Matching refs:unw_word_t
62 unw_word_t dyn_generation; /* see dyn-common.h */
63 unw_word_t dyn_info_list_addr; /* (cached) dyn_info_list_addr */
76 unw_word_t sigcontext_addr;
94 # define DWARF_REG_LOC(c,r) (DWARF_LOC((unw_word_t) (intptr_t) \
97 # define DWARF_FPREG_LOC(c,r) (DWARF_LOC((unw_word_t) (intptr_t) \
120 dwarf_get (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t *val) in dwarf_get()
129 dwarf_put (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t val) in dwarf_put()
152 read_s32 (struct dwarf_cursor *c, unw_word_t addr, unw_word_t *val) in read_s32()
156 unw_word_t memval; in read_s32()
171 write_s32 (struct dwarf_cursor *c, unw_word_t addr, const unw_word_t *val) in write_s32()
175 unw_word_t memval; in write_s32()
194 unw_word_t addr; in dwarf_getfp()
205 if ((ret = (*c->as->acc.access_mem) (c->as, addr + 0, (unw_word_t *) valp, in dwarf_getfp()
209 return (*c->as->acc.access_mem) (c->as, addr + 4, (unw_word_t *) valp + 1, 0, in dwarf_getfp()
217 unw_word_t addr; in dwarf_putfp()
228 if ((ret = (*c->as->acc.access_mem) (c->as, addr + 0, (unw_word_t *) valp, in dwarf_putfp()
232 return (*c->as->acc.access_mem) (c->as, addr + 4, (unw_word_t *) valp + 1, in dwarf_putfp()
237 dwarf_get (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t *val) in dwarf_get()
267 dwarf_put (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t val) in dwarf_put()
329 extern int tdep_search_unwind_table (unw_addr_space_t as, unw_word_t ip,
335 unw_word_t ip);
339 unw_word_t *valp, int write);