Searched refs:stack_top (Results 1 – 7 of 7) sorted by relevance
261 result.stack_top = result.static_tls; in __allocate_thread_mapping()267 char* stack_top; in __allocate_thread() local281 stack_top = mapping.stack_top; in __allocate_thread()288 stack_top = static_cast<char*>(attr->stack_base) + attr->stack_size; in __allocate_thread()295 stack_top = align_down(stack_top - sizeof(pthread_internal_t), 16); in __allocate_thread()297 pthread_internal_t* thread = reinterpret_cast<pthread_internal_t*>(stack_top); in __allocate_thread()316 attr->stack_size = stack_top - static_cast<char*>(attr->stack_base); in __allocate_thread()322 thread->stack_top = reinterpret_cast<uintptr_t>(stack_top); in __allocate_thread()325 *child_stack = stack_top; in __allocate_thread()
151 uintptr_t stack_top; variable192 char* stack_top; member
38 return __get_thread()->stack_top; in __get_thread_stack_top()
84 main_thread.stack_top = reinterpret_cast<uintptr_t>(args.argv); in __libc_init_main_thread_early()
328 uintptr_t load_bias, void* stack_top) { in __libc_init_mte() argument367 reinterpret_cast<void*>(page_start(reinterpret_cast<uintptr_t>(stack_top))); in __libc_init_mte()
46 CHECK_OFFSET(pthread_internal_t, stack_top, 144); in tests()88 CHECK_OFFSET(pthread_internal_t, stack_top, 76); in tests()
74 size_t phdr_count, uintptr_t load_bias, void* stack_top);