HomeSort by relevance Sort by last modified time
    Searched refs:unw_fpreg_t (Results 26 - 50 of 65) sorted by null

12 3

  /external/libunwind/src/hppa/
Gresume.c 94 int (*access_fpreg) (unw_addr_space_t, unw_regnum_t, unw_fpreg_t *,
98 unw_fpreg_t fpval;
Gregs.c 73 tdep_access_fpreg (struct cursor *c, unw_regnum_t reg, unw_fpreg_t *valp,
  /external/libunwind/include/
libunwind-common.h 127 typedef unw_tdep_fpreg_t unw_fpreg_t; typedef
185 unw_fpreg_t *, int, void *);
283 extern int unw_get_fpreg (unw_cursor_t *, int, unw_fpreg_t *);
284 extern int unw_set_fpreg (unw_cursor_t *, int, unw_fpreg_t);
  /external/libunwind/src/aarch64/
Gregs.c 108 tdep_access_fpreg (struct cursor *c, unw_regnum_t reg, unw_fpreg_t *valp,
  /external/libunwind/src/mips/
Gregs.c 98 tdep_access_fpreg (struct cursor *c, unw_regnum_t reg, unw_fpreg_t *valp,
  /external/libunwind/src/ppc32/
Gregs.c 74 tdep_access_fpreg (struct cursor *c, unw_regnum_t reg, unw_fpreg_t *valp,
  /external/libunwind/src/ppc64/
Gregs.c 75 tdep_access_fpreg (struct cursor *c, unw_regnum_t reg, unw_fpreg_t *valp,
  /external/libunwind/src/x86/
Ginit.c 220 access_fpreg (unw_addr_space_t as, unw_regnum_t reg, unw_fpreg_t *val,
224 unw_fpreg_t *addr;
236 *(unw_fpreg_t *) addr = *val;
240 *val = *(unw_fpreg_t *) addr;
Gregs.c 122 tdep_access_fpreg (struct cursor *c, unw_regnum_t reg, unw_fpreg_t *valp,
  /external/libunwind/src/x86_64/
Ginit.c 239 access_fpreg (unw_addr_space_t as, unw_regnum_t reg, unw_fpreg_t *val,
243 unw_fpreg_t *addr;
255 *(unw_fpreg_t *) addr = *val;
259 *val = *(unw_fpreg_t *) addr;
Gregs.c 134 tdep_access_fpreg (struct cursor *c, unw_regnum_t reg, unw_fpreg_t *valp,
  /external/libunwind/tests/
Gia64-test-readonly.c 46 unw_fpreg_t fpval;
ppc64-test-altivec.c 41 unw_fpreg_t vr;
test-proc-info.c 81 unw_fpreg_t *valp, int write,
  /external/libunwind_llvm/include/
libunwind.h 63 typedef uint64_t unw_fpreg_t; typedef
66 typedef double unw_fpreg_t; typedef
92 extern int unw_get_fpreg(unw_cursor_t *, unw_regnum_t, unw_fpreg_t *) LIBUNWIND_AVAIL;
94 extern int unw_set_fpreg(unw_cursor_t *, unw_regnum_t, unw_fpreg_t) LIBUNWIND_AVAIL;
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/
libunwind.h 63 typedef uint64_t unw_fpreg_t; typedef
66 typedef double unw_fpreg_t; typedef
92 extern int unw_get_fpreg(unw_cursor_t *, unw_regnum_t, unw_fpreg_t *) LIBUNWIND_AVAIL;
94 extern int unw_set_fpreg(unw_cursor_t *, unw_regnum_t, unw_fpreg_t) LIBUNWIND_AVAIL;
  /external/libunwind/src/ia64/
unwind_i.h 161 ia64_getfp (struct cursor *c, unw_word_t loc, unw_fpreg_t *val)
168 *val = *(unw_fpreg_t *) IA64_GET_ADDR (loc);
173 ia64_putfp (struct cursor *c, unw_word_t loc, unw_fpreg_t val)
175 unw_fpreg_t *addr = (unw_fpreg_t *) IA64_GET_ADDR (loc);
267 unw_fpreg_t *valp, int write);
270 ia64_getfp (struct cursor *c, ia64_loc_t loc, unw_fpreg_t *val)
299 ia64_putfp (struct cursor *c, ia64_loc_t loc, unw_fpreg_t val)
343 unw_fpreg_t tmp;
379 unw_fpreg_t tmp
    [all...]
Ginit.c 246 access_fpreg (unw_addr_space_t as, unw_regnum_t reg, unw_fpreg_t *val,
334 access_fpreg (unw_addr_space_t as, unw_regnum_t reg, unw_fpreg_t *val,
338 unw_fpreg_t *addr;
360 *val = *(unw_fpreg_t *) addr;
482 ia64_uc_access_fpreg (struct cursor *c, ia64_loc_t loc, unw_fpreg_t *valp,
  /external/libunwind/include/tdep-ppc32/
libunwind_i.h 126 dwarf_getvr (struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t * val)
152 dwarf_putvr (struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t val)
177 dwarf_getfp (struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t * val)
198 dwarf_putfp (struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t val)
317 unw_fpreg_t * valp, int write);
  /external/libunwind/include/tdep-ppc64/
libunwind_i.h 126 dwarf_getvr (struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t * val)
152 dwarf_putvr (struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t val)
177 dwarf_getfp (struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t * val)
198 dwarf_putfp (struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t val)
317 unw_fpreg_t * valp, int write);
  /external/libunwind_llvm/src/
Registers.hpp     [all...]
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
Registers.hpp     [all...]
  /external/libunwind/include/tdep-x86_64/
libunwind_i.h 141 dwarf_getfp (struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t *val)
150 dwarf_putfp (struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t val)
246 unw_fpreg_t *valp, int write);
  /external/libunwind/src/arm/
Gresume.c 117 unw_fpreg_t fpval;
  /external/libunwind/src/sh/
Gresume.c 124 unw_fpreg_t fpval;

Completed in 5899 milliseconds

12 3