Searched refs:UNW_IA64_AR (Results 1 - 4 of 4) sorted by relevance

/external/libunwind/include/
H A Dlibunwind-ia64.h103 UNW_IA64_AR = UNW_IA64_FR + 128, /* application registers (ar0..r127) */ enumerator in enum:__anon24670
104 UNW_IA64_AR_RSC = UNW_IA64_AR + 16,
105 UNW_IA64_AR_BSP = UNW_IA64_AR + 17,
106 UNW_IA64_AR_BSPSTORE = UNW_IA64_AR + 18,
107 UNW_IA64_AR_RNAT = UNW_IA64_AR + 19,
108 UNW_IA64_AR_CSD = UNW_IA64_AR + 25,
109 UNW_IA64_AR_26 = UNW_IA64_AR + 26,
111 UNW_IA64_AR_CCV = UNW_IA64_AR + 32,
112 UNW_IA64_AR_UNAT = UNW_IA64_AR + 36,
113 UNW_IA64_AR_FPSR = UNW_IA64_AR
[all...]
/external/libunwind/src/ptrace/
H A D_UPT_reg_offset.c141 [UNW_IA64_AR + 0] = -1, [UNW_IA64_AR + 1] = -1,
142 [UNW_IA64_AR + 2] = -1, [UNW_IA64_AR + 3] = -1,
143 [UNW_IA64_AR + 4] = -1, [UNW_IA64_AR + 5] = -1,
144 [UNW_IA64_AR + 6] = -1, [UNW_IA64_AR + 7] = -1,
145 [UNW_IA64_AR + 8] = -1, [UNW_IA64_AR
[all...]
/external/libunwind/src/ia64/
H A DGinit.c167 case UNW_IA64_AR ... UNW_IA64_AR + 127:
171 ret = __uc_set_ar (uc, (reg - UNW_IA64_AR), *val);
173 ret = __uc_get_ar (uc, (reg - UNW_IA64_AR), val);
191 ret = __uc_set_ar (uc, (reg - UNW_IA64_AR), *val);
193 ret = __uc_get_ar (uc, (reg - UNW_IA64_AR), val);
/external/libunwind/tests/
H A DGia64-test-nat.c147 if (__uc_get_ar (uc, UNW_IA64_AR_BSP - UNW_IA64_AR, &bsp) != 0)

Completed in 478 milliseconds