HomeSort by relevance Sort by last modified time
    Searched refs:cputype (Results 51 - 75 of 109) sorted by null

1 23 4 5

  /external/chromium_org/third_party/libvpx/source/libvpx/build/make/
obj_int_extract.c 87 if (header.cputype == CPU_TYPE_ARM
88 || header.cputype == CPU_TYPE_X86) {
92 log_msg("Bad cputype for object file. Currently only tested for CPU_TYPE_[ARM|X86].\n");
96 if (header.cputype == CPU_TYPE_X86_64) {
100 log_msg("Bad cputype for object file. Currently only tested for CPU_TYPE_X86_64.\n");
  /external/libvpx/libvpx/build/make/
obj_int_extract.c 87 if (header.cputype == CPU_TYPE_ARM
88 || header.cputype == CPU_TYPE_X86) {
92 log_msg("Bad cputype for object file. Currently only tested for CPU_TYPE_[ARM|X86].\n");
96 if (header.cputype == CPU_TYPE_X86_64) {
100 log_msg("Bad cputype for object file. Currently only tested for CPU_TYPE_X86_64.\n");
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
obj_int_extract.c 87 if (header.cputype == CPU_TYPE_ARM
88 || header.cputype == CPU_TYPE_X86) {
92 log_msg("Bad cputype for object file. Currently only tested for CPU_TYPE_[ARM|X86].\n");
96 if (header.cputype == CPU_TYPE_X86_64) {
100 log_msg("Bad cputype for object file. Currently only tested for CPU_TYPE_X86_64.\n");
  /external/lldb/source/Plugins/ObjectContainer/Universal-Mach-O/
ObjectContainerUniversalMachO.cpp 201 arch.SetArchitecture (eArchTypeMachO, m_fat_archs[idx].cputype, m_fat_archs[idx].cpusubtype);
  /external/llvm/lib/Object/
MachOUniversal.cpp 36 sys::swapByteOrder(H.cputype);
133 static bool getCTMForArch(Triple::ArchType Arch, MachO::CPUType &CTM) {
147 MachO::CPUType CTM;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
cdk.h 60 unsigned short cputype; member in struct:cdkecpsig
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
cdk.h 60 unsigned short cputype; member in struct:cdkecpsig
  /external/lldb/tools/debugserver/source/
RNBRemote.cpp 3897 uint32_t cputype, is_64_bit_capable; local
3912 strm << "cputype:" << std::dec << cputype << ';'; local
4006 cpu_type_t cputype = DNBProcessGetCPUType (pid); local
4015 rep << "cputype:" << std::hex << cputype << ";"; local
    [all...]
  /external/lldb/source/Host/macosx/
Symbols.cpp 74 const uint32_t cputype = data.GetU32(&data_offset); // cpu specifier local
84 ArchSpec file_arch(eArchTypeMachO, cputype, cpusubtype);
    [all...]
  /external/lldb/source/Plugins/ObjectFile/Mach-O/
ObjectFileMachO.cpp 524 header.cputype,
667 data.GetU32(data_offset_ptr, &header.cputype, 6);
723 m_data.GetU32(&offset, &m_header.cputype, 6);
725 ArchSpec mach_arch(eArchTypeMachO, m_header.cputype, m_header.cpusubtype);
802 if (m_header.cputype == llvm::MachO::CPUTypeARM)
860 if (m_header.cputype == llvm::MachO::CPUTypeARM)
    [all...]
  /external/llvm/include/llvm/Support/
MachO.h 532 uint32_t cputype; member in struct:llvm::MachO::mach_header
542 uint32_t cputype; member in struct:llvm::MachO::mach_header_64
920 uint32_t cputype; member in struct:llvm::MachO::fat_arch
1001 // Constants for the cputype field.
1002 enum CPUType {
    [all...]
  /external/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
DynamicLoaderDarwinKernel.cpp 414 header.cputype = llvm::ByteSwap_32(header.cputype);
437 ArchSpec kernel_arch (eArchTypeMachO, header.cputype, header.cpusubtype);
    [all...]
  /external/llvm/tools/llvm-size/
llvm-size.cpp 422 T = MachOObjectFile::getArch(H_64.cputype, H_64.cpusubtype);
425 T = MachOObjectFile::getArch(H.cputype, H.cpusubtype);
  /external/qemu-pc-bios/bochs/
config.guess     [all...]
  /external/chromium_org/third_party/icu/source/
config.guess     [all...]
  /external/chromium_org/third_party/libevent/
config.guess     [all...]
  /external/chromium_org/third_party/libxslt/
config.guess     [all...]
  /external/chromium_org/third_party/sqlite/src/
config.guess     [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/
config.guess     [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/config/
config.guess     [all...]
  /external/e2fsprogs/config/
config.guess     [all...]
  /external/icu/icu4c/source/
config.guess     [all...]
  /external/libmtp/
config.guess     [all...]
  /external/libunwind/aux/
config.guess     [all...]
  /external/llvm/tools/macho-dump/
macho-dump.cpp 385 outs() << "('cputype', " << Header.cputype << ")\n";

Completed in 1175 milliseconds

1 23 4 5