HomeSort by relevance Sort by last modified time
    Searched refs:unw_word_t (Results 126 - 150 of 198) sorted by null

1 2 3 4 56 7 8

  /external/libunwind/src/x86/
Gos-linux.c 33 unw_word_t w0, w1, ip;
81 unw_word_t sc_addr;
82 unw_word_t siginfo_ptr_addr = c->dwarf.cfa + 4;
83 unw_word_t sigcontext_ptr_addr = c->dwarf.cfa + 8;
84 unw_word_t siginfo_ptr, sigcontext_ptr;
143 unw_word_t addr = c->sigcontext_addr, fpstate_addr, off;
Gstep.c 40 unw_word_t old_ip = c->dwarf.ip;
41 unw_word_t old_cfa = c->dwarf.cfa;
  /external/libunwind/src/hppa/
Gresume.c 92 int (*access_reg) (unw_addr_space_t, unw_regnum_t, unw_word_t *,
99 unw_word_t val;
Gis_signal_frame.c 33 unw_word_t w0, w1, w2, w3, ip;
Gregs.c 29 tdep_access_reg (struct cursor *c, unw_regnum_t reg, unw_word_t *valp,
Gstep.c 58 unw_word_t ip, sc_addr = c->dwarf.ip + LINUX_RT_SIGFRAME_UC_OFF;
  /external/libunwind/src/ia64/
Gstep.c 31 unw_word_t *num_regsp)
36 unw_word_t sc_addr;
65 unw_word_t *num_regsp, int marker)
70 unw_word_t sc_addr, num_regs;
94 unw_word_t *num_regsp)
99 unw_word_t sc_addr, bsp, bspstore;
173 unw_word_t saved_bsp, saved_bspstore, loadrs, ndirty;
224 unw_word_t prev_ip, prev_sp, prev_bsp, ip, num_regs;
  /external/libunwind/src/
os-linux.c 88 unw_word_t load_base;
129 unw_word_t load_base;
  /external/libunwind/src/x86_64/
Gregs.c 34 unw_word_t addr = c->sigcontext_addr;
65 tdep_access_reg (struct cursor *c, unw_regnum_t reg, unw_word_t *valp,
  /external/libunwind/tests/
ppc64-test-altivec.c 44 unw_word_t ip, sp;
84 unw_word_t offset;
  /external/strace/
unwind.c 69 unw_word_t function_offset,
282 size_t *size, unw_word_t *offset)
309 unw_word_t ip;
327 unw_word_t function_offset;
427 unw_word_t function_offset,
456 unw_word_t function_offset,
487 unw_word_t function_offset,
517 unw_word_t function_offset,
  /external/libcxxabi/src/Unwind/
UnwindCursor.hpp 48 static void iterateCacheEntries(void (*func)(unw_word_t ip_start,
49 unw_word_t ip_end,
50 unw_word_t fde, unw_word_t mh));
168 unw_word_t ip_start, unw_word_t ip_end, unw_word_t fde, unw_word_t mh)) {
378 virtual unw_word_t getReg(int) { _LIBUNWIND_ABORT("getReg not implemented"); }
379 virtual void setReg(int, unw_word_t) {
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
UnwindCursor.hpp 45 static void iterateCacheEntries(void (*func)(unw_word_t ip_start,
46 unw_word_t ip_end,
47 unw_word_t fde, unw_word_t mh));
165 unw_word_t ip_start, unw_word_t ip_end, unw_word_t fde, unw_word_t mh)) {
372 virtual unw_word_t getReg(int) = 0;
373 virtual void setReg(int, unw_word_t) = 0
    [all...]
  /external/libunwind/include/
libunwind-aarch64.h 51 typedef uint64_t unw_word_t; typedef
libunwind-mips.h 57 typedef uint64_t unw_word_t; typedef
libunwind-x86.h 49 typedef uint32_t unw_word_t; typedef
libunwind-x86_64.h 51 typedef uint64_t unw_word_t; typedef
  /external/libunwind/src/aarch64/
Gregs.c 30 tdep_access_reg (struct cursor *c, unw_regnum_t reg, unw_word_t *valp,
Gstep.c 35 unw_word_t sc_addr, sp, sp_addr = c->dwarf.cfa;
115 unw_word_t old_ip = c->dwarf.ip;
116 unw_word_t old_cfa = c->dwarf.cfa;
137 unw_word_t lr;
  /external/libunwind/src/arm/
Gis_signal_frame.c 56 unw_word_t w0, ip;
  /external/libunwind/src/coredump/
_UCD_elf_map_image.c 85 _UCD_get_elf_image(struct UCD_info *ui, unw_word_t ip)
_UCD_internal.h 100 extern coredump_phdr_t * _UCD_get_elf_image(struct UCD_info *ui, unw_word_t ip);
  /external/libunwind/src/mips/
Gregs.c 30 tdep_access_reg (struct cursor *c, unw_regnum_t reg, unw_word_t *valp,
Gstep.c 32 unw_word_t sc_addr, sp, sp_addr = c->dwarf.cfa;
33 unw_word_t ra, fp;
124 unw_word_t old_ip = c->dwarf.ip;
125 unw_word_t old_cfa = c->dwarf.cfa;
  /external/libunwind/src/ppc32/
Gregs.c 31 tdep_access_reg (struct cursor *c, unw_regnum_t reg, unw_word_t *valp,

Completed in 663 milliseconds

1 2 3 4 56 7 8