Searched refs:regcache_xmalloc (Results 1 – 6 of 6) sorted by relevance
33 struct regcache *regcache_xmalloc (struct gdbarch *gdbarch);
310 regcache_xmalloc (struct gdbarch *gdbarch) in regcache_xmalloc() function474 newbuf = regcache_xmalloc (src->descr->gdbarch); in regcache_dup()484 newbuf = regcache_xmalloc (src->descr->gdbarch); in regcache_dup_no_passthrough()1426 current_regcache = regcache_xmalloc (current_gdbarch); in build_regcache()
230 dummy_frame->regcache = regcache_xmalloc (current_gdbarch); in generic_push_dummy_frame()
406 retbuf = regcache_xmalloc (current_gdbarch); in call_function_by_hand()
483 struct regcache *scratch = regcache_xmalloc (current_gdbarch); in frame_pop()
4066 stop_registers = regcache_xmalloc (current_gdbarch); in build_infrun()