Home
last modified time | relevance | path

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

/glibc-2.36/sysdeps/unix/sysv/linux/x86_64/
Dmakecontext.c92 unsigned long ssp_size = (((uintptr_t) sp in __makecontext() local
96 ssp_size = ALIGN_UP (ssp_size, 8); in __makecontext()
98 ucp->__ssp[1] = ssp_size; in __makecontext()
99 ucp->__ssp[2] = ssp_size; in __makecontext()