Searched refs:fp_min (Results 1 - 4 of 4) sorted by relevance

/external/valgrind/coregrind/
H A Dm_stacktrace.c80 /* Note about calculation of fp_min : fp_min is the lowest address
91 The fp_min must take this into account, otherwise, VG_(use_CF_info) will
215 Addr fp_min = uregs.xsp - VG_STACK_REDZONE_SZB; local
229 VG_(printf)("max_n_ips=%u fp_min=0x%08lx fp_max_orig=0x08%lx, "
231 max_n_ips, fp_min, fp_max_orig, fp_max,
236 /* vg_assert(fp_min <= fp_max);*/
240 if (fp_min + 512 >= fp_max) {
315 if ( VG_(use_CF_info)( &uregs, fp_min, fp_max ) ) {
334 if ( !VG_(use_CF_info)( &fpverif_uregs, fp_min, fp_ma
508 Addr fp_min = uregs.xsp - VG_STACK_REDZONE_SZB; local
720 Addr fp_min = sp - VG_STACK_REDZONE_SZB; local
985 Addr fp_min = uregs.r13 - VG_STACK_REDZONE_SZB; local
1129 Addr fp_min = uregs.sp - VG_STACK_REDZONE_SZB; local
1223 Addr fp_min = uregs.sp - VG_STACK_REDZONE_SZB; local
1306 Addr fp_min = uregs.sp - VG_STACK_REDZONE_SZB; local
1461 Addr fp_min = uregs.sp - VG_STACK_REDZONE_SZB; local
[all...]
/external/valgrind/VEX/priv/
H A Dguest_tilegx_helpers.c169 Int fp_min = offsetof(VexGuestTILEGXState, guest_r52); local
170 Int fp_max = fp_min + 8 - 1;
172 if (maxoff < fp_min || minoff > fp_max) {
H A Dguest_mips_helpers.c315 Int fp_min = offsetof(VexGuestMIPS32State, guest_r30); local
316 Int fp_max = fp_min + 4 - 1;
318 if (maxoff < fp_min || minoff > fp_max) {
350 Int fp_min = offsetof(VexGuestMIPS64State, guest_r30); local
351 Int fp_max = fp_min + 8 - 1;
353 if ( maxoff < fp_min || minoff > fp_max ) {
H A Dguest_s390_helpers.c163 Int fp_min = S390X_GUEST_OFFSET(guest_FP); local
164 Int fp_max = fp_min + 8 - 1;
182 if (maxoff < fp_min || minoff > fp_max) {

Completed in 203 milliseconds