Lines Matching refs:unw_word_t
103 unw_word_t opaque[UNW_TDEP_CURSOR_LEN];
132 unw_word_t start_ip; /* first IP covered by this procedure */
133 unw_word_t end_ip; /* first IP NOT covered by this procedure */
135 unw_word_t last_ip; /* first IP that could begin another procedure */
137 unw_word_t lsda; /* address of lang.-spec. data area (if any) */
138 unw_word_t handler; /* optional personality routine */
139 unw_word_t gp; /* global-pointer value for this procedure */
140 unw_word_t flags; /* misc. flags */
151 unw_word_t start_ip, unw_word_t end_ip);
160 int (*find_proc_info)(unw_addr_space_t, unw_word_t, unw_proc_info_t *,
170 int (*get_dyn_info_list_addr)(unw_addr_space_t, unw_word_t *, void *);
176 int (*access_mem)(unw_addr_space_t, unw_word_t, unw_word_t *, int,
180 int (*access_reg)(unw_addr_space_t, unw_regnum_t, unw_word_t *, int,
193 int (*get_proc_name)(unw_addr_space_t, unw_word_t, char *, size_t,
194 unw_word_t *, void *);
208 unw_word_t addr; /* valid if type==UNW_SLT_MEMORY */
224 unw_word_t start;
225 unw_word_t end;
269 extern void unw_flush_cache(unw_addr_space_t, unw_word_t, unw_word_t);
280 extern int unw_get_proc_info_by_ip(unw_addr_space_t, unw_word_t,
284 extern int unw_get_reg(unw_cursor_t *, int, unw_word_t *);
285 extern int unw_set_reg(unw_cursor_t *, int, unw_word_t);
291 extern int unw_get_proc_name(unw_cursor_t *, char *, size_t, unw_word_t *);