HomeSort by relevance Sort by last modified time
    Searched refs:reg_loc (Results 1 - 3 of 3) sorted by null

  /external/lldb/source/Symbol/
UnwindPlan.cpp 221 RegisterLocation reg_loc;
222 reg_loc.SetAtCFAPlusOffset(offset);
223 m_register_locations[reg_num] = reg_loc;
232 RegisterLocation reg_loc;
233 reg_loc.SetIsCFAPlusOffset(offset);
234 m_register_locations[reg_num] = reg_loc;
251 RegisterLocation reg_loc; local
252 reg_loc.SetUndefined();
253 m_register_locations[reg_num] = reg_loc;
262 RegisterLocation reg_loc;
    [all...]
  /external/libunwind/src/ia64/
Gget_save_loc.c 37 ia64_loc_t loc, reg_loc; local
62 reg_loc = c->loc[IA64_REG_R4 + (reg - (UNW_IA64_NAT + 4))];
64 if (IA64_IS_FP_LOC (reg_loc))
66 loc = reg_loc;
Gregs.c 274 ia64_loc_t nat_loc, ia64_loc_t reg_loc, uint8_t nat_bitnr,
281 if (IA64_IS_FP_LOC (reg_loc))
290 ret = ia64_putfp (c, reg_loc, unw.nat_val_be);
292 ret = ia64_putfp (c, reg_loc, unw.nat_val_le);
299 ret = ia64_getfp (c, reg_loc, &tmp);
311 ret = ia64_putfp (c, reg_loc, tmp);
316 ret = ia64_getfp (c, reg_loc, &tmp);
330 || IA64_IS_UC_LOC (reg_loc))
363 ia64_loc_t loc, reg_loc, nat_loc; local
404 reg_loc = c->loc[IA64_REG_R4 + (reg - (UNW_IA64_NAT + 4))]
    [all...]

Completed in 525 milliseconds