Home
last modified time | relevance | path

Searched refs:reg_loc (Results 1 – 3 of 3) sorted by relevance

/external/lldb/source/Symbol/
DUnwindPlan.cpp221 RegisterLocation reg_loc; in SetRegisterLocationToAtCFAPlusOffset() local
222 reg_loc.SetAtCFAPlusOffset(offset); in SetRegisterLocationToAtCFAPlusOffset()
223 m_register_locations[reg_num] = reg_loc; in SetRegisterLocationToAtCFAPlusOffset()
232 RegisterLocation reg_loc; in SetRegisterLocationToIsCFAPlusOffset() local
233 reg_loc.SetIsCFAPlusOffset(offset); in SetRegisterLocationToIsCFAPlusOffset()
234 m_register_locations[reg_num] = reg_loc; in SetRegisterLocationToIsCFAPlusOffset()
251 RegisterLocation reg_loc; in SetRegisterLocationToUndefined() local
252 reg_loc.SetUndefined(); in SetRegisterLocationToUndefined()
253 m_register_locations[reg_num] = reg_loc; in SetRegisterLocationToUndefined()
262 RegisterLocation reg_loc; in SetRegisterLocationToUnspecified() local
[all …]
/external/libunwind/src/ia64/
DGregs.c274 ia64_loc_t nat_loc, ia64_loc_t reg_loc, uint8_t nat_bitnr, in access_nat() argument
281 if (IA64_IS_FP_LOC (reg_loc)) in access_nat()
290 ret = ia64_putfp (c, reg_loc, unw.nat_val_be); in access_nat()
292 ret = ia64_putfp (c, reg_loc, unw.nat_val_le); in access_nat()
299 ret = ia64_getfp (c, reg_loc, &tmp); in access_nat()
311 ret = ia64_putfp (c, reg_loc, tmp); in access_nat()
316 ret = ia64_getfp (c, reg_loc, &tmp); in access_nat()
330 || IA64_IS_UC_LOC (reg_loc)) in access_nat()
363 ia64_loc_t loc, reg_loc, nat_loc; in tdep_access_reg() local
404 reg_loc = c->loc[IA64_REG_R4 + (reg - (UNW_IA64_NAT + 4))]; in tdep_access_reg()
[all …]
DGget_save_loc.c37 ia64_loc_t loc, reg_loc; in unw_get_save_loc() local
62 reg_loc = c->loc[IA64_REG_R4 + (reg - (UNW_IA64_NAT + 4))]; in unw_get_save_loc()
64 if (IA64_IS_FP_LOC (reg_loc)) in unw_get_save_loc()
66 loc = reg_loc; in unw_get_save_loc()