HomeSort by relevance Sort by last modified time
    Searched refs:fp_min (Results 1 - 3 of 3) sorted by null

  /external/valgrind/coregrind/
m_stacktrace.c 80 /* 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_max ) )
523 Addr fp_min = uregs.xsp - VG_STACK_REDZONE_SZB; local
750 Addr fp_min = sp - VG_STACK_REDZONE_SZB; local
1015 Addr fp_min = uregs.r13 - VG_STACK_REDZONE_SZB; local
1159 Addr fp_min = uregs.sp - VG_STACK_REDZONE_SZB; local
1253 Addr fp_min = uregs.sp - VG_STACK_REDZONE_SZB; local
1336 Addr fp_min = uregs.sp - VG_STACK_REDZONE_SZB; local
    [all...]
  /external/valgrind/VEX/priv/
guest_mips_helpers.c 325 Int fp_min = offsetof(VexGuestMIPS32State, guest_r30); local
326 Int fp_max = fp_min + 4 - 1;
328 if (maxoff < fp_min || minoff > fp_max) {
360 Int fp_min = offsetof(VexGuestMIPS64State, guest_r30); local
361 Int fp_max = fp_min + 8 - 1;
363 if ( maxoff < fp_min || minoff > fp_max ) {
guest_s390_helpers.c 163 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) {
    [all...]

Completed in 146 milliseconds