Searched refs:trace_lookup (Results 1 – 3 of 3) sorted by relevance
/third_party/libunwind/src/aarch64/ |
D | Gtrace.c | 276 trace_lookup (unw_cursor_t *cursor, in trace_lookup() function 451 unw_tdep_frame_t *f = trace_lookup (cursor, cache, cfa, pc, fp, sp); in tdep_trace()
|
/third_party/libunwind/src/arm/ |
D | Gtrace.c | 278 trace_lookup (unw_cursor_t *cursor, in trace_lookup() function 453 unw_tdep_frame_t *f = trace_lookup (cursor, cache, cfa, pc, r7, sp); in tdep_trace()
|
/third_party/libunwind/src/x86_64/ |
D | Gtrace.c | 274 trace_lookup (unw_cursor_t *cursor, in trace_lookup() function 449 unw_tdep_frame_t *f = trace_lookup (cursor, cache, cfa, rip, rbp, rsp); in tdep_trace()
|