HomeSort by relevance Sort by last modified time
    Searched refs:unw_cursor_t (Results 1 - 25 of 142) sorted by null

1 2 3 4 5 6

  /external/libunwind/src/mips/
Gresume.c 34 mips_local_resume (unw_addr_space_t as, unw_cursor_t *cursor, void *arg)
42 unw_resume (unw_cursor_t *cursor)
Ginit_local.c 31 unw_init_local (unw_cursor_t *cursor, ucontext_t *uc)
39 unw_init_local (unw_cursor_t *cursor, ucontext_t *uc)
  /external/libunwind/src/coredump/
_UPT_resume.c 30 _UCD_resume (unw_addr_space_t as, unw_cursor_t *c, void *arg)
  /external/libunwind/src/ppc/
Gget_proc_info.c 30 unw_get_proc_info (unw_cursor_t *cursor, unw_proc_info_t *pi)
Gget_save_loc.c 30 unw_get_save_loc (unw_cursor_t *cursor, int reg, unw_save_loc_t *sloc)
Ginit_local.c 38 unw_init_local (unw_cursor_t *cursor, ucontext_t *uc)
47 unw_init_local (unw_cursor_t *cursor, ucontext_t *uc)
  /external/libunwind/src/aarch64/
Ginit_local.c 32 unw_init_local (unw_cursor_t *cursor, unw_context_t *uc)
40 unw_init_local (unw_cursor_t *cursor, unw_context_t *uc)
  /external/libunwind/src/arm/
Ginit_local.c 32 unw_init_local (unw_cursor_t *cursor, unw_context_t *uc)
40 unw_init_local (unw_cursor_t *cursor, unw_context_t *uc)
  /external/libunwind/src/hppa/
Ginit_local.c 32 unw_init_local (unw_cursor_t *cursor, ucontext_t *uc)
40 unw_init_local (unw_cursor_t *cursor, ucontext_t *uc)
  /external/libunwind/src/sh/
Ginit_local.c 32 unw_init_local (unw_cursor_t *cursor, unw_context_t *uc)
40 unw_init_local (unw_cursor_t *cursor, unw_context_t *uc)
  /external/libunwind/src/ppc32/
Gresume.c 46 ppc32_local_resume (unw_addr_space_t as, unw_cursor_t *cursor, void *arg)
65 unw_resume (unw_cursor_t *cursor)
75 return (*c->dwarf.as->acc.resume) (c->dwarf.as, (unw_cursor_t *) c,
  /external/libunwind/src/ppc64/
Gresume.c 46 ppc64_local_resume (unw_addr_space_t as, unw_cursor_t *cursor, void *arg)
65 unw_resume (unw_cursor_t *cursor)
75 return (*c->dwarf.as->acc.resume) (c->dwarf.as, (unw_cursor_t *) c,
  /external/libunwind/include/tdep-arm/
dwarf-config.h 39 unw_cursor_t. */
40 #define dwarf_to_cursor(c) ((unw_cursor_t *) (c))
  /external/libunwind/include/tdep-ppc32/
dwarf-config.h 44 unw_cursor_t. */
45 #define dwarf_to_cursor(c) ((unw_cursor_t *) (c))
  /external/libunwind/include/tdep-ppc64/
dwarf-config.h 44 unw_cursor_t. */
45 #define dwarf_to_cursor(c) ((unw_cursor_t *) (c))
  /external/libunwind/include/tdep-x86/
dwarf-config.h 40 unw_cursor_t. */
41 #define dwarf_to_cursor(c) ((unw_cursor_t *) (c))
  /external/libunwind/include/tdep-x86_64/
dwarf-config.h 47 unw_cursor_t. */
48 #define dwarf_to_cursor(c) ((unw_cursor_t *) (c))
  /external/libunwind/src/ia64/
Gget_proc_info.c 29 unw_get_proc_info (unw_cursor_t *cursor, unw_proc_info_t *pi)
  /external/libunwind/src/mi/
Gget_fpreg.c 29 unw_get_fpreg (unw_cursor_t *cursor, int regnum, unw_fpreg_t *valp)
Gget_reg.c 29 unw_get_reg (unw_cursor_t *cursor, int regnum, unw_word_t *valp)
Gset_fpreg.c 29 unw_set_fpreg (unw_cursor_t *cursor, int regnum, unw_fpreg_t val)
Gset_reg.c 29 unw_set_reg (unw_cursor_t *cursor, int regnum, unw_word_t valp)
  /external/libunwind/src/x86/
Ginit_local.c 32 unw_init_local (unw_cursor_t *cursor, ucontext_t *uc)
40 unw_init_local (unw_cursor_t *cursor, ucontext_t *uc)
  /external/libunwind/src/x86_64/
Ginit_local.c 34 unw_init_local (unw_cursor_t *cursor, ucontext_t *uc)
42 unw_init_local (unw_cursor_t *cursor, ucontext_t *uc)
  /external/libunwind/src/setjmp/
setjmp_i.h 32 bsp_match (unw_cursor_t *c, unw_word_t *wp)
50 unw_cursor_t tmp = *c;
79 resume_restores_sigmask (unw_cursor_t *c, unw_word_t *wp)
106 bsp_match (unw_cursor_t *c, unw_word_t *wp)
112 resume_restores_sigmask (unw_cursor_t *c, unw_word_t *wp)

Completed in 506 milliseconds

1 2 3 4 5 6