Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dregcache.h143 extern void regcache_save (struct regcache *dst,
Dregcache.c255 regcache_save (struct regcache *dst, regcache_cooked_read_ftype *cooked_read, in regcache_save() function
337 regcache_save (dst, do_cooked_read, src); in regcache_cpy()
Dframe.c505 regcache_save (regcache, do_frame_register_read, this_frame); in frame_save_as_regcache()