Home | History | Annotate | Download | only in m_ume

Lines Matching refs:stack_end

72   vki_uint8_t *stack_end; // allocated thread stack (cold end)
276 If the thread is a LC_UNIXTHREAD, the stack address is returned in out_info->stack_end.
312 out_info->stack_end =
314 vg_assert(VG_IS_PAGE_ALIGNED(out_info->stack_end));
315 out_info->stack_end--;
326 out_info->stack_end =
328 vg_assert(VG_IS_PAGE_ALIGNED(out_info->stack_end));
329 out_info->stack_end--;
362 The stack is mapped in and returned in out_info->stack_start and out_info->stack_end.
374 if (!out_info->stack_end) {
382 vm_address_t stackbase = VG_PGROUNDDN(out_info->stack_end+1-stacksize);
420 out_info->stack_end = out_info->stack_start + requested_size - 1;
448 linker_info.stack_end = NULL;
584 if (out_info->stack_start || out_info->stack_end) {
591 out_info->stack_start, out_info->stack_end);
614 if (out_info->stack_end || out_info->entry) {
649 if (out_info->stack_end || out_info->entry) {
676 if (!out_info->stack_end || !out_info->stack_start) {
832 load_info.stack_end = NULL;
856 info->stack_end = (Addr) load_info.stack_end;