HomeSort by relevance Sort by last modified time
    Searched refs:bufimage (Results 1 - 3 of 3) sorted by null

  /external/valgrind/main/coregrind/m_gdbserver/
valgrind-low.c 189 char bufimage [2*size + 1]; local
190 heximage (bufimage, buf, size);
192 regno, size, the_low_target.reg_defs[regno].name, bufimage,
255 char bufimage [2*size + 1]; local
256 heximage (bufimage, buf, size);
260 regno, size, the_low_target.reg_defs[regno].name, bufimage,
valgrind-low-x86.c 143 char bufimage [2*sizeof(x86->guest_IP_AT_SYSCALL) + 1]; local
144 heximage (bufimage,
147 dlog(3, "guest_IP_AT_SYSCALL %s\n", bufimage);
valgrind-low-amd64.c 166 char bufimage [2*sizeof(amd64->guest_IP_AT_SYSCALL) + 1]; local
167 heximage (bufimage,
170 dlog(3, "guest_IP_AT_SYSCALL %s\n", bufimage);

Completed in 411 milliseconds