Home
last modified time | relevance | path

Searched refs:regcache_xmalloc (Results 1 – 5 of 5) sorted by relevance

/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dregcache.h33 struct regcache *regcache_xmalloc (struct gdbarch *gdbarch);
Dregcache.c200 regcache_xmalloc (struct gdbarch *gdbarch) in regcache_xmalloc() function
364 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()
Dinfcall.c340 retbuf = regcache_xmalloc (current_gdbarch); in call_function_by_hand()
Dframe.c503 struct regcache *regcache = regcache_xmalloc (current_gdbarch); in frame_save_as_regcache()
Dinfrun.c3824 stop_registers = regcache_xmalloc (current_gdbarch); in build_infrun()