Home
last modified time | relevance | path

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

/external/libunwind/src/x86_64/
DGglobal.c43 UNW_X86_64_RSI,
DGregs.c111 case UNW_X86_64_RSI: loc = c->dwarf.loc[RSI]; break; in tdep_access_reg()
DGos-linux.c122 case UNW_X86_64_RSI: addr = &uc->uc_mcontext.gregs[REG_RSI]; break; in x86_64_r_uc_addr()
DGos-freebsd.c172 case UNW_X86_64_RSI: addr = &uc->uc_mcontext.mc_rsi; break; in x86_64_r_uc_addr()
/external/libunwind/include/
Dlibunwind-x86_64.h62 UNW_X86_64_RSI, enumerator
/external/libunwind/src/coredump/
D_UCD_access_reg_freebsd.c94 case UNW_X86_64_RSI: in _UCD_access_reg()
D_UCD_access_reg_linux.c110 [UNW_X86_64_RSI] = offsetof(struct user_regs_struct, rsi) / sizeof(long), in _UCD_access_reg()
/external/libunwind_llvm/include/
Dlibunwind.h155 UNW_X86_64_RSI = 4, enumerator
/external/libunwind_llvm/src/
DUnwindCursor.hpp547 _msContext.Rsi = r.getRegister(UNW_X86_64_RSI); in UnwindCursor()
667 case UNW_X86_64_RSI: return _msContext.Rsi; in getReg()
717 case UNW_X86_64_RSI: _msContext.Rsi = value; break; in setReg()
DRegisters.hpp354 case UNW_X86_64_RSI: in getRegister()
402 case UNW_X86_64_RSI: in setRegister()
456 case UNW_X86_64_RSI: in getRegisterName()
/external/libunwind/src/ptrace/
D_UPT_reg_offset.c319 [UNW_X86_64_RSI] = 0x68,