HomeSort by relevance Sort by last modified time
    Searched defs:stack_end (Results 1 - 5 of 5) 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/compiler-rt/lib/msan/tests/
msan_test.cc 1354 uintptr_t *stack_end = (uintptr_t *)__libc_stack_end; local
    [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-darwin.c 3633 Addr stack_end = VG_(clstk_end)+1; local
    [all...]

Completed in 1271 milliseconds