Searched refs:stack_end (Results 1 – 9 of 9) sorted by relevance
275 load_genericthread(vki_uint8_t **stack_end, in load_genericthread() argument304 if (stack_end) *stack_end = (vki_uint8_t *)(state->__esp ? state->__esp : VKI_USRSTACK); in load_genericthread()313 if (stack_end) *stack_end = (vki_uint8_t *)(state->__rsp ? state->__rsp : VKI_USRSTACK64); in load_genericthread()353 vki_uint8_t *stack_end; in load_unixthread() local356 err = load_genericthread(&stack_end, &customstack, out_entry, threadcmd); in load_unixthread()359 if (!stack_end) { in load_unixthread()367 vm_address_t stackbase = VG_PGROUNDDN(stack_end-stacksize); in load_unixthread()377 if (out_stack_end) *out_stack_end = stack_end; in load_unixthread()499 vki_uint8_t *stack_end = NULL; // allocated thread stack (cold end) in load_thin_file() local565 if (stack_start || stack_end) { in load_thin_file()[all …]
58 Addr stack_end; // OUT: address of end of stack segment (cold) member
105 Addr stack_end; /* stack segment cold */ member
546 iicii.clstack_top = info.stack_end - 1; in VG_()547 iifii.clstack_max_size = info.stack_end - info.stack_start; in VG_()561 (void*)(info.stack_end)); in VG_()
256 uptr *stack_end = (uptr *)__libc_stack_end; in GetArgsAndEnv() local257 int argc = *stack_end; in GetArgsAndEnv()258 *argv = (char**)(stack_end + 1); in GetArgsAndEnv()259 *envp = (char**)(stack_end + argc + 2); in GetArgsAndEnv()
151 m_origin = threadInfo.stack_end; in initialize()
1354 uintptr_t *stack_end = (uintptr_t *)__libc_stack_end; in GetArgv() local1355 return (char**)(stack_end + 1); in GetArgv()
908 *stack_end = stack_pos + sample.frames_count; in RecordTickSample() local909 stack_pos != stack_end; in RecordTickSample()
3633 Addr stack_end = VG_(clstk_end)+1; in PRE() local3640 *oldp = stack_end; in PRE()3645 if (oldp) VG_(memcpy)(oldp, &stack_end, oldlen); in PRE()