Home
last modified time | relevance | path

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

/external/valgrind/main/exp-sgcheck/
Dsg_main.c153 if (fb->spRel != False && fb->spRel != True) in StackBlock__sane()
178 if (fb1->spRel < fb2->spRel) return -1; in StackBlock__cmp()
179 if (fb1->spRel > fb2->spRel) return 1; in StackBlock__cmp()
198 && fb1->spRel == fb2->spRel in StackBlock__all_fields_except_szB_are_equal()
231 sb->base, sb->szB, sb->spRel ? 'Y' : 'N', in pp_StackBlocks()
342 if (sb1->spRel == sb2->spRel in StackBlocks__find_and_dealloc__or_add()
1478 UWord w2 = (UWord)(descr->spRel ? sp : fp); in calculate_StackBlock_EA()
/external/valgrind/main/include/
Dpub_tool_debuginfo.h142 Bool spRel; /* True => sp-rel, False => fp-rel */ member
/external/valgrind/main/coregrind/m_debuginfo/
Ddebuginfo.c3496 block.spRel = True; in analyse_deps()
3515 block.spRel = False; in analyse_deps()