HomeSort by: relevance | last modified time | path
    Searched refs:store_function (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdbserver/
netbsd-low.h 35 void (*store_function) (struct regcache *regcache, const char *buf); member in struct:netbsd_regset_info
linux-low.h 62 regset_store_func store_function; member in struct:regset_info
netbsd-low.cc 499 regset->store_function (regcache, buf.data ());
linux-low.cc 5040 regset->store_function (regcache, buf);
  /src/external/gpl3/gdb.old/dist/gdbserver/
netbsd-low.h 35 void (*store_function) (struct regcache *regcache, const char *buf); member in struct:netbsd_regset_info
linux-low.h 62 regset_store_func store_function; member in struct:regset_info
netbsd-low.cc 496 regset->store_function (regcache, buf.data ());
linux-low.cc 5053 regset->store_function (regcache, buf);

Completed in 36 milliseconds