HomeSort by relevance Sort by last modified time
    Searched defs:stack_end (Results 1 - 4 of 4) 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:__anon15388
pub_core_initimg.h 105 Addr stack_end; /* stack segment cold */ member in struct:_IICreateImageInfo
  /external/valgrind/main/coregrind/m_ume/
macho.c 265 load_genericthread(vki_uint8_t **stack_end,
294 if (stack_end) *stack_end = (vki_uint8_t *)(state->__esp ? state->__esp : VKI_USRSTACK);
303 if (stack_end) *stack_end = (vki_uint8_t *)(state->__rsp ? state->__rsp : VKI_USRSTACK64);
343 vki_uint8_t *stack_end; local
346 err = load_genericthread(&stack_end, &customstack, out_entry, threadcmd);
349 if (!stack_end) {
357 vm_address_t stackbase = VG_PGROUNDDN(stack_end-stacksize);
367 if (out_stack_end) *out_stack_end = stack_end;
448 vki_uint8_t *stack_end = NULL; \/\/ allocated thread stack (cold end) local
752 vki_uint8_t *stack_end; local
    [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-darwin.c 3614 Addr stack_end = VG_(clstk_end)+1; local
    [all...]

Completed in 183 milliseconds