Searched refs:stack_num (Results 1 – 1 of 1) sorted by relevance
101 #define GET_START_CANARY(name, stack_num) name[stack_num][0] argument102 #define GET_END_CANARY(name, stack_num) \ argument103 name[stack_num][sizeof(name[stack_num]) / sizeof(uint32_t) - 1]
Completed in 5 milliseconds