Searched refs:stack_variable (Results 1 – 2 of 2) sorted by relevance
113 int stack_variable; in stack_mte_enabled() local114 escape_stack_safety_analysis(&stack_variable); in stack_mte_enabled()116 return reinterpret_cast<uintptr_t>(&stack_variable) & (0xfull << 56); in stack_mte_enabled()
972 int stack_variable; in GetThreadStack() local973 if (stack_addr > &stack_variable) { in GetThreadStack()