Lines Matching refs:unw_word_t
109 unw_word_t opaque[UNW_TDEP_CURSOR_LEN];
139 unw_word_t start_ip; /* first IP covered by this procedure */
140 unw_word_t end_ip; /* first IP NOT covered by this procedure */
141 unw_word_t lsda; /* address of lang.-spec. data area (if any) */
142 unw_word_t handler; /* optional personality routine */
143 unw_word_t gp; /* global-pointer value for this procedure */
144 unw_word_t flags; /* misc. flags */
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 *);
211 unw_word_t addr; /* valid if type==UNW_SLT_MEMORY */
229 unw_word_t start;
230 unw_word_t end;
231 unw_word_t offset;
232 unw_word_t load_base;
270 extern void unw_flush_cache (unw_addr_space_t, unw_word_t, unw_word_t);
279 extern int unw_get_proc_info_by_ip (unw_addr_space_t, unw_word_t,
281 extern int unw_get_reg (unw_cursor_t *, int, unw_word_t *);
282 extern int unw_set_reg (unw_cursor_t *, int, unw_word_t);
288 extern int unw_get_proc_name (unw_cursor_t *, char *, size_t, unw_word_t *);
289 extern int unw_get_proc_name_by_ip (unw_addr_space_t, unw_word_t, char *,
290 size_t, unw_word_t *, void *);