Home
last modified time | relevance | path

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

/external/libunwind/src/x86_64/
DGglobal.c44 UNW_X86_64_RDI,
DGregs.c112 case UNW_X86_64_RDI: loc = c->dwarf.loc[RDI]; break; in tdep_access_reg()
DGos-linux.c121 case UNW_X86_64_RDI: addr = &uc->uc_mcontext.gregs[REG_RDI]; break; in x86_64_r_uc_addr()
DGos-freebsd.c171 case UNW_X86_64_RDI: addr = &uc->uc_mcontext.mc_rdi; break; in x86_64_r_uc_addr()
/external/libunwind/include/
Dlibunwind-x86_64.h63 UNW_X86_64_RDI, enumerator
/external/libunwind/src/coredump/
D_UCD_access_reg_freebsd.c97 case UNW_X86_64_RDI: in _UCD_access_reg()
D_UCD_access_reg_linux.c111 [UNW_X86_64_RDI] = offsetof(struct user_regs_struct, rdi) / sizeof(long), in _UCD_access_reg()
/external/libunwind_llvm/include/
Dlibunwind.h156 UNW_X86_64_RDI = 5, enumerator
/external/libunwind_llvm/src/
DUnwindCursor.hpp548 _msContext.Rdi = r.getRegister(UNW_X86_64_RDI); in UnwindCursor()
668 case UNW_X86_64_RDI: return _msContext.Rdi; in getReg()
718 case UNW_X86_64_RDI: _msContext.Rdi = value; break; in setReg()
DRegisters.hpp356 case UNW_X86_64_RDI: in getRegister()
405 case UNW_X86_64_RDI: in setRegister()
458 case UNW_X86_64_RDI: in getRegisterName()
/external/libunwind/src/ptrace/
D_UPT_reg_offset.c320 [UNW_X86_64_RDI] = 0x70,