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

  /external/valgrind/main/coregrind/
pub_core_ume.h 58 Addr stack_end; // OUT: address of end of stack segment (cold) member in struct:__anon16980
pub_core_initimg.h 105 Addr stack_end; /* stack segment cold */ member in struct:_IICreateImageInfo
  /external/valgrind/main/coregrind/m_ume/
macho.c 275 load_genericthread(vki_uint8_t **stack_end,
304 if (stack_end) *stack_end = (vki_uint8_t *)(state->__esp ? state->__esp : VKI_USRSTACK);
313 if (stack_end) *stack_end = (vki_uint8_t *)(state->__rsp ? state->__rsp : VKI_USRSTACK64);
353 vki_uint8_t *stack_end; local
356 err = load_genericthread(&stack_end, &customstack, out_entry, threadcmd);
359 if (!stack_end) {
367 vm_address_t stackbase = VG_PGROUNDDN(stack_end-stacksize);
377 if (out_stack_end) *out_stack_end = stack_end;
499 vki_uint8_t *stack_end = NULL; \/\/ allocated thread stack (cold end) local
821 vki_uint8_t *stack_end; local
    [all...]
  /external/valgrind/main/coregrind/m_initimg/
initimg-darwin.c 546 iicii.clstack_top = info.stack_end - 1;
547 iifii.clstack_max_size = info.stack_end - info.stack_start;
561 (void*)(info.stack_end));
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_linux.cc 256 uptr *stack_end = (uptr *)__libc_stack_end;
257 int argc = *stack_end;
258 *argv = (char**)(stack_end + 1);
259 *envp = (char**)(stack_end + argc + 2);
  /external/webkit/Source/JavaScriptCore/wtf/
StackBounds.cpp 151 m_origin = threadInfo.stack_end;
  /external/compiler-rt/lib/msan/tests/
msan_test.cc 1354 uintptr_t *stack_end = (uintptr_t *)__libc_stack_end; local
    [all...]
  /external/v8/src/
profile-generator.cc 908 *stack_end = stack_pos + sample.frames_count;
909 stack_pos != stack_end;
    [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-darwin.c 3633 Addr stack_end = VG_(clstk_end)+1; local
    [all...]

Completed in 196 milliseconds