Searched refs:unw_fpreg_t (Results 1 - 25 of 58) sorted by relevance

123

/external/libunwind/src/coredump/
H A D_UPT_access_fpreg.c28 _UCD_access_fpreg (unw_addr_space_t as, unw_regnum_t reg, unw_fpreg_t *val,
/external/libunwind/src/mi/
H A DGget_fpreg.c29 unw_get_fpreg (unw_cursor_t *cursor, int regnum, unw_fpreg_t *valp)
H A DGset_fpreg.c29 unw_set_fpreg (unw_cursor_t *cursor, int regnum, unw_fpreg_t val)
/external/libunwind/src/ptrace/
H A D_UPT_access_fpreg.c31 _UPT_access_fpreg (unw_addr_space_t as, unw_regnum_t reg, unw_fpreg_t *val,
75 _UPT_access_fpreg (unw_addr_space_t as, unw_regnum_t reg, unw_fpreg_t *val,
89 memcpy(&fpreg.fpr_xacc[reg], val, sizeof(unw_fpreg_t));
91 memcpy(&fpreg.fpr_acc[reg], val, sizeof(unw_fpreg_t));
99 memcpy(val, &fpreg.fpr_xacc[reg], sizeof(unw_fpreg_t));
101 memcpy(val, &fpreg.fpr_acc[reg], sizeof(unw_fpreg_t));
110 _UPT_access_fpreg (unw_addr_space_t as, unw_regnum_t reg, unw_fpreg_t *val,
/external/libunwind/include/
H A Dlibunwind-ptrace.h51 extern int _UPT_access_fpreg (unw_addr_space_t, unw_regnum_t, unw_fpreg_t *,
H A Dlibunwind-coredump.h61 extern int _UCD_access_fpreg (unw_addr_space_t, unw_regnum_t, unw_fpreg_t *,
/external/libunwind/src/x86/
H A DGresume.c39 int (*access_fpreg) (unw_addr_space_t, unw_regnum_t, unw_fpreg_t *,
43 unw_fpreg_t fpval;
H A DGinit.c220 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;
/external/libunwind/src/x86_64/
H A DGresume.c71 int (*access_fpreg) (unw_addr_space_t, unw_regnum_t, unw_fpreg_t *,
75 unw_fpreg_t fpval;
/external/libunwind/include/tdep-ia64/
H A Dlibunwind_i.h211 unw_fpreg_t f0; /* f0 is byte-order neutral */
212 unw_fpreg_t f1_le, f1_be; /* f1 is byte-order dependent */
215 unw_fpreg_t nat_val_le, nat_val_be;
216 unw_fpreg_t int_val_le, int_val_be;
279 unw_fpreg_t *valp, int write);
/external/libunwind/include/tdep-aarch64/
H A Dlibunwind_i.h110 dwarf_getfp (struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t *val)
113 unw_fpreg_t *addr = (unw_fpreg_t *) (uintptr_t) DWARF_GET_LOC (loc);
123 dwarf_putfp (struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t val)
126 unw_fpreg_t *addr = (unw_fpreg_t *) (uintptr_t) DWARF_GET_LOC (loc);
172 dwarf_getfp (struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t *val)
195 dwarf_putfp (struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t val)
313 unw_fpreg_t *valp, int write);
/external/libunwind/include/tdep-arm/
H A Dlibunwind_i.h98 dwarf_getfp (struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t *val)
101 unw_fpreg_t *addr = (unw_fpreg_t *) (uintptr_t) DWARF_GET_LOC (loc);
111 dwarf_putfp (struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t val)
114 unw_fpreg_t *addr = (unw_fpreg_t *) (uintptr_t) DWARF_GET_LOC (loc);
160 dwarf_getfp (struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t *val)
183 dwarf_putfp (struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t val)
306 unw_fpreg_t *valp, int write);
/external/libunwind/include/tdep-hppa/
H A Dlibunwind_i.h95 dwarf_getfp (struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t *val)
98 unw_fpreg_t *addr = (unw_fpreg_t *) (uintptr_t) DWARF_GET_LOC (loc);
108 dwarf_putfp (struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t val)
111 unw_fpreg_t *addr = (unw_fpreg_t *) (uintptr_t) DWARF_GET_LOC (loc);
157 dwarf_getfp (struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t *val)
180 dwarf_putfp (struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t val)
296 unw_fpreg_t *valp, int write);
/external/libunwind/include/tdep-mips/
H A Dlibunwind_i.h105 dwarf_getfp (struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t *val)
108 unw_fpreg_t *addr = (unw_fpreg_t *) (uintptr_t) DWARF_GET_LOC (loc);
118 dwarf_putfp (struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t val)
121 unw_fpreg_t *addr = (unw_fpreg_t *) (uintptr_t) DWARF_GET_LOC (loc);
210 dwarf_getfp (struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t *val)
233 dwarf_putfp (struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t val)
352 unw_fpreg_t *valp, int write);
/external/libunwind/include/tdep-sh/
H A Dlibunwind_i.h96 dwarf_getfp (struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t *val)
99 unw_fpreg_t *addr = (unw_fpreg_t *) DWARF_GET_LOC (loc);
109 dwarf_putfp (struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t val)
112 unw_fpreg_t *addr = (unw_fpreg_t *) DWARF_GET_LOC (loc);
158 dwarf_getfp (struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t *val)
181 dwarf_putfp (struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t val)
297 unw_fpreg_t *valp, int write);
/external/libunwind/src/aarch64/
H A DGinit.c159 access_fpreg (unw_addr_space_t as, unw_regnum_t reg, unw_fpreg_t *val,
163 unw_fpreg_t *addr;
175 *(unw_fpreg_t *) addr = *val;
179 *val = *(unw_fpreg_t *) addr;
/external/libunwind/src/arm/
H A DGinit.c152 access_fpreg (unw_addr_space_t as, unw_regnum_t reg, unw_fpreg_t *val,
156 unw_fpreg_t *addr;
168 *(unw_fpreg_t *) addr = *val;
172 *val = *(unw_fpreg_t *) addr;
H A DGregs.c76 tdep_access_fpreg (struct cursor *c, unw_regnum_t reg, unw_fpreg_t *valp,
/external/libunwind/src/hppa/
H A DGinit.c165 access_fpreg (unw_addr_space_t as, unw_regnum_t reg, unw_fpreg_t *val,
169 unw_fpreg_t *addr;
182 *(unw_fpreg_t *) addr = *val;
186 *val = *(unw_fpreg_t *) addr;
/external/libunwind/src/mips/
H A DGinit.c171 access_fpreg (unw_addr_space_t as, unw_regnum_t reg, unw_fpreg_t *val,
175 unw_fpreg_t *addr;
187 *(unw_fpreg_t *) (intptr_t) addr = *val;
191 *val = *(unw_fpreg_t *) (intptr_t) addr;
/external/libunwind/src/ppc32/
H A DGinit.c189 access_fpreg (unw_addr_space_t as, unw_regnum_t reg, unw_fpreg_t *val,
193 unw_fpreg_t *addr;
205 *(unw_fpreg_t *) addr = *val;
209 *val = *(unw_fpreg_t *) addr;
/external/libunwind/src/ppc64/
H A DGinit.c194 access_fpreg (unw_addr_space_t as, unw_regnum_t reg, unw_fpreg_t *val,
198 unw_fpreg_t *addr;
214 *(unw_fpreg_t *) addr = *val;
218 *val = *(unw_fpreg_t *) addr;
/external/libunwind/src/sh/
H A DGinit.c158 access_fpreg (unw_addr_space_t as, unw_regnum_t reg, unw_fpreg_t *val,
162 unw_fpreg_t *addr;
174 *(unw_fpreg_t *) addr = *val;
178 *val = *(unw_fpreg_t *) addr;
H A DGregs.c74 tdep_access_fpreg (struct cursor *c, unw_regnum_t reg, unw_fpreg_t *valp,
/external/libunwind/include/tdep-x86/
H A Dlibunwind_i.h111 dwarf_getfp (struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t *val)
115 *val = *(unw_fpreg_t *) DWARF_GET_LOC (loc);
120 dwarf_putfp (struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t val)
124 *(unw_fpreg_t *) DWARF_GET_LOC (loc) = val;
161 dwarf_getfp (struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t *val)
184 dwarf_putfp (struct dwarf_cursor *c, dwarf_loc_t loc, unw_fpreg_t val)
300 unw_fpreg_t *valp, int write);

Completed in 1423 milliseconds

123