Searched refs:unw_tdep_frame_t (Results 1 - 12 of 12) sorted by relevance

/external/libunwind/src/x86_64/
H A DGtrace.c40 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 *
[all...]
H A DGstash_frame.c32 unw_tdep_frame_t *f = &c->frame_info;
/external/libunwind/include/tdep-x86_64/
H A Dlibunwind_i.h63 unw_tdep_frame_t; typedef in typeref:struct:__anon24709
87 unw_tdep_frame_t frame_info; /* quick tracing assist info */
/external/libunwind/include/tdep-ia64/
H A Dlibunwind_i.h42 unw_tdep_frame_t; typedef in typeref:struct:__anon24697
/external/libunwind/include/tdep-aarch64/
H A Dlibunwind_i.h47 unw_tdep_frame_t; typedef in typeref:struct:__anon24691
/external/libunwind/include/tdep-arm/
H A Dlibunwind_i.h46 unw_tdep_frame_t; typedef in typeref:struct:__anon24693
/external/libunwind/include/tdep-hppa/
H A Dlibunwind_i.h46 unw_tdep_frame_t; typedef in typeref:struct:__anon24695
/external/libunwind/include/tdep-mips/
H A Dlibunwind_i.h49 unw_tdep_frame_t; typedef in typeref:struct:__anon24699
/external/libunwind/include/tdep-ppc32/
H A Dlibunwind_i.h52 unw_tdep_frame_t; typedef in typeref:struct:__anon24700
/external/libunwind/include/tdep-ppc64/
H A Dlibunwind_i.h52 unw_tdep_frame_t; typedef in typeref:struct:__anon24702
/external/libunwind/include/tdep-sh/
H A Dlibunwind_i.h46 unw_tdep_frame_t; typedef in typeref:struct:__anon24704
/external/libunwind/include/tdep-x86/
H A Dlibunwind_i.h46 unw_tdep_frame_t; typedef in typeref:struct:__anon24706

Completed in 4200 milliseconds