Searched refs:stackseg (Results 1 – 3 of 3) 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_()
281 NSegment const *stackseg = VG_(am_find_nsegment) (SP); in VG_() local295 if (UNLIKELY(stackseg == NULL)) { in VG_()304 if (UNLIKELY((!stackseg->hasR || !stackseg->hasW) in VG_()305 && (stackseg->kind != SkResvn || stackseg->smode != SmUpper))) { in VG_()316 if (UNLIKELY(*start < stackseg->start)) { in VG_()320 (void*)SP, (void*)*start, (void*)stackseg->start); in VG_()321 *start = stackseg->start; in VG_()327 if (UNLIKELY(stackseg->kind == SkResvn)) { in VG_()328 stackseg = VG_(am_next_nsegment)(stackseg, /*forward*/ True); in VG_()329 if (!stackseg || !stackseg->hasR || !stackseg->hasW in VG_()[all …]
49 uint16_t stackseg; member