HomeSort by relevance Sort by last modified time
    Searched refs:unw_tdep_frame_t (Results 1 - 12 of 12) sorted by null

  /external/libunwind/src/x86_64/
Gtrace.c 40 unw_tdep_frame_t *frames;
47 static const unw_tdep_frame_t empty_frame = { 0, UNW_X86_64_FRAME_OTHER, -1, -1, 0, -1, -1 };
71 munmap (cache->frames, (1u << cache->log_size) * sizeof(unw_tdep_frame_t));
85 static unw_tdep_frame_t *
88 unw_tdep_frame_t *frames;
91 GET_MEMORY(frames, n * sizeof (unw_tdep_frame_t));
144 unw_tdep_frame_t *new_frames = trace_cache_buckets (1u << new_log_size);
153 munmap(cache->frames, old_size * sizeof(unw_tdep_frame_t));
213 static unw_tdep_frame_t *
214 trace_init_addr (unw_tdep_frame_t *f
    [all...]
Gstash_frame.c 32 unw_tdep_frame_t *f = &c->frame_info;
  /external/libunwind/include/tdep-x86_64/
libunwind_i.h 63 unw_tdep_frame_t; typedef in typeref:struct:__anon28511
87 unw_tdep_frame_t frame_info; /* quick tracing assist info */
  /external/libunwind/include/tdep-ia64/
libunwind_i.h 42 unw_tdep_frame_t; typedef in typeref:struct:__anon28499
  /external/libunwind/include/tdep-aarch64/
libunwind_i.h 47 unw_tdep_frame_t; typedef in typeref:struct:__anon28493
  /external/libunwind/include/tdep-arm/
libunwind_i.h 46 unw_tdep_frame_t; typedef in typeref:struct:__anon28495
  /external/libunwind/include/tdep-hppa/
libunwind_i.h 46 unw_tdep_frame_t; typedef in typeref:struct:__anon28497
  /external/libunwind/include/tdep-mips/
libunwind_i.h 49 unw_tdep_frame_t; typedef in typeref:struct:__anon28501
  /external/libunwind/include/tdep-ppc32/
libunwind_i.h 52 unw_tdep_frame_t; typedef in typeref:struct:__anon28502
  /external/libunwind/include/tdep-ppc64/
libunwind_i.h 52 unw_tdep_frame_t; typedef in typeref:struct:__anon28504
  /external/libunwind/include/tdep-sh/
libunwind_i.h 46 unw_tdep_frame_t; typedef in typeref:struct:__anon28506
  /external/libunwind/include/tdep-x86/
libunwind_i.h 46 unw_tdep_frame_t; typedef in typeref:struct:__anon28508

Completed in 76 milliseconds