Home
last modified time | relevance | path

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

/external/libunwind/src/ptrace/
D_UPT_internal.h57 extern const int _UPT_reg_offset[UNW_REG_LAST + 1];
D_UPT_reg_offset.c35 const int _UPT_reg_offset[UNW_REG_LAST + 1] =
/external/libunwind/src/x86/
DGresume.c52 for (reg = 0; reg <= UNW_REG_LAST; ++reg) in establish_machine_state()
/external/libunwind/src/x86_64/
DGresume.c84 for (reg = 0; reg <= UNW_REG_LAST; ++reg) in establish_machine_state()
/external/libunwind/src/hppa/
DGresume.c107 for (reg = 0; reg <= UNW_REG_LAST; ++reg) in establish_machine_state()
/external/libunwind/src/arm/
DGresume.c123 for (reg = 0; reg <= UNW_REG_LAST; ++reg) in establish_machine_state()
/external/libunwind/src/sh/
DGresume.c130 for (reg = 0; reg <= UNW_REG_LAST; ++reg) in establish_machine_state()
/external/libunwind/include/
Dlibunwind-common.h86 UNW_REG_LAST = UNW_TDEP_LAST_REG enumerator
Dlibunwind-common.h.in68 last valid register index is given by UNW_REG_LAST. */
74 UNW_REG_LAST = UNW_TDEP_LAST_REG enumerator
/external/libunwind/src/ia64/
DGresume.c243 for (reg = 0; reg <= UNW_REG_LAST; ++reg) in remote_install_cursor()