Home
last modified time | relevance | path

Searched refs:custom_stack (Results 1 – 3 of 3) sorted by relevance

/xnu-8020.121.3/bsd/kern/
H A Dmach_loader.h80 custom_stack : 1, member
H A Dmach_loader.c123 .custom_stack = 0,
2627 result->custom_stack = TRUE; in load_main()
2744 result->custom_stack = TRUE; in load_unixthread()
H A Dkern_exec.c6251 if (load_result->custom_stack) { in create_unix_stack()
6256 …tom %d user_stack_alloc_size 0x%llx\n", map, user_stack, load_result->custom_stack, load_result->u… in create_unix_stack()