Home
last modified time | relevance | path

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

/glibc-2.36/sysdeps/unix/sysv/linux/x86_64/
Dmakecontext.c62 unsigned int idx_uc_link; in __makecontext() local
73 idx_uc_link = (argc > 6 ? argc - 6 : 0) + 1; in __makecontext()
79 ucp->uc_mcontext.gregs[REG_RBX] = (uintptr_t) &sp[idx_uc_link]; in __makecontext()
113 sp[idx_uc_link] = (uintptr_t) ucp->uc_link; in __makecontext()
/glibc-2.36/ChangeLog.old/
DChangeLog.1886468 Use greg_t on sp. Use unsigned int on idx_uc_link. Cast