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 */
84 unw_word_t sigcontext_addr;
94 # define DWARF_REG_LOC(c,r) (DWARF_LOC((unw_word_t) \
97 # define DWARF_FPREG_LOC(c,r) (DWARF_LOC((unw_word_t) \
99 # define DWARF_VREG_LOC(c,r) (DWARF_LOC((unw_word_t) \
139 dwarf_get (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t *val) in dwarf_get()
143 *val = *(unw_word_t *) DWARF_GET_LOC (loc); in dwarf_get()
148 dwarf_put (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t val) in dwarf_put()
152 *(unw_word_t *) DWARF_GET_LOC (loc) = val; in dwarf_put()
178 unw_word_t *valp = (unw_word_t *) val; in dwarf_getvr()
179 unw_word_t addr; in dwarf_getvr()
204 unw_word_t *valp = (unw_word_t *) & val; in dwarf_putvr()
205 unw_word_t addr; in dwarf_putvr()
229 unw_word_t *valp = (unw_word_t *) val; in dwarf_getfp()
230 unw_word_t addr; in dwarf_getfp()
250 unw_word_t *valp = (unw_word_t *) & val; in dwarf_putfp()
251 unw_word_t addr; in dwarf_putfp()
269 dwarf_get (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t * val) in dwarf_get()
290 dwarf_put (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t val) in dwarf_put()
345 extern int tdep_fetch_proc_info_post (struct dwarf_cursor *c, unw_word_t ip,
356 extern int tdep_search_unwind_table (unw_addr_space_t as, unw_word_t ip,
363 unw_word_t ip);
367 unw_word_t * valp, int write);
370 extern int tdep_get_func_addr (unw_addr_space_t as, unw_word_t addr,
371 unw_word_t *entry_point);