Searched refs:stack_end (Results 1 – 7 of 7) sorted by relevance
265 load_genericthread(vki_uint8_t **stack_end, in load_genericthread() argument294 if (stack_end) *stack_end = (vki_uint8_t *)(state->__esp ? state->__esp : VKI_USRSTACK); in load_genericthread()303 if (stack_end) *stack_end = (vki_uint8_t *)(state->__rsp ? state->__rsp : VKI_USRSTACK64); in load_genericthread()343 vki_uint8_t *stack_end; in load_unixthread() local346 err = load_genericthread(&stack_end, &customstack, out_entry, threadcmd); in load_unixthread()349 if (!stack_end) { in load_unixthread()357 vm_address_t stackbase = VG_PGROUNDDN(stack_end-stacksize); in load_unixthread()367 if (out_stack_end) *out_stack_end = stack_end; in load_unixthread()448 vki_uint8_t *stack_end = NULL; // allocated thread stack (cold end) in load_thin_file() local522 if (stack_end || entry) { 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_()
151 m_origin = threadInfo.stack_end; in initialize()
908 *stack_end = stack_pos + sample.frames_count; in RecordTickSample() local909 stack_pos != stack_end; in RecordTickSample()
3614 Addr stack_end = VG_(clstk_end)+1; in PRE() local3621 *oldp = stack_end; in PRE()3626 if (oldp) VG_(memcpy)(oldp, &stack_end, oldlen); in PRE()