/external/valgrind/coregrind/m_syswrap/ |
D | syswrap-amd64-darwin.c | 66 static void x86_thread_state64_from_vex(x86_thread_state64_t *mach, in x86_thread_state64_from_vex() argument 69 mach->__rax = vex->guest_RAX; in x86_thread_state64_from_vex() 70 mach->__rbx = vex->guest_RBX; in x86_thread_state64_from_vex() 71 mach->__rcx = vex->guest_RCX; in x86_thread_state64_from_vex() 72 mach->__rdx = vex->guest_RDX; in x86_thread_state64_from_vex() 73 mach->__rdi = vex->guest_RDI; in x86_thread_state64_from_vex() 74 mach->__rsi = vex->guest_RSI; in x86_thread_state64_from_vex() 75 mach->__rbp = vex->guest_RBP; in x86_thread_state64_from_vex() 76 mach->__rsp = vex->guest_RSP; in x86_thread_state64_from_vex() 77 mach->__rflags = LibVEX_GuestAMD64_get_rflags(vex); in x86_thread_state64_from_vex() [all …]
|
D | syswrap-x86-darwin.c | 64 static void x86_thread_state32_from_vex(i386_thread_state_t *mach, in x86_thread_state32_from_vex() argument 67 mach->__eax = vex->guest_EAX; in x86_thread_state32_from_vex() 68 mach->__ebx = vex->guest_EBX; in x86_thread_state32_from_vex() 69 mach->__ecx = vex->guest_ECX; in x86_thread_state32_from_vex() 70 mach->__edx = vex->guest_EDX; in x86_thread_state32_from_vex() 71 mach->__edi = vex->guest_EDI; in x86_thread_state32_from_vex() 72 mach->__esi = vex->guest_ESI; in x86_thread_state32_from_vex() 73 mach->__ebp = vex->guest_EBP; in x86_thread_state32_from_vex() 74 mach->__esp = vex->guest_ESP; in x86_thread_state32_from_vex() 75 mach->__ss = vex->guest_SS; in x86_thread_state32_from_vex() [all …]
|
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
D | tgsi_exec.c | 536 print_temp(const struct tgsi_exec_machine *mach, uint index) in print_temp() argument 538 const struct tgsi_exec_vector *tmp = &mach->Temps[index]; in print_temp() 554 tgsi_exec_set_constant_buffers(struct tgsi_exec_machine *mach, in tgsi_exec_set_constant_buffers() argument 562 mach->Consts[i] = bufs[i]; in tgsi_exec_set_constant_buffers() 563 mach->ConstsSize[i] = buf_sizes[i]; in tgsi_exec_set_constant_buffers() 629 struct tgsi_exec_machine *mach, in tgsi_exec_machine_bind_shader() argument 651 mach->Tokens = tokens; in tgsi_exec_machine_bind_shader() 652 mach->Samplers = samplers; in tgsi_exec_machine_bind_shader() 656 if (mach->Declarations) { in tgsi_exec_machine_bind_shader() 657 FREE( mach->Declarations ); in tgsi_exec_machine_bind_shader() [all …]
|
D | tgsi_exec.h | 344 tgsi_exec_machine_destroy(struct tgsi_exec_machine *mach); 349 struct tgsi_exec_machine *mach, 356 struct tgsi_exec_machine *mach ); 360 tgsi_exec_machine_free_data(struct tgsi_exec_machine *mach); 368 tgsi_set_kill_mask(struct tgsi_exec_machine *mach, unsigned mask) in tgsi_set_kill_mask() argument 370 mach->Temps[TGSI_EXEC_TEMP_KILMASK_I].xyzw[TGSI_EXEC_TEMP_KILMASK_C].u[0] = in tgsi_set_kill_mask() 377 tgsi_set_exec_mask(struct tgsi_exec_machine *mach, in tgsi_set_exec_mask() argument 380 int *mask = mach->Temps[TGSI_EXEC_MASK_I].xyzw[TGSI_EXEC_MASK_C].i; in tgsi_set_exec_mask() 389 tgsi_exec_set_constant_buffers(struct tgsi_exec_machine *mach,
|
/external/bison/m4/ |
D | nocrash.m4 | 22 #include <mach/mach.h> 23 #include <mach/mach_error.h> 24 #include <mach/thread_status.h> 25 #include <mach/exception.h> 26 #include <mach/task.h>
|
/external/google-breakpad/src/common/mac/ |
D | MachIPC.h | 37 #import <mach/mach.h> 38 #import <mach/message.h>
|
D | MachIPC.mm | 31 // Wrapper for mach IPC calls 166 // create a new mach port for receiving messages and register a name for it 198 // create a new mach port for receiving messages 216 // Given an already existing mach port, use it. We take ownership of the
|
/external/autotest/server/ |
D | base_utils.py | 213 mach = machines[0] 214 mappings['ident'] = [mach] 241 for mach in key_machines: 242 failures.append((mach, "machine can not be tupled"))
|
/external/libchrome/base/threading/ |
D | platform_thread_mac.mm | 8 #include <mach/mach.h> 9 #include <mach/mach_time.h> 10 #include <mach/thread_policy.h> 161 // Convert from pthread_t to mach thread identifier.
|
/external/google-breakpad/src/client/mac/crash_generation/ |
D | Inspector.mm | 147 // We need to get the mach port representing this service, so we can 164 // We're done receiving mach messages from the crashed process, 227 // through quickly, we can end up with the mach IPC messages not 234 // Read each key/value pair, one mach message per key/value pair. 343 // It will wait on a mach port (with timeout) until we send acknowledgement.
|
/external/webrtc/webrtc/examples/objc/AppRTCDemo/common/ |
D | ARDUtilities.m | 13 #import <mach/mach.h>
|
/external/libchrome/sandbox/mac/ |
D | message_server.h | 19 mach_msg_header_t* mach; member
|
/external/google-breakpad/src/client/mac/Breakpad.xcodeproj/ |
D | project.pbxproj | 593 …or_test_helper */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; incl… 610 …on_server_test */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; incl… 638 …A /* Inspector */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; incl… 678 …tilities.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeIn… 683 …generator_test */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; incl… 684 …riter_unittest */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; incl… 686 …* handler_test */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; incl… 695 …ashduringload */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.executable"; name… 696 …* crashInMain */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.executable"; name… 1461 fileType = "compiled.mach-o.executable"; [all …]
|
/external/compiler-rt/test/asan/TestCases/Darwin/ |
D | address-range-limit.mm | 7 #import <mach-o/dyld.h>
|
/external/google-breakpad/src/tools/mac/dump_syms/dump_syms.xcodeproj/ |
D | project.pbxproj | 291 …odule_unittest */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; incl… 311 …r_cfi_unittest */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; incl… 316 …eader_unittest */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; incl… 319 …odule_unittest */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; incl… 328 …ndler_unittest */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; incl… 329 …odule_unittest */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; incl… 330 …odule_unittest */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; incl… 331 …odule_unittest */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; incl… 332 …eader_unittest */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; incl… 333 …ursor_unittest */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; incl… [all …]
|
/external/libmtp/libmtp.xcodeproj/ |
D | project.pbxproj | 82 …ibiconv.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = li… 83 …* libmtp.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeIn… 245 fileType = "compiled.mach-o.dylib"; 252 fileType = "compiled.mach-o.dylib";
|
/external/libusb-compat/libusb-compat.xcodeproj/ |
D | project.pbxproj | 39 …b-compat.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeIn… 163 fileType = "compiled.mach-o.dylib";
|
/external/google-breakpad/src/tools/mac/symupload/symupload.xcodeproj/ |
D | project.pbxproj | 38 …E /* symupload */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; incl… 41 …inidump_upload */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; incl…
|
/external/google-breakpad/src/client/mac/testapp/ |
D | Controller.m | 36 #include <mach/mach.h>
|
/external/llvm/test/CodeGen/X86/ |
D | 2014-08-29-CompactUnwind.ll | 15 ; (UNWIND_X86_64_FRAMELESS_STACK_SIZE in mach-o/compact_unwind_encoding.h)
|
/external/libcxx/include/ |
D | __refstring | 18 #include <mach-o/dyld.h>
|
/external/google-breakpad/src/client/mac/tests/ |
D | BreakpadFramework_Test.mm | 37 #include <mach/mach.h>
|
/external/libunwind_llvm/src/ |
D | CMakeLists.txt | 39 "${CMAKE_CURRENT_SOURCE_DIR}/../include/mach-o/compact_unwind_encoding.h")
|
/external/valgrind/coregrind/ |
D | Makefile.am | 156 /usr/include/mach/mach_vm.defs \ 157 /usr/include/mach/task.defs \ 158 /usr/include/mach/thread_act.defs \ 159 /usr/include/mach/vm_map.defs
|
/external/llvm/lib/Support/Unix/ |
D | Memory.inc | 24 #include <mach/mach.h>
|