Lines Matching refs:unw_word_t
60 unw_word_t dyn_generation; /* see dyn-common.h */
61 unw_word_t dyn_info_list_addr; /* (cached) dyn_info_list_addr */
82 unw_word_t sigcontext_addr;
95 # 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) \
125 unw_word_t *valp = (unw_word_t *) val; in dwarf_getvr()
126 unw_word_t addr; in dwarf_getvr()
151 unw_word_t *valp = (unw_word_t *) & val; in dwarf_putvr()
152 unw_word_t addr; in dwarf_putvr()
176 unw_word_t *valp = (unw_word_t *) val; in dwarf_getfp()
177 unw_word_t addr; in dwarf_getfp()
197 unw_word_t *valp = (unw_word_t *) & val; in dwarf_putfp()
198 unw_word_t addr; in dwarf_putfp()
216 dwarf_get (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t * val) in dwarf_get()
237 dwarf_put (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t val) in dwarf_put()
290 extern int tdep_fetch_proc_info_post (struct dwarf_cursor *c, unw_word_t ip,
301 extern int tdep_search_unwind_table (unw_addr_space_t as, unw_word_t ip,
308 unw_word_t ip);
312 unw_word_t * valp, int write);
315 extern int tdep_get_func_addr (unw_addr_space_t as, unw_word_t addr,
316 unw_word_t *entry_point);