1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-06-30 13:11:44 +02:00

(rbs_find): Declare.

(Logical change 1.173)
This commit is contained in:
hp.com!davidm 2004-02-19 01:37:27 +00:00
parent 4a0d7bd478
commit 57b8d6d7eb

View file

@ -377,6 +377,7 @@ struct ia64_labeled_state
#define ia64_strloc UNW_OBJ(strloc)
#define ia64_install_cursor UNW_OBJ(install_cursor)
#define rbs_switch UNW_OBJ(rbs_switch)
#define rbs_find UNW_OBJ(rbs_find)
#define rbs_find_stacked UNW_OBJ(rbs_find_stacked)
#define rbs_cover_and_flush UNW_OBJ(rbs_cover_and_flush)
@ -402,6 +403,7 @@ extern int ia64_local_resume (unw_addr_space_t as, unw_cursor_t *cursor,
extern int rbs_switch (struct cursor *c,
unw_word_t saved_bsp, unw_word_t saved_bspstore,
ia64_loc_t saved_rnat_loc);
extern struct rbs_area *rbs_find (struct cursor *c, unw_word_t addr);
extern int rbs_find_stacked (struct cursor *c, unw_word_t regs_to_skip,
ia64_loc_t *locp, ia64_loc_t *rnat_locp);
extern int rbs_cover_and_flush (struct cursor *c, unw_word_t nregs);