Searched refs:regcache_xmalloc (Results 1 – 5 of 5) sorted by relevance
33 struct regcache *regcache_xmalloc (struct gdbarch *gdbarch);
200 regcache_xmalloc (struct gdbarch *gdbarch) in regcache_xmalloc() function364 newbuf = regcache_xmalloc (src->descr->gdbarch); in regcache_dup()374 newbuf = regcache_xmalloc (src->descr->gdbarch); in regcache_dup_no_passthrough()1154 current_regcache = regcache_xmalloc (current_gdbarch); in build_regcache()
340 retbuf = regcache_xmalloc (current_gdbarch); in call_function_by_hand()
503 struct regcache *regcache = regcache_xmalloc (current_gdbarch); in frame_save_as_regcache()
3824 stop_registers = regcache_xmalloc (current_gdbarch); in build_infrun()