Home
last modified time | relevance | path

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

/netbsd/external/gpl3/gcc.old/dist/libgcc/config/rs6000/
H A Ddarwin-fallback.c42 #define R_CR2 70 macro
71 cr = _Unwind_GetGR (context, R_CR2); in interpret_libc()
391 set_offset (R_CR2, &m64->cr); in handle_syscall()
419 set_offset (R_CR2, &m->cr); in handle_syscall()
H A Dlinux-unwind.h26 #define R_CR2 70 macro
229 fs->regs.reg[R_CR2].how = REG_SAVED_OFFSET; in ppc_fallback_frame_state()
230 fs->regs.reg[R_CR2].loc.offset = cr_offset; in ppc_fallback_frame_state()
H A Daix-unwind.h28 #define R_CR2 70 macro
244 REGISTER_CFA_OFFSET_FOR (fs, R_CR2, &mctx->cr, new_cfa); in ppc_aix_fallback_frame_state()
/netbsd/external/gpl3/gcc/dist/libgcc/config/rs6000/
H A Ddarwin-fallback.c42 #define R_CR2 70 macro
71 cr = _Unwind_GetGR (context, R_CR2); in interpret_libc()
391 set_offset (R_CR2, &m64->cr); in handle_syscall()
419 set_offset (R_CR2, &m->cr); in handle_syscall()
H A Dlinux-unwind.h26 #define R_CR2 70 macro
233 fs->regs.reg[R_CR2].how = REG_SAVED_OFFSET; in ppc_fallback_frame_state()
234 fs->regs.reg[R_CR2].loc.offset = cr_offset; in ppc_fallback_frame_state()
H A Daix-unwind.h28 #define R_CR2 70 macro
244 REGISTER_CFA_OFFSET_FOR (fs, R_CR2, &mctx->cr, new_cfa); in ppc_aix_fallback_frame_state()
/netbsd/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200714715 CR2_REGNO to R_CR2.
14794 * config/rs6000/linux-unwind.h: Define R_LR, R_CR2, R_VR0,
14796 * config/rs6000/darwin-fallback.c: Define R_LR, R_CTR, R_CR2,
/netbsd/external/gpl3/gcc/dist/libgcc/
H A DChangeLog2241 (CR2_REGNO): Rename to R_CR2.