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

  /external/valgrind/include/
pub_tool_debuginfo.h 209 Bool spRel; /* True => sp-rel, False => fp-rel */
  /external/valgrind/exp-sgcheck/
sg_main.c 152 if (fb->spRel != False && fb->spRel != True)
177 if (fb1->spRel < fb2->spRel) return -1;
178 if (fb1->spRel > fb2->spRel) return 1;
197 && fb1->spRel == fb2->spRel
229 " StackBlock{ off %ld szB %lu spRel:%c isVec:%c \"%s\" }\n",
230 sb->base, sb->szB, sb->spRel ? 'Y' : 'N'
    [all...]
  /external/valgrind/coregrind/m_debuginfo/
debuginfo.c     [all...]

Completed in 68 milliseconds