Home
last modified time | relevance | path

Searched refs:spRel (Results 1 – 3 of 3) sorted by relevance

/external/valgrind/exp-sgcheck/
Dsg_main.c152 if (fb->spRel != False && fb->spRel != True) in StackBlock__sane()
177 if (fb1->spRel < fb2->spRel) return -1; in StackBlock__cmp()
178 if (fb1->spRel > fb2->spRel) return 1; in StackBlock__cmp()
197 && fb1->spRel == fb2->spRel in StackBlock__all_fields_except_szB_are_equal()
230 sb->base, sb->szB, sb->spRel ? 'Y' : 'N', in pp_StackBlocks()
341 if (sb1->spRel == sb2->spRel in StackBlocks__find_and_dealloc__or_add()
1486 UWord w2 = (UWord)(descr->spRel ? sp : fp); in calculate_StackBlock_EA()
/external/valgrind/include/
Dpub_tool_debuginfo.h175 Bool spRel; /* True => sp-rel, False => fp-rel */ member
/external/valgrind/coregrind/m_debuginfo/
Ddebuginfo.c3894 block.spRel = True; in analyse_deps()
3913 block.spRel = False; in analyse_deps()