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

  /external/valgrind/coregrind/m_sigframe/
sigframe-common.c 61 const NSegment *stackseg = NULL; local
66 stackseg = VG_(am_find_nsegment)(addr);
69 stackseg = VG_(am_find_nsegment)(addr);
70 if (0 && stackseg)
72 addr, stackseg->start, stackseg->end);
74 } else if ((stackseg = VG_(am_find_nsegment)(addr)) &&
81 stackseg = NULL;
84 if (stackseg == NULL || !stackseg->hasR || !stackseg->hasW)
    [all...]
  /external/valgrind/coregrind/
m_stacks.c 281 NSegment const *stackseg = VG_(am_find_nsegment) (SP); local
295 if (UNLIKELY(stackseg == NULL)) {
304 if (UNLIKELY((!stackseg->hasR || !stackseg->hasW)
305 && (stackseg->kind != SkResvn || stackseg->smode != SmUpper))) {
316 if (UNLIKELY(*start < stackseg->start)) {
320 (void*)SP, (void*)*start, (void*)stackseg->start);
321 *start = stackseg->start;
324 /* Now, determine the stack end limit. If the stackseg is SkResvn
    [all...]
  /external/syslinux/core/fs/pxe/
pxe.h 49 uint16_t stackseg; member in struct:pxenv_t

Completed in 482 milliseconds