HomeSort by relevance Sort by last modified time
    Searched refs:machine_type (Results 1 - 25 of 57) sorted by null

1 2 3

  /system/core/libunwindstack/tests/
ElfTestUtils.h 28 void TestInitEhdr(Ehdr* ehdr, uint32_t elf_class, uint32_t machine_type);
31 void TestInitGnuDebugdata(uint32_t elf_class, uint32_t machine_type, bool init_gnu_debudata,
ElfTestUtils.cpp 37 void TestInitEhdr(Ehdr* ehdr, uint32_t elf_class, uint32_t machine_type) {
45 ehdr->e_machine = machine_type;
MapInfoGetElfTest.cpp 53 static void InitElf(uint64_t sh_offset, Ehdr* ehdr, uint8_t class_type, uint8_t machine_type) {
57 ehdr->e_machine = machine_type;
90 EXPECT_EQ(static_cast<uint32_t>(EM_ARM), elf->machine_type());
104 EXPECT_EQ(static_cast<uint32_t>(EM_AARCH64), elf->machine_type());
119 EXPECT_EQ(static_cast<uint32_t>(EM_ARM), elf->machine_type());
135 EXPECT_EQ(static_cast<uint32_t>(EM_AARCH64), elf->machine_type());
151 EXPECT_EQ(static_cast<uint32_t>(EM_ARM), elf->machine_type());
167 EXPECT_EQ(static_cast<uint32_t>(EM_AARCH64), elf->machine_type());
ElfTest.cpp 47 void InitElf32(uint32_t machine_type) {
49 TestInitEhdr<Elf32_Ehdr>(&ehdr, ELFCLASS32, machine_type);
56 if (machine_type == EM_ARM) {
71 if (machine_type == EM_ARM) {
85 void InitElf64(uint32_t machine_type) {
87 TestInitEhdr<Elf64_Ehdr>(&ehdr, ELFCLASS64, machine_type);
172 ASSERT_EQ(static_cast<uint32_t>(EM_ARM), elf.machine_type());
184 ASSERT_EQ(static_cast<uint32_t>(EM_MIPS), elf.machine_type());
196 ASSERT_EQ(static_cast<uint32_t>(EM_386), elf.machine_type());
208 ASSERT_EQ(static_cast<uint32_t>(EM_AARCH64), elf.machine_type());
    [all...]
  /art/test/testrunner/
run_build_test_target.py 79 machine_type = target.get('golem') variable
87 cmd += ['--machine-type=%s' %(machine_type)]
  /system/update_engine/
omaha_request_params_unittest.cc 69 string machine_type; local
70 if (!utils::ReadPipe("uname -m", &machine_type))
73 size_t newline_pos = machine_type.find('\n');
75 machine_type.erase(newline_pos);
76 return machine_type;
  /toolchain/binutils/binutils-2.27/bfd/
netbsd.h 38 ((enum machine_type) (((execp)->a_info >> 16) & 0x03ff))
freebsd.h 36 ((enum machine_type) \
  /external/v8/src/compiler/
store-store-elimination.cc 187 return RepSizeOf(access.machine_type.representation());
274 offset, MachineReprToString(access.machine_type.representation()),
283 MachineReprToString(access.machine_type.representation()),
289 MachineReprToString(access.machine_type.representation()),
297 MachineReprToString(access.machine_type.representation()),
314 MachineReprToString(access.machine_type.representation()),
simplified-operator.cc 32 MachineType BufferAccess::machine_type() const { function in class:v8::internal::compiler::BufferAccess
96 lhs.machine_type == rhs.machine_type;
110 access.machine_type);
128 os << ", " << access.machine_type << ", " << access.write_barrier_kind << "]";
148 lhs.machine_type == rhs.machine_type;
162 access.machine_type);
169 os << ", " << access.machine_type << ", " << access.write_barrier_kind;
    [all...]
  /bionic/libc/kernel/uapi/linux/
a.out.h 26 enum machine_type { enum
54 #define N_MACHTYPE(exec) ((enum machine_type) (((exec).a_info >> 16) & 0xff))
  /external/kernel-headers/original/uapi/linux/
a.out.h 16 enum machine_type { enum
46 #define N_MACHTYPE(exec) ((enum machine_type)(((exec).a_info >> 16) & 0xff))
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9.x/include-fixed/linux/
a.out.h 36 enum machine_type { enum
71 #define N_MACHTYPE(exec) ((enum machine_type)(((exec).a_info >> 16) & 0xff))
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9.x/include-fixed/linux/
a.out.h 32 enum machine_type { enum
62 #define N_MACHTYPE(exec) ((enum machine_type)(((exec).a_info >> 16) & 0xff))
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9.x/include-fixed/linux/
a.out.h 36 enum machine_type { enum
71 #define N_MACHTYPE(exec) ((enum machine_type)(((exec).a_info >> 16) & 0xff))
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9.x/include-fixed/linux/
a.out.h 36 enum machine_type { enum
71 #define N_MACHTYPE(exec) ((enum machine_type)(((exec).a_info >> 16) & 0xff))
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9.x/include-fixed/linux/
a.out.h 36 enum machine_type { enum
71 #define N_MACHTYPE(exec) ((enum machine_type)(((exec).a_info >> 16) & 0xff))
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9.x/include-fixed/linux/
a.out.h 32 enum machine_type { enum
62 #define N_MACHTYPE(exec) ((enum machine_type)(((exec).a_info >> 16) & 0xff))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
a.out.h 20 enum machine_type enum
32 #define N_MACHTYPE(exec) ((enum machine_type)(((exec).a_info >> 16) & 0xff))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
a.out.h 15 enum machine_type { enum
45 #define N_MACHTYPE(exec) ((enum machine_type)(((exec).a_info >> 16) & 0xff))
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9.x/include-fixed/linux/
a.out.h 36 enum machine_type { enum
71 #define N_MACHTYPE(exec) ((enum machine_type)(((exec).a_info >> 16) & 0xff))
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9.x/include-fixed/linux/
a.out.h 36 enum machine_type { enum
71 #define N_MACHTYPE(exec) ((enum machine_type)(((exec).a_info >> 16) & 0xff))
  /tools/acloud/public/
config_test.py 36 machine_type: "n1-standard-1"
61 machine_type: "n1-standard-1"
104 self.assertEquals(cfg.machine_type, "n1-standard-1")
129 self.assertEquals(cfg.default_usr_cfg.machine_type, "n1-standard-1")
config.py 63 "project", "zone", "machine_type", "network", "storage_bucket_name",
84 self.machine_type = (usr_cfg.machine_type or
85 internal_cfg.default_usr_cfg.machine_type)
  /external/v8/src/base/debug/
stack_trace_win.cc 205 int machine_type = IMAGE_FILE_MACHINE_AMD64; local
210 int machine_type = IMAGE_FILE_MACHINE_I386; local
218 while (StackWalk64(machine_type, GetCurrentProcess(), GetCurrentThread(),

Completed in 639 milliseconds

1 2 3