HomeSort by relevance Sort by last modified time
    Searched full:mach (Results 276 - 300 of 595) sorted by null

<<11121314151617181920>>

  /external/lldb/source/Core/
ArchSpec.cpp 103 { eByteOrderLittle, 4, 4, 4 , llvm::Triple::UnknownArch , ArchSpec::eCore_uknownMach32 , "unknown-mach-32" },
104 { eByteOrderLittle, 8, 4, 4 , llvm::Triple::UnknownArch , ArchSpec::eCore_uknownMach64 , "unknown-mach-64" }
206 // Catch any unknown mach architectures so we can always use the object and symbol mach-o files
214 "mach-o"
    [all...]
  /external/llvm/lib/Support/
Host.cpp 36 #include <mach/mach.h>
37 #include <mach/mach_host.h>
38 #include <mach/host_info.h>
39 #include <mach/machine.h>
Path.cpp 971 // See the Mach-O section in /usr/share/file/magic for details.
977 // The two magic numbers for mach-o are:
978 // 0xfeedface - 32-bit mach-o
979 // 0xfeedfacf - 64-bit mach-o
  /external/compiler-rt/lib/asan/
asan_mac.cc 29 #include <mach-o/dyld.h>
30 #include <mach-o/loader.h>
  /external/google-breakpad/src/common/
stabs_reader.h 44 // a.out-like symbol table (as used in Darwin OS X Mach-O files).
60 #include <mach-o/nlist.h>
  /external/google-breakpad/src/tools/mac/crash_report/
crash_report.mm 35 #include <mach/machine.h>
36 #include <mach-o/arch.h>
  /external/libcxxabi/src/Unwind/
AddressSpace.hpp 26 #include <mach-o/getsect.h>
315 // Find mach-o image containing address.
  /external/lldb/tools/debugserver/source/
DNBLog.cpp 26 #include <mach/mach.h>
  /external/lldb/tools/debugserver/source/MacOSX/
MachVMMemory.cpp 17 #include <mach/mach_vm.h>
18 #include <mach/shared_region.h>
MachVMRegion.cpp 15 #include <mach/mach_vm.h>
  /external/llvm/include/llvm/Config/
config.h.in 165 /* Define to 1 if you have the <mach/mach.h> header file. */
  /external/llvm/lib/Support/Unix/
Process.inc 131 #include <mach/mach.h>
  /external/valgrind/coregrind/
launcher-darwin.c 49 #include <mach-o/fat.h>
50 #include <mach-o/loader.h>
m_vkiscnums.c 65 case VG_DARWIN_SYSCALL_CLASS_MACH: classname = "mach"; break;
pub_core_initimg.h 109 Addr text; /* executable's Mach header */
pub_core_ume.h 62 Addr text; // OUT: address of executable's Mach header
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
AddressSpace.hpp 39 #include <mach-o/getsect.h>
316 // Find mach-o image containing address.
  /ndk/sources/host-tools/make-3.81/
config.h-vms 317 /* Define if you have the <mach/mach.h> header file. */
config.h.W32 144 /* Define to 1 if you have the <mach/mach.h> header file. */
config.h.in 136 /* Define to 1 if you have the <mach/mach.h> header file. */
  /external/google-breakpad/src/client/mac/Framework/
OnDemandServer.mm 166 // a mach message to the service port in order to launch the server.
  /external/jpeg/
config.guess 219 RISC*:Mach:*:*)
660 Intel:Mach:3*:*)
787 version=`(hostinfo | sed -n 's/.*NeXT Mach \([0-9]*\).*/\1/p') 2>/dev/null`;
797 printf ("ns32k-encore-mach\n"); exit (0);
  /external/libusb/libusb.xcodeproj/
project.pbxproj 34 D2AAC0630554660B00DB518D /* libusb.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = libusb.dylib; sourceTree = BUILT_PRODUCTS_DIR; };
  /external/mdnsresponder/mDNSShared/
mDNS.1 46 Note that this Mach-based API, first introduced in Mac OS X 10.2,
  /external/mesa3d/src/gallium/drivers/i915/
i915_context.h 78 /* These must mach the order of LI0_STATE_* bits, as they will be used

Completed in 576 milliseconds

<<11121314151617181920>>