Searched refs:UNW_TDEP_IP (Results 1 – 19 of 19) sorted by relevance
/third_party/libunwind/src/riscv/ |
D | Gstep.c | 63 c->dwarf.loc[UNW_TDEP_IP] = DWARF_LOC (c->sigcontext_addr + SC_REG_OFFSET(UNW_RISCV_X0), 0); in riscv_handle_signal_frame() 72 dwarf_get (&c->dwarf, c->dwarf.loc[UNW_TDEP_IP], &c->dwarf.ip); in riscv_handle_signal_frame()
|
D | Gregs.c | 44 case UNW_TDEP_IP: in tdep_access_reg()
|
/third_party/libunwind/include/ |
D | libunwind-sh.h | 79 UNW_TDEP_IP = UNW_SH_PR, enumerator
|
D | libunwind-hppa.h | 89 UNW_TDEP_IP = UNW_HPPA_IP, enumerator
|
D | libunwind-s390x.h | 104 UNW_TDEP_IP = UNW_S390X_IP, enumerator
|
D | libunwind-x86_64.h | 102 UNW_TDEP_IP = UNW_X86_64_RIP, enumerator
|
D | libunwind-mips.h | 111 UNW_TDEP_IP = UNW_MIPS_R31, enumerator
|
D | libunwind-tilegx.h | 124 UNW_TDEP_IP = UNW_TILEGX_R55, /* R55 is link register for Tilegx */ enumerator
|
D | libunwind-ppc32.h | 162 UNW_TDEP_IP = UNW_PPC32_LR, enumerator
|
D | libunwind-x86.h | 154 UNW_TDEP_IP = UNW_X86_EIP, enumerator
|
D | libunwind-ia64.h | 130 UNW_TDEP_IP = UNW_IA64_IP, enumerator
|
D | libunwind-riscv.h | 148 UNW_TDEP_IP = UNW_RISCV_PC, enumerator
|
D | libunwind-ppc64.h | 219 UNW_TDEP_IP = UNW_PPC64_NIP, enumerator
|
D | libunwind-aarch64.h | 165 UNW_TDEP_IP = UNW_AARCH64_X30, enumerator
|
D | libunwind-arm.h | 243 UNW_TDEP_IP = UNW_ARM_R15, enumerator
|
D | libunwind-common.h | 74 UNW_REG_IP = UNW_TDEP_IP, /* (rw) instruction pointer (pc) */
|
D | libunwind-common.h.in | 84 UNW_REG_IP = UNW_TDEP_IP, /* (rw) instruction pointer (pc) */
|
/third_party/libunwind/src/ppc32/ |
D | Gregs.c | 38 case UNW_TDEP_IP: in tdep_access_reg()
|
/third_party/libunwind/src/ppc64/ |
D | Gregs.c | 86 case UNW_TDEP_IP: in tdep_access_reg()
|