Home | History | Annotate | Download | only in tdep-arm

Lines Matching refs:unw_word_t

58     unw_word_t dyn_generation;		/* see dyn-common.h */
59 unw_word_t dyn_info_list_addr; /* (cached) dyn_info_list_addr */
79 unw_word_t sigcontext_addr;
80 unw_word_t sigcontext_sp;
81 unw_word_t sigcontext_pc;
91 # define DWARF_REG_LOC(c,r) (DWARF_LOC((unw_word_t) \
94 # define DWARF_FPREG_LOC(c,r) (DWARF_LOC((unw_word_t) \
102 if (!addr || !map_local_is_readable ((unw_word_t) (uintptr_t) addr, sizeof(unw_fpreg_t)))
115 if (!addr || !map_local_is_writable ((unw_word_t) (uintptr_t) addr, sizeof(unw_fpreg_t)))
124 dwarf_get (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t *val)
135 dwarf_put (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t val)
163 unw_word_t addr;
174 if ((ret = (*c->as->acc.access_mem) (c->as, addr + 0, (unw_word_t *) valp,
178 return (*c->as->acc.access_mem) (c->as, addr + 4, (unw_word_t *) valp + 1, 0,
186 unw_word_t addr;
197 if ((ret = (*c->as->acc.access_mem) (c->as, addr + 0, (unw_word_t *) valp,
201 return (*c->as->acc.access_mem) (c->as, addr + 4, (unw_word_t *) valp + 1,
206 dwarf_get (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t *val)
211 /* If a code-generator were to save a value of type unw_word_t in a
226 dwarf_put (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t val)
231 /* If a code-generator were to save a value of type unw_word_t in a
288 extern int arm_find_proc_info (unw_addr_space_t as, unw_word_t ip,
293 extern int tdep_search_unwind_table (unw_addr_space_t as, unw_word_t ip,
299 pid_t pid, unw_word_t ip,
304 unw_word_t *valp, int write);