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

1 2 3 4 5 67 8 91011>>

  /external/llvm/test/tools/llvm-readobj/
macho-universal-x86_64.i386.test 13 MULTIHEADER: Format: Mach-O 64-bit x86-64
32 MULTIHEADER: Format: Mach-O 32-bit i386
53 MULTISECTIONS: Format: Mach-O 64-bit x86-64
109 MULTISECTIONS: Format: Mach-O 32-bit i386
150 MULTIHEADER-ARCHIVE: Format: Mach-O 64-bit x86-64
166 MULTIHEADER-ARCHIVE: Format: Mach-O 32-bit i386
182 MULTISECTIONS-ARCHIVE: Format: Mach-O 64-bit x86-64
258 MULTISECTIONS-ARCHIVE: Format: Mach-O 32-bit i386
  /external/valgrind/coregrind/
pub_core_mach.h 3 /*--- Mach kernel interface module. pub_core_mach.h ---*/
37 // PURPOSE: This module contains the Mach kernel interface,
  /development/tools/idegen/templates/idea/
misc.xml 39 <component name="Mach LOCAL_PREFIX stripper" stripping="true" />
  /external/google-breakpad/src/client/mac/handler/
breakpad_nlist_64.h 36 #include <mach/machine.h>
breakpad_nlist_64.cc 72 #include <mach-o/nlist.h>
73 #include <mach-o/loader.h>
74 #include <mach-o/fat.h>
75 #include <mach/mach.h>
111 // 32-bit/64-bit Mach-O files.
  /external/google-breakpad/src/common/mac/
arch_utilities.h 35 #include <mach-o/arch.h>
dump_syms.h 35 // reading debugging information from Mach-O files and writing it out as a
39 #include <mach-o/loader.h>
71 // the name of a universal binary, a Mach-O file, or a dSYM bundle
172 // this may have more than one element; if it refers to a Mach-O file, this
macho_reader.cc 69 " nor a Mach-O object file\n", filename_.c_str());
88 // that endianness. To recognize Mach-O magic numbers, which can use
128 // If this is a little-endian Mach-O file, fix the cursor's endianness.
134 // Get the cpu type and subtype from the Mach-O header.
157 fprintf(stderr, "%s: file is not a Mach-O object file\n", filename_.c_str());
171 fprintf(stderr, "%s: file does not contain a complete Mach-O header\n",
177 " given in Mach-O header\n", filename_.c_str());
360 // Mach-O files in .dSYM bundles have the contents of the loaded
487 // Mach-O files in .dSYM bundles have the contents of the loaded
  /external/google-breakpad/src/tools/mac/dump_syms/
macho_dump.cc 32 // macho_dump.cc: Dump the contents of a Mach-O file. This is mostly
38 #include <mach-o/arch.h>
172 printf(" Mach-O header:\n"
193 "Dump the contents of the Mach-O or fat binary files "
  /external/lldb/tools/lldb-perf/lib/
Metric.h 15 #include <mach/task_info.h>
  /external/llvm/include/llvm/MC/
MCMachObjectWriter.h 1 //===-- llvm/MC/MCMachObjectWriter.h - Mach Object Writer -------*- C++ -*-===//
92 /// The target specific Mach-O writer instance.
274 /// \brief Construct a new Mach-O writer instance.
278 /// \param MOTW - The target specific Mach-O writer subclass.
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMachORelocationInfo.cpp 40 /// createARMMachORelocationInfo - Construct an ARM Mach-O RelocationInfo.
  /external/google-breakpad/src/client/mac/crash_generation/
crash_generation_server.h 43 // Messages the server can read via its mach port
133 // The mach port that receives requests to dump from child processes.
136 // The name of the mach port. Stored so the Stop method can message
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.
244 // many times in a short period of time) caused the Mach IPC
343 // It will wait on a mach port (with timeout) until we send acknowledgement.
  /external/google-breakpad/src/google_breakpad/common/
minidump_cpu_ppc.h 75 * mach/ppc/_types.h
84 /* fpregs is a double[32] in mach/ppc/_types.h, but a uint64_t is used
95 /* Vector registers (including vscr) are 128 bits, but mach/ppc/_types.h
  /external/libvpx/libvpx/vp8/common/
threading.h 65 #include <mach/mach_init.h>
66 #include <mach/semaphore.h>
67 #include <mach/task.h>
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
threading.h 65 #include <mach/mach_init.h>
66 #include <mach/semaphore.h>
67 #include <mach/task.h>
  /external/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
DynamicLoaderDarwinKernel.h 194 SetLoadAddress (lldb::addr_t load_addr); // Address of the Mach-O header for this binary
197 GetLoadAddress () const; // Address of the Mach-O header for this binary
243 GetAddressByteSize (); // as determined by Mach-O header
246 GetByteOrder(); // as determined by Mach-O header
249 GetArchitecture () const; // as determined by Mach-O header
  /external/dhcpcd/
common.c 36 # include <mach/mach_time.h>
37 # include <mach/kern_return.h>
167 /* We can use mach kernel functions here.
  /external/lldb/source/Plugins/ObjectContainer/Universal-Mach-O/
ObjectContainerUniversalMachO.cpp 43 static ConstString g_name("mach-o");
50 return "Universal mach-o object container reader.";
130 // Universal mach-o files always have their headers in big endian.
  /external/llvm/include/llvm/Support/
FileSystem.h 234 macho_object, ///< Mach-O Object file
235 macho_executable, ///< Mach-O Executable
236 macho_fixed_virtual_memory_shared_lib, ///< Mach-O Shared Lib, FVM
237 macho_core, ///< Mach-O Core File
238 macho_preload_executable, ///< Mach-O Preloaded Executable
239 macho_dynamically_linked_shared_lib, ///< Mach-O dynlinked shared lib
240 macho_dynamic_linker, ///< The Mach-O dynamic linker
241 macho_bundle, ///< Mach-O Bundle file
242 macho_dynamically_linked_shared_lib_stub, ///< Mach-O Shared lib stub
243 macho_dsym_companion, ///< Mach-O dSYM companion fil
    [all...]
  /external/llvm/tools/llvm-objdump/
llvm-objdump.cpp 81 llvm::ExportsTrie("exports-trie", cl::desc("Display mach-o exported symbols"));
84 llvm::Rebase("rebase", cl::desc("Display mach-o rebasing info"));
87 llvm::Bind("bind", cl::desc("Display mach-o binding info"));
90 llvm::LazyBind("lazy-bind", cl::desc("Display mach-o lazy binding info"));
93 llvm::WeakBind("weak-bind", cl::desc("Display mach-o weak binding info"));
170 // the best we can do here is indicate that it is mach-o.
713 "for Mach-O executable files.\n";
724 "for Mach-O executable files.\n";
735 "for Mach-O executable files.\n";
746 "for Mach-O executable files.\n"
    [all...]
  /external/webrtc/src/system_wrappers/source/
thread_posix.cc 60 #include <mach/mach.h>
271 // /usr/include/mach/thread_policy.h: thread_policy_set and mach_thread_self()
  /external/elfutils/src/backends/
sh_corenote.c 52 GR (20, 1, 20), /* mach */
  /external/google-breakpad/src/tools/mac/upload_system_symbols/
arch_reader.go 46 // TODO(rsesek): As of 10.9.4, OS X doesn't list these in /usr/include/mach/machine.h.

Completed in 487 milliseconds

1 2 3 4 5 67 8 91011>>