Searched refs:stackseg (Results 1 – 2 of 2) sorted by relevance
61 const NSegment *stackseg = NULL; in ML_() local66 stackseg = VG_(am_find_nsegment)(addr); in ML_()69 stackseg = VG_(am_find_nsegment)(addr); in ML_()70 if (0 && stackseg) in ML_()72 addr, stackseg->start, stackseg->end); in ML_()74 } else if ((stackseg = VG_(am_find_nsegment)(addr)) && in ML_()81 stackseg = NULL; in ML_()84 if (stackseg == NULL || !stackseg->hasR || !stackseg->hasW) { in ML_()87 if (stackseg == NULL) in ML_()
273 NSegment const *stackseg = VG_(am_find_nsegment) (SP); in VG_() local287 if (UNLIKELY(stackseg == NULL)) { in VG_()296 if (UNLIKELY((!stackseg->hasR || !stackseg->hasW) in VG_()297 && (stackseg->kind != SkResvn || stackseg->smode != SmUpper))) { in VG_()308 if (UNLIKELY(*start < stackseg->start)) { in VG_()312 (void*)SP, (void*)*start, (void*)stackseg->start); in VG_()313 *start = stackseg->start; in VG_()319 if (UNLIKELY(stackseg->kind == SkResvn)) { in VG_()320 stackseg = VG_(am_next_nsegment)(stackseg, /*forward*/ True); in VG_()321 if (!stackseg || !stackseg->hasR || !stackseg->hasW in VG_()[all …]