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

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

Completed in 228 milliseconds