Home
last modified time | relevance | path

Searched refs:UNW_AARCH64_FRAME_OTHER (Results 1 – 3 of 3) sorted by relevance

/third_party/libunwind/src/aarch64/
DGtrace.c49 static const unw_tdep_frame_t empty_frame = { 0, UNW_AARCH64_FRAME_OTHER, -1, -1, 0, -1, -1, -1 };
229 f->frame_type = UNW_AARCH64_FRAME_OTHER; in trace_init_addr()
DGstash_frame.c53 if (f->frame_type == UNW_AARCH64_FRAME_OTHER in tdep_stash_frame()
/third_party/libunwind/include/tdep-aarch64/
Dlibunwind_i.h48 UNW_AARCH64_FRAME_OTHER = 0, /* not cacheable (special or unrecognised) */ enumerator