Home
last modified time | relevance | path

Searched defs:machine_type (Results 1 – 10 of 10) sorted by relevance

/aosp12/art/test/testrunner/
H A Drun_build_test_target.py104 machine_type = target.get('golem') variable
/aosp12/system/unwinding/libunwindstack/tests/
H A DElfTestUtils.cpp37 void TestInitEhdr(Ehdr* ehdr, uint32_t elf_class, uint32_t machine_type) { in TestInitEhdr()
H A DElfTest.cpp48 void InitElf32(uint32_t machine_type) { in InitElf32()
86 void InitElf64(uint32_t machine_type) { in InitElf64()
H A DRegsTest.cpp266 TEST_F(RegsTest, machine_type) { in TEST_F() argument
H A DJitDebugTest.cpp89 void CreateElf(uint64_t offset, uint8_t class_type, uint8_t machine_type, uint32_t pc, in CreateElf()
H A DMapInfoGetElfTest.cpp52 static void InitElf(uint64_t sh_offset, Ehdr* ehdr, uint8_t class_type, uint8_t machine_type) { in InitElf()
/aosp12/system/unwinding/libunwindstack/include/unwindstack/
H A DElf.h83 uint32_t machine_type() { return machine_type_; } in machine_type() function
/aosp12/system/unwinding/libunwindstack/tests/fuzz/
H A DUnwinderComponentCreator.cpp251 void PutElfInMemory(MemoryFake* memory, uint64_t offset, uint8_t class_type, uint8_t machine_type, in PutElfInMemory()
335 uint8_t machine_type = data_provider->ConsumeIntegral<uint8_t>(); in PutElfFilesInMemory() local
/aosp12/system/update_engine/cros/
H A Domaha_request_params_unittest.cc62 string machine_type; in GetMachineType() local
/aosp12/bionic/libc/kernel/uapi/linux/
H A Da.out.h26 enum machine_type { enum