Searched refs:unw_tdep_frame_t (Results 1 – 12 of 12) sorted by relevance
/external/libunwind/src/x86_64/ |
D | 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)); in trace_cache_free() 85 static unw_tdep_frame_t * 88 unw_tdep_frame_t *frames; in trace_cache_buckets() 91 GET_MEMORY(frames, n * sizeof (unw_tdep_frame_t)); in trace_cache_buckets() 144 unw_tdep_frame_t *new_frames = trace_cache_buckets (1u << new_log_size); in trace_cache_expand() 153 munmap(cache->frames, old_size * sizeof(unw_tdep_frame_t)); in trace_cache_expand() 213 static unw_tdep_frame_t * 214 trace_init_addr (unw_tdep_frame_t *f, in trace_init_addr() [all …]
|
D | Gstash_frame.c | 32 unw_tdep_frame_t *f = &c->frame_info; in tdep_stash_frame()
|
/external/libunwind/include/tdep-x86_64/ |
D | libunwind_i.h | 63 unw_tdep_frame_t; typedef 87 unw_tdep_frame_t frame_info; /* quick tracing assist info */
|
/external/libunwind/include/tdep-ia64/ |
D | libunwind_i.h | 42 unw_tdep_frame_t; typedef
|
/external/libunwind/include/tdep-aarch64/ |
D | libunwind_i.h | 47 unw_tdep_frame_t; typedef
|
/external/libunwind/include/tdep-sh/ |
D | libunwind_i.h | 46 unw_tdep_frame_t; typedef
|
/external/libunwind/include/tdep-hppa/ |
D | libunwind_i.h | 46 unw_tdep_frame_t; typedef
|
/external/libunwind/include/tdep-x86/ |
D | libunwind_i.h | 46 unw_tdep_frame_t; typedef
|
/external/libunwind/include/tdep-arm/ |
D | libunwind_i.h | 46 unw_tdep_frame_t; typedef
|
/external/libunwind/include/tdep-ppc32/ |
D | libunwind_i.h | 52 unw_tdep_frame_t; typedef
|
/external/libunwind/include/tdep-mips/ |
D | libunwind_i.h | 49 unw_tdep_frame_t; typedef
|
/external/libunwind/include/tdep-ppc64/ |
D | libunwind_i.h | 52 unw_tdep_frame_t; typedef
|