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

  /external/valgrind/main/coregrind/
pub_core_ume.h 57 Addr stack_start; // OUT: address of start of stack segment (hot) member in struct:__anon16980
pub_core_initimg.h 104 Addr stack_start; /* stack segment hot */ member in struct:_IICreateImageInfo
  /external/valgrind/main/coregrind/m_ume/
macho.c 171 *stack_start.
175 vki_uint8_t **text, vki_uint8_t **stack_start,
216 if (stack_start) *stack_start = (vki_uint8_t *)segcmd->vmaddr;
498 vki_uint8_t *stack_start = NULL; // allocated thread stack (hot end) local
565 if (stack_start || stack_end) {
569 err = handle_lcmain ( &stack_start, &stack_end, epcmd->stacksize );
572 stack_start, stack_end);
583 err = load_segment(fd, offset, size, &text, &stack_start,
599 err = load_unixthread(&stack_start, &stack_end, &entry, threadcmd)
820 vki_uint8_t *stack_start; local
    [all...]
  /external/valgrind/main/coregrind/m_initimg/
initimg-darwin.c 547 iifii.clstack_max_size = info.stack_end - info.stack_start;
560 (void*)(info.stack_start),

Completed in 43 milliseconds