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

  /external/valgrind/main/coregrind/
m_stacktrace.c 87 Addr fp_min = uregs.xsp; local
101 VG_(printf)("max_n_ips=%d fp_min=0x%lx fp_max_orig=0x%lx, "
103 max_n_ips, fp_min, fp_max_orig, fp_max,
108 /* vg_assert(fp_min <= fp_max);*/
112 if (fp_min + 512 >= fp_max) {
159 if (fp_min <= uregs.xbp &&
186 if ( VG_(use_CF_info)( &uregs, fp_min, fp_max ) ) {
200 fp_min, fp_max ) ) {
243 Addr fp_min = uregs.xsp; local
257 VG_(printf)("max_n_ips=%d fp_min=0x%lx fp_max_orig=0x%lx,
419 Addr fp_min = sp; local
680 Addr fp_min = uregs.r13; local
812 Addr fp_min = uregs.sp; local
894 Addr fp_min = uregs.sp; local
    [all...]
  /external/valgrind/main/VEX/priv/
guest_mips_helpers.c 188 Int fp_min = offsetof(VexGuestMIPS32State, guest_r30); local
189 Int fp_max = fp_min + 4 - 1;
191 if (maxoff < fp_min || minoff > fp_max) {
guest_s390_helpers.c 159 Int fp_min = S390X_GUEST_OFFSET(guest_FP); local
160 Int fp_max = fp_min + 8 - 1;
176 if (maxoff < fp_min || minoff > fp_max) {
    [all...]

Completed in 78 milliseconds