HomeSort by: relevance | last modified time | path
    Searched defs:libunwind_frame_cache (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
ia64-libunwind-tdep.c 90 struct libunwind_frame_cache struct
154 static struct libunwind_frame_cache *
155 libunwind_frame_cache (const frame_info_ptr &this_frame, void **this_cache) function
161 struct libunwind_frame_cache *cache;
167 return (struct libunwind_frame_cache *) *this_cache;
170 cache = FRAME_OBSTACK_ZALLOC (struct libunwind_frame_cache);
232 struct libunwind_frame_cache *cache
233 = (struct libunwind_frame_cache *) this_cache;
260 when setting up the frame cache (see libunwind_frame_cache()).
297 struct libunwind_frame_cache *cache
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
ia64-libunwind-tdep.c 90 struct libunwind_frame_cache struct
154 static struct libunwind_frame_cache *
155 libunwind_frame_cache (const frame_info_ptr &this_frame, void **this_cache) function
161 struct libunwind_frame_cache *cache;
167 return (struct libunwind_frame_cache *) *this_cache;
170 cache = FRAME_OBSTACK_ZALLOC (struct libunwind_frame_cache);
232 struct libunwind_frame_cache *cache
233 = (struct libunwind_frame_cache *) this_cache;
260 when setting up the frame cache (see libunwind_frame_cache()).
297 struct libunwind_frame_cache *cache
    [all...]

Completed in 18 milliseconds