Home
last modified time | relevance | path

Searched refs:libunwind_frame_cache (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dlibunwind-frame.c61 struct libunwind_frame_cache struct
124 static struct libunwind_frame_cache *
125 libunwind_frame_cache (struct frame_info *next_frame, void **this_cache) in libunwind_frame_cache() function
131 struct libunwind_frame_cache *cache; in libunwind_frame_cache()
139 cache = FRAME_OBSTACK_ZALLOC (struct libunwind_frame_cache); in libunwind_frame_cache()
224 struct libunwind_frame_cache *cache = in libunwind_frame_this_id()
225 libunwind_frame_cache (next_frame, this_cache); in libunwind_frame_this_id()
236 struct libunwind_frame_cache *cache = in libunwind_frame_prev_register()
237 libunwind_frame_cache (next_frame, this_cache); in libunwind_frame_prev_register()
312 struct libunwind_frame_cache *cache = in libunwind_frame_base_address()
[all …]