Home
last modified time | relevance | path

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

/external/libunwind/src/ia64/
DGregs.c73 if (ia64_put (c, IA64_LOC_ADDR (addr + LINUX_SC_FLAGS_OFF, 0), in linux_scratch_loc()
265 ret = ia64_put (c, nat_loc, nat_word); in update_nat()
333 return ia64_put (c, nat_loc, *valp); in access_nat()
435 return ia64_put (c, c->loc[IA64_REG_PR], *valp); in tdep_access_reg()
467 return ia64_put (c, c->ec_loc, val); in tdep_access_reg()
556 return ia64_put (c, loc, *valp); in tdep_access_reg()
Dunwind_i.h204 ia64_put (struct cursor *c, unw_word_t loc, unw_word_t val) in ia64_put() function
369 ia64_put (struct cursor *c, ia64_loc_t loc, unw_word_t val) in ia64_put() function
/external/libunwind/
DChangeLog15 (ia64_put): Ditto.