Searched refs:ARCH_X86 (Results 1 – 16 of 16) sorted by relevance
/aosp12/system/unwinding/libunwindstack/include/unwindstack/ |
H A D | Arch.h | 28 ARCH_X86, enumerator 37 case ARCH_X86: in ArchIs32Bit()
|
/aosp12/system/unwinding/libunwindstack/ |
H A D | Regs.cpp | 76 case ARCH_X86: in CreateFromUcontext() 100 return ARCH_X86; in CurrentArch() 170 case ARCH_X86: in GetPcAdjustment()
|
H A D | RegsX86.cpp | 34 return ARCH_X86; in Arch()
|
H A D | Elf.cpp | 298 arch_ = ARCH_X86; in CreateInterfaceFromMemory()
|
H A D | GlobalDebugImpl.h | 405 case ARCH_X86: { in CreateGlobalDebugImpl()
|
/aosp12/build/soong/bazel/ |
H A D | properties.go | 176 ARCH_X86 = "x86" const 208 ARCH_X86: "//build/bazel/platforms/arch:x86", 245 case ARCH_X86: 262 case ARCH_X86: 359 ARCH_X86: &attrs.ArchValues.X86, 480 ARCH_X86: &attrs.ArchValues.X86,
|
/aosp12/system/unwinding/libunwindstack/tests/ |
H A D | RegsTest.cpp | 103 EXPECT_EQ(1U, GetPcAdjustment(0x100, elf_.get(), ARCH_X86)); in TEST_F() 104 EXPECT_EQ(1U, GetPcAdjustment(0x2, elf_.get(), ARCH_X86)); in TEST_F() 105 EXPECT_EQ(1U, GetPcAdjustment(0x1, elf_.get(), ARCH_X86)); in TEST_F() 106 EXPECT_EQ(0U, GetPcAdjustment(0x0, elf_.get(), ARCH_X86)); in TEST_F() 184 EXPECT_EQ(1U, GetPcAdjustment(0x700U, invalid_elf, ARCH_X86)); in TEST_F() 274 EXPECT_EQ(ARCH_X86, x86_regs.Arch()); in TEST_F()
|
H A D | ElfCacheTest.cpp | 148 Elf* elf100_1 = info100_1.GetElf(memory_, ARCH_X86); in VerifyWithinSameMap() 150 EXPECT_EQ(ARCH_X86, elf100_1->arch()); in VerifyWithinSameMap() 151 Elf* elf100_2 = info100_2.GetElf(memory_, ARCH_X86); in VerifyWithinSameMap() 153 EXPECT_EQ(ARCH_X86, elf100_2->arch()); in VerifyWithinSameMap()
|
H A D | RegsFake.h | 54 return fake_arch_ == ARCH_ARM || fake_arch_ == ARCH_X86 || fake_arch_ == ARCH_MIPS; in Is32Bit()
|
H A D | JitDebugTest.cpp | 345 Init(ARCH_X86); in TEST_F() 352 jit_debug_ = CreateJitDebug(ARCH_X86, process_memory_); in TEST_F()
|
H A D | UnwindOfflineTest.cpp | 109 case ARCH_X86: { in Init() 309 ASSERT_NO_FATAL_FAILURE(Init("jit_debug_x86/", ARCH_X86)); in TEST_F() 1003 ASSERT_NO_FATAL_FAILURE(Init("debug_frame_first_x86/", ARCH_X86)); in TEST_F() 1596 ASSERT_NO_FATAL_FAILURE(Init("eh_frame_bias_x86/", ARCH_X86)); in TEST_F() 1749 ASSERT_NO_FATAL_FAILURE(Init("signal_fde_x86/", ARCH_X86)); in TEST_F()
|
H A D | MapInfoGetElfTest.cpp | 122 Elf* elf = info.GetElf(process_memory_, ARCH_X86); in TEST_F()
|
H A D | UnwinderTest.cpp | 1521 } else if (arch == ARCH_X86) { in ArchToString() 1573 case ARCH_X86: in TEST_F()
|
/aosp12/system/unwinding/libunwindstack/tools/ |
H A D | unwind.cpp | 71 case unwindstack::ARCH_X86: in DoUnwind()
|
/aosp12/system/unwinding/libbacktrace/include/backtrace/ |
H A D | Backtrace.h | 111 ARCH_X86, enumerator
|
/aosp12/system/unwinding/libunwindstack/tests/fuzz/ |
H A D | UnwinderComponentCreator.cpp | 34 case unwindstack::ARCH_X86: { in GetRegisters()
|