1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-12-23 12:03:41 +01:00

(_Uia64_find_dyn_list): Declare and document this ia64-specific helper routine.

(Logical change 1.31)
This commit is contained in:
mostang.com!davidm 2002-12-18 05:18:40 +00:00
parent 3df8a3ce23
commit 1c8ee38936

View file

@ -99,4 +99,12 @@ typedef ucontext_t unw_tdep_context_t;
#include "libunwind-common.h"
/* This is a helper routine which the get_dyn_info_list_addr()
callback can use to locate the special dynamic-info list entry in
an IA-64 unwind table. If the entry exists in the table, the
list-address is returned. In all other cases, 0 is returned. */
unw_word_t _Uia64_find_dyn_list (unw_addr_space_t as,
void *table, size_t table_size,
unw_word_t segbase, void *arg);
#endif /* LIBUNWIND_H */