Searched refs:RESTORE_INT_REG_CFI (Results 1 – 2 of 2) sorted by relevance
/glibc-2.36/sysdeps/unix/sysv/linux/riscv/ ! |
D | setcontext.S | 70 RESTORE_INT_REG_CFI (ra, 1, t0) 72 RESTORE_INT_REG_CFI (s0, 8, t0) 73 RESTORE_INT_REG_CFI (s1, 9, t0) 82 RESTORE_INT_REG_CFI (s2, 18, t0) 83 RESTORE_INT_REG_CFI (s3, 19, t0) 84 RESTORE_INT_REG_CFI (s4, 20, t0) 85 RESTORE_INT_REG_CFI (s5, 21, t0) 86 RESTORE_INT_REG_CFI (s6, 22, t0) 87 RESTORE_INT_REG_CFI (s7, 23, t0) 88 RESTORE_INT_REG_CFI (s8, 24, t0) [all …]
|
D | ucontext-macros.h | 45 #define RESTORE_INT_REG_CFI(name, num, base) \ macro
|