/third_party/libunwind/include/ |
D | libunwind-sh.h | 80 UNW_TDEP_SP = UNW_SH_R15, enumerator
|
D | libunwind-hppa.h | 90 UNW_TDEP_SP = UNW_HPPA_SP, enumerator
|
D | libunwind-s390x.h | 105 UNW_TDEP_SP = UNW_S390X_R15, enumerator
|
D | libunwind-x86_64.h | 103 UNW_TDEP_SP = UNW_X86_64_RSP, enumerator
|
D | libunwind-mips.h | 112 UNW_TDEP_SP = UNW_MIPS_R29, enumerator
|
D | libunwind-tilegx.h | 125 UNW_TDEP_SP = UNW_TILEGX_R54, enumerator
|
D | libunwind-ppc32.h | 163 UNW_TDEP_SP = UNW_PPC32_R1, enumerator
|
D | libunwind-x86.h | 155 UNW_TDEP_SP = UNW_X86_ESP, enumerator
|
D | libunwind-riscv.h | 149 UNW_TDEP_SP = UNW_RISCV_X2, enumerator
|
D | libunwind-ia64.h | 131 UNW_TDEP_SP = UNW_IA64_SP, enumerator
|
D | libunwind-ppc64.h | 220 UNW_TDEP_SP = UNW_PPC64_R1, enumerator
|
D | libunwind-aarch64.h | 166 UNW_TDEP_SP = UNW_AARCH64_SP, enumerator
|
D | libunwind-arm.h | 244 UNW_TDEP_SP = UNW_ARM_R13, enumerator
|
D | libunwind-common.h | 75 UNW_REG_SP = UNW_TDEP_SP, /* (ro) stack pointer */
|
D | libunwind_i.h | 378 #define TDEP_DWARF_SP UNW_TDEP_SP
|
D | libunwind-common.h.in | 85 UNW_REG_SP = UNW_TDEP_SP, /* (ro) stack pointer */
|
/third_party/libunwind/src/riscv/ |
D | Gregs.c | 56 case UNW_TDEP_SP: in tdep_access_reg()
|
D | init.h | 46 ret = dwarf_get (&c->dwarf, DWARF_REG_LOC (&c->dwarf, UNW_TDEP_SP), in common_init()
|
D | Gstep.c | 71 dwarf_get (&c->dwarf, c->dwarf.loc[UNW_TDEP_SP], &c->dwarf.cfa); in riscv_handle_signal_frame()
|
/third_party/libunwind/src/ppc32/ |
D | Gregs.c | 50 case UNW_TDEP_SP: in tdep_access_reg()
|
/third_party/libunwind/src/ppc64/ |
D | Gregs.c | 98 case UNW_TDEP_SP: in tdep_access_reg()
|
/third_party/libunwind/src/sh/ |
D | init.h | 55 ret = dwarf_get (&c->dwarf, c->dwarf.loc[UNW_TDEP_SP], &c->dwarf.cfa); in common_init()
|
/third_party/libunwind/src/dwarf/ |
D | Gparser.c | 822 if ((rs->reg.val[DWARF_CFA_REG_COLUMN] == UNW_TDEP_SP) in apply_reg_state() 823 && (UNW_TDEP_SP < ARRAY_SIZE(rs->reg.val)) in apply_reg_state() 824 && (rs->reg.where[UNW_TDEP_SP] == DWARF_WHERE_SAME)) in apply_reg_state()
|