Lines Matching refs:unw_word_t
65 unw_word_t dyn_generation; /* see dyn-common.h */
66 unw_word_t dyn_info_list_addr; /* (cached) dyn_info_list_addr */
82 unw_word_t sigcontext_addr;
83 unw_word_t sigcontext_sp;
84 unw_word_t sigcontext_pc;
103 # define DWARF_REG_LOC(c,r) (DWARF_LOC((unw_word_t) \
106 # define DWARF_FPREG_LOC(c,r) (DWARF_LOC((unw_word_t) \
128 dwarf_get (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t *val) in dwarf_get()
132 *val = *(unw_word_t *) (intptr_t) DWARF_GET_LOC (loc); in dwarf_get()
137 dwarf_put (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t val) in dwarf_put()
141 *(unw_word_t *) (intptr_t) DWARF_GET_LOC (loc) = val; in dwarf_put()
163 unw_word_t addr; in dwarf_getfp()
176 return (*c->as->acc.access_mem) (c->as, addr, (unw_word_t *) valp, in dwarf_getfp()
187 unw_word_t addr; in dwarf_putfp()
200 return (*c->as->acc.access_mem) (c->as, addr, (unw_word_t *) valp, in dwarf_putfp()
208 dwarf_get (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t *val) in dwarf_get()
228 dwarf_put (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t val) in dwarf_put()
290 extern int tdep_search_unwind_table (unw_addr_space_t as, unw_word_t ip,
294 extern int tdep_get_elf_image (struct elf_image *ei, pid_t pid, unw_word_t ip,
299 unw_word_t *valp, int write);