Searched defs:amd64 (Results 1 - 5 of 5) sorted by relevance

/external/google-breakpad/src/google_breakpad/processor/
H A Ddump_context.h81 void SetContextAMD64(MDRawContextAMD64* amd64);
97 MDRawContextAMD64* amd64; member in union:google_breakpad::DumpContext::__anon7536
/external/valgrind/coregrind/m_gdbserver/
H A Dvalgrind-low-amd64.c159 VexGuestAMD64State* amd64 = (VexGuestAMD64State*) get_arch (set, tst); local
164 case 0: VG_(transfer) (&amd64->guest_RAX, buf, dir, size, mod); break;
165 case 1: VG_(transfer) (&amd64->guest_RBX, buf, dir, size, mod); break;
166 case 2: VG_(transfer) (&amd64->guest_RCX, buf, dir, size, mod); break;
167 case 3: VG_(transfer) (&amd64->guest_RDX, buf, dir, size, mod); break;
168 case 4: VG_(transfer) (&amd64->guest_RSI, buf, dir, size, mod); break;
169 case 5: VG_(transfer) (&amd64->guest_RDI, buf, dir, size, mod); break;
170 case 6: VG_(transfer) (&amd64->guest_RBP, buf, dir, size, mod); break;
171 case 7: VG_(transfer) (&amd64->guest_RSP, buf, dir, size, mod); break;
172 case 8: VG_(transfer) (&amd64
350 VexGuestAMD64State* amd64 = (VexGuestAMD64State*)&tst->arch.vex; local
[all...]
/external/google-breakpad/src/processor/
H A Ddump_context.cc102 BPLOG(ERROR) << "DumpContext cannot get amd64 context";
106 return context_.amd64;
204 void DumpContext::SetContextAMD64(MDRawContextAMD64* amd64) { argument
205 context_.amd64 = amd64;
239 delete context_.amd64;
/external/valgrind/memcheck/tests/vbit-test/
H A Dvtest.h178 unsigned amd64 : 1; member in struct:__anon29648
/external/kotlinc/lib/
H A Dkotlin-daemon-client.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/kotlin-daemon-client.kotlin_module ...

Completed in 355 milliseconds