Searched refs:STACK_ALIGN (Results 1 – 2 of 2) sorted by relevance
39 SA_FLAG_IGN, SA_FLAG_IMMUTABLE, SA_FLAG_RESTORER, STACK_ALIGN, _NSIG_U64_CNT,695 rsp &= (-(STACK_ALIGN as i64)) as usize; in get_stack()
35 pub const STACK_ALIGN: u64 = 16; constant