Home
last modified time | relevance | path

Searched refs:UNW_REG_LAST (Results 1 – 14 of 14) sorted by relevance

/third_party/libunwind/src/ptrace/
D_UPT_internal.h57 extern const int _UPT_reg_offset[UNW_REG_LAST + 1];
D_UPT_reg_offset.c82 const int _UPT_reg_offset[UNW_REG_LAST + 1] =
/third_party/libunwind/src/tilegx/
DGresume.c58 for (reg = 0; reg <= UNW_REG_LAST; ++reg) in establish_machine_state()
/third_party/libunwind/src/x86/
DGresume.c52 for (reg = 0; reg <= UNW_REG_LAST; ++reg) in establish_machine_state()
/third_party/libunwind/src/ppc64/
DGresume.c79 for (reg = 0; reg <= UNW_REG_LAST; ++reg) in establish_machine_state()
/third_party/libunwind/src/x86_64/
DGresume.c85 for (reg = 0; reg <= UNW_REG_LAST; ++reg) in establish_machine_state()
/third_party/libunwind/src/hppa/
DGresume.c107 for (reg = 0; reg <= UNW_REG_LAST; ++reg) in establish_machine_state()
/third_party/libunwind/src/riscv/
DGresume.c91 for (reg = UNW_RISCV_X1; reg <= UNW_REG_LAST; ++reg) in establish_machine_state()
/third_party/libunwind/src/arm/
DGresume.c119 for (reg = 0; reg <= UNW_REG_LAST; ++reg) in establish_machine_state()
/third_party/libunwind/src/sh/
DGresume.c130 for (reg = 0; reg <= UNW_REG_LAST; ++reg) in establish_machine_state()
/third_party/libunwind/src/s390x/
DGresume.c121 for (reg = 0; reg <= UNW_REG_LAST; ++reg) in establish_machine_state()
/third_party/libunwind/include/
Dlibunwind-common.h77 UNW_REG_LAST = UNW_TDEP_LAST_REG enumerator
Dlibunwind-common.h.in81 last valid register index is given by UNW_REG_LAST. */
87 UNW_REG_LAST = UNW_TDEP_LAST_REG enumerator
/third_party/libunwind/src/ia64/
DGresume.c243 for (reg = 0; reg <= UNW_REG_LAST; ++reg) in remote_install_cursor()