Home
last modified time | relevance | path

Searched refs:dwarf_to_cursor (Results 1 – 11 of 11) sorted by relevance

/external/libunwind/include/tdep-ppc64/
Ddwarf-config.h45 #define dwarf_to_cursor(c) ((unw_cursor_t *) (c)) macro
/external/libunwind/include/tdep-ppc32/
Ddwarf-config.h45 #define dwarf_to_cursor(c) ((unw_cursor_t *) (c)) macro
/external/libunwind/include/tdep-x86/
Ddwarf-config.h41 #define dwarf_to_cursor(c) ((unw_cursor_t *) (c)) macro
/external/libunwind/include/tdep-arm/
Ddwarf-config.h40 #define dwarf_to_cursor(c) ((unw_cursor_t *) (c)) macro
/external/libunwind/include/tdep-x86_64/
Ddwarf-config.h48 #define dwarf_to_cursor(c) ((unw_cursor_t *) (c)) macro
/external/libunwind/include/tdep-hppa/
Ddwarf-config.h43 #define dwarf_to_cursor(c) ((unw_cursor_t *) (c)) macro
/external/libunwind/include/tdep-aarch64/
Ddwarf-config.h41 #define dwarf_to_cursor(c) ((unw_cursor_t *) (c)) macro
/external/libunwind/include/tdep-sh/
Ddwarf-config.h38 #define dwarf_to_cursor(c) ((unw_cursor_t *) (c)) macro
/external/libunwind/include/tdep-mips/
Ddwarf-config.h43 #define dwarf_to_cursor(c) ((unw_cursor_t *) (c)) macro
/external/libunwind/src/x86_64/
DGstash_frame.c31 struct cursor *c = (struct cursor *) dwarf_to_cursor (d); in tdep_stash_frame()
/external/libunwind/src/dwarf/
DGexpr.c294 if ((ret = unw_get_reg (dwarf_to_cursor (c), in dwarf_eval_expr()
304 if ((ret = unw_get_reg (dwarf_to_cursor (c), in dwarf_eval_expr()