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

  /external/valgrind/main/coregrind/m_sigframe/
sigframe-arm-linux.c 87 NSegment const* stackseg = NULL; local
90 stackseg = VG_(am_find_nsegment)(addr);
91 if (0 && stackseg)
93 addr, stackseg->start, stackseg->end);
96 if (stackseg == NULL || !stackseg->hasR || !stackseg->hasW) {
101 if (stackseg == NULL)
sigframe-mips32-linux.c 84 NSegment const* stackseg = NULL; local
88 stackseg = VG_(am_find_nsegment)(addr);
91 if (stackseg == NULL || !stackseg->hasR || !stackseg->hasW)
96 if (stackseg == NULL)
sigframe-amd64-linux.c 382 NSegment const* stackseg = NULL; local
385 stackseg = VG_(am_find_nsegment)(addr);
386 if (0 && stackseg)
388 addr, stackseg->start, stackseg->end);
391 if (stackseg == NULL || !stackseg->hasR || !stackseg->hasW) {
396 if (stackseg == NULL)
sigframe-ppc64-linux.c 142 NSegment const* stackseg = NULL; local
145 stackseg = VG_(am_find_nsegment)(addr);
146 if (0 && stackseg)
148 addr, stackseg->start, stackseg->end);
151 if (stackseg == NULL || !stackseg->hasR || !stackseg->hasW) {
156 if (stackseg == NULL)
sigframe-s390x-linux.c 268 NSegment const* stackseg = NULL; local
271 stackseg = VG_(am_find_nsegment)(addr);
272 if (0 && stackseg)
274 addr, stackseg->start, stackseg->end);
277 if (stackseg == NULL || !stackseg->hasR || !stackseg->hasW) {
282 if (stackseg == NULL)
sigframe-x86-linux.c 403 NSegment const* stackseg = NULL; local
406 stackseg = VG_(am_find_nsegment)(addr);
407 if (0 && stackseg)
409 addr, stackseg->start, stackseg->end);
412 if (stackseg == NULL || !stackseg->hasR || !stackseg->hasW) {
417 if (stackseg == NULL)
sigframe-ppc32-linux.c 512 NSegment const* stackseg = NULL; local
515 stackseg = VG_(am_find_nsegment)(addr);
516 if (0 && stackseg)
518 addr, stackseg->start, stackseg->end);
521 if (stackseg == NULL || !stackseg->hasR || !stackseg->hasW) {
526 if (stackseg == NULL)
    [all...]
  /hardware/ti/omap3/dspbridge/inc/
rms_sh.h 115 RMS_WORD stackSeg; /* Memory segment for task's stack */
  /hardware/ti/omap3/dspbridge/libbridge/inc/
rms_sh.h 115 RMS_WORD stackSeg; /* Memory segment for task's stack */

Completed in 193 milliseconds