HomeSort by: relevance | last modified time | path
    Searched defs:raw_compare (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdbserver/
regcache.cc 541 regcache::raw_compare (int regnum, const void *buf, int offset) const function in class:regcache
  /src/external/gpl3/gdb.old/dist/gdbserver/
regcache.cc 529 regcache::raw_compare (int regnum, const void *buf, int offset) const function in class:regcache
  /src/external/gpl3/gdb/dist/gdb/
regcache.c 1394 reg_buffer::raw_compare (int regnum, const void *buf, int offset) const function in class:reg_buffer
1834 /* Test using reg_buffer::raw_compare with offset equal to the register size
1848 SELF_CHECK (regcache->raw_compare (0, &buf, register_size (inf.arch (), 0)));
  /src/external/gpl3/gdb.old/dist/gdb/
regcache.c 1384 reg_buffer::raw_compare (int regnum, const void *buf, int offset) const function in class:reg_buffer
1840 /* Test using reg_buffer::raw_compare with offset equal to the register size
1854 SELF_CHECK (regcache->raw_compare (0, &buf, register_size (inf.arch (), 0)));

Completed in 29 milliseconds