Searched refs:regno (Results 1 – 7 of 7) sorted by relevance
/sysdeps/powerpc/powerpc64/ |
A D | register-dump.h | 105 unsigned regno; in register_dump() local 113 regno = xtoi (bufferpos[-1]) | xtoi (bufferpos[-2]) << 4; in register_dump() 115 _itoa_word (regs[regno], bufferpos+1, 16, 0); in register_dump()
|
/sysdeps/powerpc/powerpc32/ |
A D | register-dump.h | 101 unsigned regno; in register_dump() local 109 regno = xtoi (bufferpos[-1]) | xtoi (bufferpos[-2]) << 4; in register_dump() 111 _itoa_word (regs[regno], bufferpos+1, 16, 0); in register_dump()
|
/sysdeps/unix/sysv/linux/ia64/ |
A D | register-dump.h | 57 regvalue (unsigned long int *value, char letter, int regno, char *buf) in regvalue() argument 59 int n = regno >= 100 ? 3 : regno >= 10 ? 2 : 1; in regvalue() 62 _itoa_word (regno, buf + 2 + n, 10, 0); in regvalue()
|
/sysdeps/unix/sysv/linux/x86_64/ |
A D | libc_sigaction.c | 62 #define do_expr(regno, offset) \ argument 64 " .uleb128 " CFI_STRINGIFY (regno) "\n" \
|
/sysdeps/arm/ |
A D | backtrace.c | 35 _Unwind_Context *context, int regno) in unwind_getgr() argument 39 (context, _UVRSC_CORE, regno, _UVRSD_UINT32, &val); in unwind_getgr()
|
A D | unwind.h | 246 _Unwind_GetGR (_Unwind_Context *context, int regno) in _Unwind_GetGR() argument 249 _Unwind_VRS_Get (context, _UVRSC_CORE, regno, _UVRSD_UINT32, &val); in _Unwind_GetGR() 258 _Unwind_SetGR (_Unwind_Context *context, int regno, _Unwind_Word val) in _Unwind_SetGR() argument 260 _Unwind_VRS_Set (context, _UVRSC_CORE, regno, _UVRSD_UINT32, &val); in _Unwind_SetGR()
|
/sysdeps/alpha/ |
A D | dl-trampoline.S | 23 .macro savei regno, offset 24 stq $\regno, \offset($30) 25 cfi_rel_offset(\regno, \offset) 28 .macro savef regno, offset 29 stt $f\regno, \offset($30) 30 cfi_rel_offset(\regno+32, \offset)
|
Completed in 8 milliseconds