Lines Matching refs:unw_word_t
63 unw_word_t dyn_generation; /* see dyn-common.h */
64 unw_word_t dyn_info_list_addr; /* (cached) dyn_info_list_addr */
85 unw_word_t sigcontext_addr;
98 # define DWARF_REG_LOC(c,r) (DWARF_LOC((unw_word_t) \
100 # define DWARF_FPREG_LOC(c,r) (DWARF_LOC((unw_word_t) \
102 # define DWARF_VREG_LOC(c,r) (DWARF_LOC((unw_word_t) \
128 unw_word_t *valp = (unw_word_t *) val; in dwarf_getvr()
129 unw_word_t addr; in dwarf_getvr()
154 unw_word_t *valp = (unw_word_t *) & val; in dwarf_putvr()
155 unw_word_t addr; in dwarf_putvr()
179 unw_word_t *valp = (unw_word_t *) val; in dwarf_getfp()
180 unw_word_t addr; in dwarf_getfp()
200 unw_word_t *valp = (unw_word_t *) & val; in dwarf_putfp()
201 unw_word_t addr; in dwarf_putfp()
219 dwarf_get (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t * val) in dwarf_get()
240 dwarf_put (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t val) in dwarf_put()
292 extern int tdep_fetch_proc_info_post (struct dwarf_cursor *c, unw_word_t ip,
303 extern int tdep_search_unwind_table (unw_addr_space_t as, unw_word_t ip,
310 pid_t pid, unw_word_t ip,
315 unw_word_t * valp, int write);
318 extern int tdep_get_func_addr (unw_addr_space_t as, unw_word_t addr,
319 unw_word_t *entry_point);