Searched refs:stack_protection_size_ (Results 1 – 4 of 4) sorted by relevance
846 static const size_t stack_protection_size_ = KB;
380 stack_size_ = (FLAG_sim_stack_size * KB) + (2 * stack_protection_size_); in Init()382 stack_limit_ = stack_ + stack_protection_size_; in Init()383 uintptr_t tos = stack_ + stack_size_ - stack_protection_size_; in Init()
2645 static const int stack_protection_size_ = 256; variable2647 static const int stack_size_ = 2 * 1024 + 2 * stack_protection_size_;
82 stack_limit_ = stack_ + stack_protection_size_; in Simulator()87 tos -= stack_protection_size_; in Simulator()