HomeSort by relevance Sort by last modified time
    Searched refs:UNW_X86_64_RIP (Results 1 - 10 of 10) sorted by null

  /external/libunwind/include/
libunwind-x86_64.h 74 UNW_X86_64_RIP,
94 UNW_TDEP_LAST_REG = UNW_X86_64_RIP,
102 UNW_TDEP_IP = UNW_X86_64_RIP,
  /external/libunwind/src/x86_64/
Gglobal.c 55 UNW_X86_64_RIP,
Gtrace.c 240 d->loc[UNW_X86_64_RIP] = DWARF_REG_LOC (d, UNW_X86_64_RIP);
245 if (likely(dwarf_put (d, d->loc[UNW_X86_64_RIP], rip) >= 0)
Gregs.c 75 case UNW_X86_64_RIP:
Gos-linux.c 129 case UNW_X86_64_RIP: addr = &uc->uc_mcontext.gregs[REG_RIP]; break;
Gos-freebsd.c 179 case UNW_X86_64_RIP: addr = &uc->uc_mcontext.mc_rip; break;
  /external/libunwind/src/coredump/
_UCD_access_reg_freebsd.c 106 case UNW_X86_64_RIP:
_UCD_access_reg_linux.c 114 [UNW_X86_64_RIP] = offsetof(struct user_regs_struct, rip) / sizeof(long),
  /external/libunwind/src/ptrace/
_UPT_reg_offset.c 331 [UNW_X86_64_RIP] = 0x80
  /system/core/libbacktrace/
BacktraceOffline.cpp 482 case UNW_X86_64_RIP:

Completed in 311 milliseconds