Home | History | Annotate | Download | only in x86_64

Lines Matching refs:unw_tdep_frame_t

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,
272 static unw_tdep_frame_t *
288 unw_tdep_frame_t *frame;
447 unw_tdep_frame_t *f = trace_lookup (cursor, cache, cfa, rip, rbp, rsp);